Re: how many Form beans

2005-10-28 Thread Murray Collingwood
e 'type' is always declared fully, for example: Kind regards mc > >From: "Murray Collingwood" <[EMAIL PROTECTED]> > >Reply-To: "Struts Users Mailing List" > >To: "Struts Users Mailing List" > >Subject: Re: how many Form bea

Re: how many Form beans

2005-10-28 Thread fea jabi
Thanksyou all for helping me thru this. I've got it working now. From: "Murray Collingwood" <[EMAIL PROTECTED]> Reply-To: "Struts Users Mailing List" To: "Struts Users Mailing List" Subject: Re: how many Form beans Date: Sat, 29 Oct 2005 00:01:32 +

Re: how many Form beans

2005-10-28 Thread fea jabi
t for that action. How will the Jsp know about the CurrencyValue form? do I have to import this? I mean in the statement Thanks. From: "Murray Collingwood" <[EMAIL PROTECTED]> Reply-To: "Struts Users Mailing List" To: "Struts Users Mailing List" S

Re: how many Form beans

2005-10-28 Thread Murray Collingwood
Collingwood" <[EMAIL PROTECTED]> > >Reply-To: "Struts Users Mailing List" > >To: "Struts Users Mailing List" > >Subject: Re: how many Form beans > >Date: Fri, 28 Oct 2005 23:32:09 +1000 > > > >Hi > > > >When I first

Re: how many Form beans

2005-10-28 Thread fea jabi
ts Users Mailing List" To: "Struts Users Mailing List" Subject: Re: how many Form beans Date: Fri, 28 Oct 2005 23:32:09 +1000 Hi When I first read the subject line I thought the question was, "How many form beans does it take to change a light bulb?" Maybe this is

Re: how many Form beans

2005-10-28 Thread Murray Collingwood
Hi When I first read the subject line I thought the question was, "How many form beans does it take to change a light bulb?" Maybe this is a question for the more advanced Struts user - I'm not sure of the answer to that question. Any ideas Wendy / Laurie? I like to keep thi

Re: how many Form beans

2005-10-28 Thread fea jabi
amount?? Thanks. From: Laurie Harper <[EMAIL PROTECTED]> Reply-To: "Struts Users Mailing List" To: user@struts.apache.org Subject: Re: how many Form beans Date: Thu, 27 Oct 2005 22:33:06 -0400 fea jabi wrote: thankyou for your responses. for

Re: how many Form beans

2005-10-27 Thread Laurie Harper
play data in table? thanks. From: "Martin Gainty" <[EMAIL PROTECTED]> Reply-To: "Martin Gainty" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" Subject: Re: how many Form beans Date: Thu, 27 Oct 2005 17:16:09 -0400 A couple of gotchas concerning

Re: how many Form beans

2005-10-27 Thread fea jabi
eply-To: "Martin Gainty" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" Subject: Re: how many Form beans Date: Thu, 27 Oct 2005 17:16:09 -0400 A couple of gotchas concerning TagLibs what version JSP container ? if its 2.0 then consider JSTL 1.1.x tags On the other

Re: how many Form beans

2005-10-27 Thread Martin Gainty
er 27, 2005 3:51 PM Subject: Re: how many Form beans fea jabi wrote: I am new to web development and struts too. I am trying to create a jsp which has a text field for display only for Name and a Table below it with couple of rows and columns in it. how many form beans do I have to creat

Re: how many Form beans

2005-10-27 Thread Laurie Harper
fea jabi wrote: I am new to web development and struts too. I am trying to create a jsp which has a text field for display only for Name and a Table below it with couple of rows and columns in it. how many form beans do I have to create? Do I have to create one for the jsp and one for the

how many Form beans

2005-10-27 Thread fea jabi
I am new to web development and struts too. I am trying to create a jsp which has a text field for display only for Name and a Table below it with couple of rows and columns in it. how many form beans do I have to create? Do I have to create one for the jsp and one for the table alone? do