RE: newbie question - usebean

2003-02-10 Thread Diego Bursztyn
:[EMAIL PROTECTED]] Sent: Monday, February 10, 2003 9:50 AM To: Struts Users Mailing List Subject: Re: newbie question - usebean > I do have in the code I just did not > included in the email. > I also have the following in my jsp: > > class="com.basf.plasticsportal.data.Use

RE: newbie question - usebean

2003-02-10 Thread Diego Bursztyn
:[EMAIL PROTECTED]] Sent: Monday, February 10, 2003 9:50 AM To: Struts Users Mailing List Subject: Re: newbie question - usebean > I do have in the code I just did not > included in the email. > I also have the following in my jsp: > > class="com.basf.plasticsportal.data.Use

Re: newbie question - usebean

2003-02-10 Thread Nicolas De Loof
> I do have in the code I just did not > included in the email. > I also have the following in my jsp: > > class="com.basf.plasticsportal.data.User"> > > > > thanks, > > Diego. > You don't need : this jsp tag is used to create a script variable (named as "id" defines) from a bean in some scop

RE: newbie question - usebean

2003-02-10 Thread Diego Bursztyn
I do have in the code I just did not included in the email. I also have the following in my jsp: thanks, Diego. -Original Message- From: Nicolas De Loof [mailto:[EMAIL PROTECTED]] Sent: Monday, February 10, 2003 7:31 AM To: Struts Users Mailing List Subject: Re: newbie

Re: newbie question - usebean

2003-02-10 Thread Nicolas De Loof
Your code doesn't show any tag. This tag is used by struts to set the targeted action, and so the associated bean in some scope. You can use without by setting it's "name" attribute (name="user" in your case). But if your HTML form has to be commited to a Struts action, you should look at Nic