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