Re: [struts 2] Table question

2008-05-14 Thread Milan Milanovic
To: Struts Users Mailing List Sent: Tuesday, May 13, 2008 3:34:58 PM Subject: Re: [struts 2] Table question I have to admit that in your first instance I would cheat -- I would dummy up a method somewhere on my action class or my POJO that returned the desired string, rather than trying to compose

Re: [struts 2] Table question

2008-05-13 Thread Randy Burgess
Users Mailing List > Subject: Re: [struts 2] Table question > > O.K. Thanks. > > So, what you propose to show id and name to user ? > > -- > Thx, Milan > > > - Original Message > From: Randy Burgess <[EMAIL PROTECTED]> > To: Struts Users Mailin

Re: [struts 2] Table question

2008-05-13 Thread Milan Milanovic
O.K. Thanks. So, what you propose to show id and name to user ? -- Thx, Milan - Original Message From: Randy Burgess <[EMAIL PROTECTED]> To: Struts Users Mailing List Sent: Tuesday, May 13, 2008 11:47:57 PM Subject: Re: [struts 2] Table question Except you can't use EL

Re: [struts 2] Table question

2008-05-13 Thread Milan Milanovic
O.K. Thanks. So, what you propose to show id and name to user ? -- Thx, Milan - Original Message From: Randy Burgess <[EMAIL PROTECTED]> To: Struts Users Mailing List Sent: Tuesday, May 13, 2008 11:47:57 PM Subject: Re: [struts 2] Table question Except you can't use EL

Re: [struts 2] Table question

2008-05-13 Thread Randy Burgess
Tue, 13 May 2008 18:44:52 -0300 > To: Struts Users Mailing List > Subject: Re: [struts 2] Table question > > Hi! > > To have a composed string you can do it in JSP. > > Something like: > > > for example. > > And, for pagination, try displayTag, its easy

Re: [struts 2] Table question

2008-05-13 Thread Felipe Lorenz
in my action class from list of Fruits, e.g. List, where Fruit > have id and name attributes ? > -- > Thx, Milan Milanovic > > > - Original Message > From: Jim Kiley <[EMAIL PROTECTED]> > To: Struts Users Mailing List > Sent: Tuesday, May 13, 2008 3:34:58 PM >

Re: [struts 2] Table question

2008-05-13 Thread Milan Milanovic
tion class from list of Fruits, e.g. List, where Fruit have id and name attributes ?  -- Thx, Milan Milanovic - Original Message From: Jim Kiley <[EMAIL PROTECTED]> To: Struts Users Mailing List Sent: Tuesday, May 13, 2008 3:34:58 PM Subject: Re: [struts 2] Table question I have

Re: [struts 2] Table question

2008-05-13 Thread Jim Kiley
I have to admit that in your first instance I would cheat -- I would dummy up a method somewhere on my action class or my POJO that returned the desired string, rather than trying to compose the string within the JSP. I am unfamiliar with the various tags that can be used to display chunks of a ta

[struts 2] Table question

2008-05-13 Thread Milan Milanovic
Hi, first I'll ask again my earlier question, is there possibility to show in a combo box two values, for example I want to show id and name of the every fruit: 1 Apple ? The second question is, my struts 2 application on one jsp page will have 5 combo boxes, 4 text boxes, two buttons and two dat