Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

websphere feed java "return" // why websphere change < into &lt;

3 views
Skip to first unread message

exist_world_beyond_yours

unread,
Mar 1, 2003, 1:01:54 PM3/1/03
to
hi

when i declared variable like -->
String initString ="<A HREF=\"";
String initString2 ="\">";
String initString3 ="</A>";

resultString=
initString.concat(name).concat(initString2).concat(name).concat(initString3)
.concat(description).concat("\n").concat(url).concat("\n");
return resultString;

output when view using browser:::

view source code::&lt;A
HREF=&quot;_DATA_FOUND_IN_DB2_&quot;&gt;_DATA_FOUND_IN_DB2_&&lt;/A&gt;

see in browser, text rather than link :: <A
HREF="_DATA_FOUND_IN_DB2_&">_DATA_FOUND_IN_DB2_&</A>

I found link to be appeared when viewing from browser, so user can click on
the link and not TXT

wait ,websphere can < into &lt; ?

0 new messages