I am implementing a "treeview" type of page to display categories in a
"treeview" type manner. The implementation requires a XML file
displayed in the browser. So my idea would be to use the action to
create a dom, then put the dom into the request and have a JSP page
pull the dom from the request and print it to the screen. Not sure
about content-type on jsp page.

That is how I was planning to implement it. But I am not sure if that
is the cleanest way to handle it these days and put the creation into
a action. If anyone has incorporated this type of technique in S2 and
have any suggestions, I would appreciate input.

Regards,

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to