Hi,
 
I wonder if you can help me im currently learning jsp and servlets.
 
I have created an application and i use servlets for any complex data processing which is fine.  But to produce my front end code im not sure what will be the best practice, i have created a bean that will produce a table containing some complex DHTML. 
 
At the moment the bean simply outputs a string which contains the table but this means that to change the presentation i have to edit the bean.  I have thought about getting the bean to create XML then getting it to merge this with an XSLT but this could pose problems as the DHTML is complex.
 
Can i use custom tag libs such as below to process the table ? and would this be a good practice ?
 
 
<custag:loop>
<tr><td>title:</td><td><custag:title/></td></tr>
</custag:loop>
 
Thanks,
 
Nic

Reply via email to