Re: [Webwork-user] JSTL Support

2002-05-16 Thread Rickard
Bill Burton wrote: >>It should be trivial to write a servlet filter that overloads >>request.getAttribute() and delegates to the stack before doing the >>normal stuff. The semantics of that may get a little iffy, but at least >>it would provide super-trivial access to the WW valuestack. > > It's

Re: [Webwork-user] JSTL Support

2002-05-15 Thread Bill Burton
Hello, Rickard wrote: > > Bill Burton wrote: > > Other objects are only available on WW's ValueStack which JSTL can't > > directly access. So to make them available you have to copy the object of > > interest off the VS and save a reference to it in the request, etc. Don't > > know of any way

Re: [Webwork-user] JSTL Support

2002-05-14 Thread Rickard
Bill Burton wrote: > Other objects are only available on WW's ValueStack which JSTL can't > directly access. So to make them available you have to copy the object of > interest off the VS and save a reference to it in the request, etc. Don't > know of any way to do this with WW tags, but the fol

Re: [Webwork-user] JSTL Support

2002-05-14 Thread Bill Burton
Hello Ryan, > Ryan LeCompte wrote: > > Hello, > > Is there any way to utilize the new JSTL (JSP Standard Tag Libraries) in > the WebWork framework? Yes, if you're willing to write a little "glue" code. If your Actions and Beans use the "id" attribute in the WebWork tags, you should be able

[Webwork-user] JSTL Support

2002-05-14 Thread Ryan LeCompte
  Hello,     Is there any way to utilize the new JSTL (JSP Standard Tag Libraries) in the WebWork framework?   Thanks.   Ryan LeCompte [EMAIL PROTECTED] http://www.ull.edu/~rml7669