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
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
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
3 matches
Mail list logo