Res: html inside an action

2004-03-25 Thread ruben
hi Those are my requirements, i have to convert objects to html, in my action and get this html in a String, i thought that the jsp is a good way to do this, I want the code that jsp generate (that is sent to the browser) on my action , is it possible? thanks a lot , Regards. Qureshi, Affan

Re: Res: html inside an action

2004-03-25 Thread Richard Yee
Ruben, Why is it your requirement to get a page as HTML inside an Action? It seems like you've made an implementation decision. Like several people have suggested, it is much easier to do this (and probably better too), by using a custom tag library inside the JSP itself. Several tag libraries are