Re: Question about objects in a JSP

2009-11-18 Thread Jon Wynacht
Ahhh...that's cool. Thanks! On Nov 18, 2009, at 12:29 PM, ben_979 wrote: > > > By 'old struts', I'm assuming 1.x ... > > In our application, our application sets values into the request with > request.setAttribute("varName", var) and then references the variables in > the jsp with (for example

Re: Question about objects in a JSP

2009-11-18 Thread ben_979
By 'old struts', I'm assuming 1.x ... In our application, our application sets values into the request with request.setAttribute("varName", var) and then references the variables in the jsp with (for example) Then you can use the tags etc, Not sure if I answered your question... -- View th