Re: logic iterate help

2005-02-24 Thread Richard Reyes
Its working thanks. another thing though. I need to use a constant variable for wrote: > Hi Richards, > > id="idRuser"> > > > > > > Make sure that class Ruser has getter and setter methods too > > Regards, > Krishna Mohan > > -Original Message- > From: Richard

Re: logic iterate help

2005-02-24 Thread Richard Reyes
Hi Iyanu Rajasekaran , Thanks for the reply. I got an error... ception: /serverpages/main-rusers.jsp(45,33) equal symbol expected On Thu, 24 Feb 2005 05:35:41 -0500, Iyanu, Rajasekaran <[EMAIL PROTECTED]> wrote: > > Richard, > > U can specify it like this... > > > > > >

RE: logic iterate help

2005-02-24 Thread Iyanu, Rajasekaran
Richard, U can specify it like this... When the iterate tag is evaluated, every element of rusers will be taken out, typecasted into the Ruser Object and will be passed to the loop.. bean:write tag here can process this object, and use the get method of the Ruser object

RE: logic iterate help

2005-02-24 Thread Krishna Mohan Radhakrishnan
Hi Richards, Make sure that class Ruser has getter and setter methods too Regards, Krishna Mohan -Original Message- From: Richard Reyes [mailto:[EMAIL PROTECTED] Sent: Thursday, February 24, 2005 3:52 PM To: Struts Users Mailing List Subject: logic iterate help