Re: How to show the table and not the string in struts




"Etantonio" <etantonio@xxxxxxxxx> wrote in message
news:1162207598.459905.48730@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Hi,
I'm using struts, in a field retrieved from a dB I've a string that
describe an html table,

"<table border="1" width="100%"><tr> <td width="1">&nbsp;....</td>
</tr> </table> "

I want to insert this code insight a jsp in a way that the table is
shown and not the string.
I tried to use <bean:write> but it shows the above string not the
table.
How can I solve the problem ???
Thanks

Antonio D'Ottavio
www.etantonio.it/en


set the filter attribute of the <bean:write> tag to false


.



Relevant Pages

  • Re: Fast retrieval and display of results to web browser
    ... > the results into HTML and send them to the users web browser. ... > HTML based on the ResultSet object. ... > HTML is very low tech, we simply generate a String that contains HTML ... Why not use JSP for what is was made to do? ...
    (comp.lang.java.databases)
  • Re: Performance Issue: JSP response rendering
    ... the tree a fetched from database, appropriate HTML structure is formed ... for each node and is the string is then rendered on the JSP as JSP ... But to render the complete on browser it takes more than 1 minute. ...
    (comp.lang.java.programmer)
  • Re: getAttribute question
    ... oddity with IE that getAttributereturns an empty string if the ... HTML specification, ... appropriate places in the HTML 4 and DOM HTML specifications. ...
    (comp.lang.javascript)
  • MVC in JSP (was: template in servlet)
    ... JSP = viel HTML mit wenig Java ... ... HTML ins JSP, ... public void setUser(String user) { ...
    (de.comp.lang.java)
  • Re: Where is the error?
    ... I select from a HTML page a file. ... >> From the page HTML I call the page JSP to show the path of the file. ... I have modified the name of the string but now there's another error ...
    (comp.lang.java.help)