I have an object I created that returns a String of data.
Within the data I tried to create a link.
However, when the object is returned into my JSP page to be displayed, "http://XXXXXXXX", the address appears, but not as a hyperlink.
How do I handle that in my object rather than handling it...