Tamas, I know JSTL exists, but I know that's not a good thing to do, that's why I was looking for the options if anybody knew. Again, read my first email closely ...I was looking for better alternatives which confirm to MVC principles.
On 4/7/06, Tamas Szabo <[EMAIL PROTECTED]> wrote: > > > Furthermore, I don't understand why would someone who talks about Spring, > Hibernate and struts and knows about JTA would want to make JSTL SQL calls > to make the second select. :-) > You should have a getListOfOpenTicketsWithEmployeeNames() business layer > method (or some slightly shorter name :-) ) that returns a bean containing > a > Collection of your tickets with employee names. Then you just iterate on > the > List and simply display it. > > Always try to keep your JSPs as clean as you can... > > > Tamas > >