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

[S2] Using complex objects in JSP

2007-05-10 Thread Jordi Rubio Moreno
Hi, I'm newbie in Struts, and I have begin with Struts 2. I have an ActionSupport object that contains a complex object TResultSet (this object communicates with a remote server and this server sends a lot of information that is stored into the TResultSet client). class TResultSet { private