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

Re: Bean:define : Newbie Question

2004-11-10 Thread Peng Tuck
Uh, you already have defined it using . Check the original code snippet you sent. You're just referring to the wrong bean in . 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 wrote: Hi Peng. Please tel

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 you should refer to the bean you defined, using > right ? > >

Re: Bean:define : Newbie Question

2004-11-10 Thread Peng Tuck
So in you should refer to the bean you defined, using 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 to define a bean with a id of user but yet in you refer to originatingHost ? I think it sho

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 to define a bean with a id of user but yet > in you refer to originatingHost ? >I think it should be refering to user instead for . > Also is originatingHost a collec

Re: Bean:define : Newbie Question

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

Bean:define : Newbie Question

2004-11-09 Thread Richard
Hello Guys, Please help I have to display the contents of my arraylist object I have this code on my jsp