On Tue, 16 May 2000 15:55, you wrote: > <font color="red" size=15>Food</font> (stored in this format in the > database). the problem is whn i use struts to display this data, it > displays as it is. instead of Food, can some one tell me wht exactly i > can do to display only the data.
Are you using <bean:write> tag? There is a filter attribute that comes along with this tag. If you examine the resulting HTML you will find that the html tags has been filtered to > and < Set filter=false to display your data unfiltered. -- Victor Hadianto ----------- Why is Bottom-posting better than Top-posting http://www.fmf.nl/~anton/topposting.html -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

