I would start by asking *why* you'd want to do this?  I'd be willing to
bet that whatever the requirement is that there are ways to accomplish it
without resorting to this.

One common use case for this is using the VelocityServlet. If one doesn't use JSPs, odds are at least decent that your alternative view technology is packaged as some kind of servlet. This may also come up once StandAlone Tiles is set up, in that a separate servlet will process the view, although Standalone Tiles with JSP would still be able to use the standard Struts taglibs.

Struts/Velocity users have dealt with this by producing a standard Velocity Tool which provides the bridge between Struts and Velocity which is otherwise provided by struts-taglibs.

If you're using some other view technology, this is a wheel you'd have to re-invent. Well, maybe the STXX project did something similar for people who use XSLT and XML for views? Just curious, what is your view technology?

Joe


--
Joe Germuska [EMAIL PROTECTED] http://blog.germuska.com "Narrow minds are weapons made for mass destruction" -The Ex

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

Reply via email to