RE: [S2] Using complex objects in JSP

2007-05-11 Thread Jordi Rubio Moreno
Asunto: Re: [S2] Using complex objects in JSP All you need to do is expose your TResultSet object via a getter on your Action, then access it like any other object using JSP-EL in your jsp. You can even use the JSTL for-each tag to handle iteration. For example, if you exposed this object using ge

Re: [S2] Using complex objects in JSP

2007-05-10 Thread Don Brown
All you need to do is expose your TResultSet object via a getter on your Action, then access it like any other object using JSP-EL in your jsp. You can even use the JSTL for-each tag to handle iteration. For example, if you exposed this object using getResultSet(), in your jsp you could access i