Re: html:text in logic:iterate ?

2002-09-03 Thread Rejin NS
D]> Sent: Thursday, August 29, 2002 1:08 AM Subject: Re: html:text in logic:iterate ? > To have the setters work in a logic:iterate, you should use the "nested" > taglib (keyboardmonkey.com/struts if I'm not mistaken) > > tomK > > > Rejin NS wrote: > >

RE: html:text in logic:iterate ?

2002-08-28 Thread Kwang-Shi Shu
it did not have the setter method for title. Is this a real problem? How could I work around this one? Thanks. Kwang-Shi Shu (732) 537-6862 = -Original Message- From: Tom Klaasen [mailto:[EMAIL PROTECTED]] Sent

Re: html:text in logic:iterate ?

2002-08-28 Thread Tom Klaasen
To have the setters work in a logic:iterate, you should use the "nested" taglib (keyboardmonkey.com/struts if I'm not mistaken) tomK Rejin NS wrote: >Thanks for the sample code, Maris. > >I could make some headway, but still can't get the setters to work. Here is >the snippet: > > > > > >

Re: html:text in logic:iterate ?

2002-08-28 Thread Rejin NS
Thanks for the sample code, Maris. I could make some headway, but still can't get the setters to work. Here is the snippet: 'list' is a vector. 'Club' has a private String variable - 'data', with get/set methods. The values are displayed correctly on the page. The problem is that the ne

RE: html:text in logic:iterate ?

2002-08-16 Thread Maris Orbidans
Here you got sample code: Zurnals4Buvniecibas is form class, it has property saraksts which contains a vector with objects of Zurnals4CommonView. Zurnals4CommonView has properties jaiesniedzAtskaite, jaiesniedzDatums and so on ... Maris