Re: Struts usage question

2005-01-03 Thread dsarris
On Fri, 31 Dec 2004 09:53:12 -0800, Dakota Jack <[EMAIL PROTECTED]> wrote: > Yes. Use JSTL instead. > > Jack > > On Fri, 31 Dec 2004 15:29:45 +0100, Axel Gross > <[EMAIL PROTECTED]> wrote: > > hi there! > > > > the el libs use the jsp 2.0 expression language (${} instead of <%= %> ) > > If you d

Re: Struts usage question

2004-12-31 Thread Dakota Jack
Yes. Use JSTL instead. Jack On Fri, 31 Dec 2004 15:29:45 +0100, Axel Gross <[EMAIL PROTECTED]> wrote: > hi there! > > the el libs use the jsp 2.0 expression language (${} instead of <%= %> ) > If you don't have a servlet container which supports that by itself, you can > use the el-tags to use

Re: Struts usage question

2004-12-31 Thread Axel Gross
hi there! the el libs use the jsp 2.0 expression language (${} instead of <%= %> ) If you don't have a servlet container which supports that by itself, you can use the el-tags to use it at least inside of the struts tags. hth, axel On 2004-12-31 at 13:23:19 +0200, dsarris wrote: > On Fri, 31 Dec

Re: Struts usage question

2004-12-31 Thread dsarris
On Fri, 31 Dec 2004 11:26:47 +0200, dsarris <[EMAIL PROTECTED]> wrote: > On Thu, 30 Dec 2004 09:23:28 -0700, Wendy Smoak <[EMAIL PROTECTED]> wrote: > > From: "dsarris" <[EMAIL PROTECTED]> > > > I am trying to use the tag with the > > > tag. > > > Do I have to put the collection property inside th

Re: Struts usage question

2004-12-31 Thread dsarris
On Thu, 30 Dec 2004 09:23:28 -0700, Wendy Smoak <[EMAIL PROTECTED]> wrote: > From: "dsarris" <[EMAIL PROTECTED]> > > I am trying to use the tag with the > > tag. > > Do I have to put the collection property inside the form bean of the > > form that contains the ? > > The docs say if you leave of

Re: Struts usage question

2004-12-30 Thread Wendy Smoak
From: "dsarris" <[EMAIL PROTECTED]> > I am trying to use the tag with the > tag. > Do I have to put the collection property inside the form bean of the > form that contains the ? The docs say if you leave off the 'name' attribute, the framework will look to the enclosing form bean. So use 'name

Struts usage question

2004-12-30 Thread dsarris
Hi, I am trying to use the tag with the tag. The documentation states that the optionscollection tag retrieves ithe collection from the bean that is specified using the name property. My question is the following: Do I have to put the collection property inside the form bean of the form that co