Re: Bean:define : Newbie Question

2004-11-10 Thread Richard
yes its an arraylist On Wed, 10 Nov 2004 15:50:36 +0800, Peng Tuck [EMAIL PROTECTED] wrote: Hi Richard, You use bean:define to define a bean with a id of user but yet in logic:iterate you refer to originatingHost ? I think it should be refering to user instead for logic:iterate.

Re: Bean:define : Newbie Question

2004-11-10 Thread Peng Tuck
So in logic:iterate you should refer to the bean you defined, using bean:define right ? Richard wrote: yes its an arraylist On Wed, 10 Nov 2004 15:50:36 +0800, Peng Tuck [EMAIL PROTECTED] wrote: Hi Richard, You use bean:define to define a bean with a id of user but yet in logic:iterate

Re: Bean:define : Newbie Question

2004-11-10 Thread Richard
Hi Peng. Please tell me what how exactly should I do it? Should I define bean user then define bean originatingHost which is an attr of user object? On Wed, 10 Nov 2004 17:52:54 +0800, Peng Tuck [EMAIL PROTECTED] wrote: So in logic:iterate you should refer to the bean you defined, using

Re: Bean:define : Newbie Question

2004-11-10 Thread Peng Tuck
Uh, you already have defined it using bean:define. Check the original code snippet you sent. You're just referring to the wrong bean in logic:iterate . To be clear you might want to have a look see at the taglib docs right here http://struts.apache.org/userGuide/struts-bean.html#define Richard

RE: Bean:define : Newbie Question

2004-11-10 Thread Girish Kumar K. P.
-Original Message- From: Richard [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 10, 2004 4:45 PM To: Struts Users Mailing List Subject: Re: Bean:define : Newbie Question Hi Peng. Please tell me what how exactly should I do it? Should I define bean user then define bean originatingHost which

Re: Bean:define : Newbie Question

2004-11-09 Thread Peng Tuck
Hi Richard, You use bean:define to define a bean with a id of user but yet in logic:iterate you refer to originatingHost ? I think it should be refering to user instead for logic:iterate. Also is originatingHost a collection ? Richard wrote: Hello Guys, Please help I have to display the