You are viewing a plain text version of this content. The canonical link for it is here.
Posted to taglibs-user@tomcat.apache.org by Jeff Smith <je...@centralscheduling.net> on 2003/03/15 01:20:49 UTC

Accessing XML from a struts-action

I have a process that creates a DOM during the handling of my struts action.

I'd like to make that DOM available to my JSP for XTags processing.

Can anybody suggest how I might accomplish this?

I had hoped I might be able to put the Document object into the session scope and then access it using XTags,
but I don't see any way to specify bean references in the XTags stuff.

Any suggestions?

Jefficus