RE: How to get a value

2002-08-21 Thread Carlos Barroso
Shawn Bayern [mailto:[EMAIL PROTECTED]] Sent: quarta-feira, 21 de Agosto de 2002 14:31 To: Tag Libraries Users List Subject: Re: How to get a value Right - if has an 'id' attribute, then you may simply use it to expose a scripting variable. There isn't a need for if the tag directl

RE: How to get a value

2002-08-21 Thread Carlos Barroso
if really exposes the menu as a scripting variable then why does it give the following error: Undefined variable: menu in the following example: <% System.out.println(menu); %> Can someone help please. This is givig me a headache. :-( -- To unsubscribe, e-mail:

RE: How to get a value

2002-08-21 Thread Carlos Barroso
:31 To: Tag Libraries Users List Subject: Re: How to get a value Right - if has an 'id' attribute, then you may simply use it to expose a scripting variable. There isn't a need for if the tag directly exposes a scripting variable. (So that's your answer!) -- Shawn

Re: How to get a value

2002-08-21 Thread Shawn Bayern
Variable 'menu' is already defined in this method. > > It's kind of weird... > > > > -Original Message- > From: Shawn Bayern [mailto:[EMAIL PROTECTED]] > Sent: quarta-feira, 21 de Agosto de 2002 14:06 > To: Tag Libraries Users List > Subject: RE

RE: How to get a value

2002-08-21 Thread Carlos Barroso
only xtags? -Original Message- From: Shawn Bayern [mailto:[EMAIL PROTECTED]] Sent: quarta-feira, 21 de Agosto de 2002 14:06 To: Tag Libraries Users List Subject: RE: How to get a value On Wed, 21 Aug 2002, Carlos Barroso wrote: > Thanks very much for the help. Where can i get JSTL to wo

RE: How to get a value

2002-08-21 Thread Shawn Bayern
On Wed, 21 Aug 2002, Carlos Barroso wrote: > Thanks very much for the help. Where can i get JSTL to work with xtags? You can download our JSTL implementation from http://jakarta.apache.org/builds/jakarta-taglibs/releases/standard/ Then, once you follow the instructions in the package to inst

RE: How to get a value

2002-08-21 Thread Carlos Barroso
Thanks very much for the help. Where can i get JSTL to work with xtags? -Original Message- From: Shawn Bayern [mailto:[EMAIL PROTECTED]] Sent: quarta-feira, 21 de Agosto de 2002 14:00 To: Tag Libraries Users List Subject: RE: How to get a value On Wed, 21 Aug 2002, Carlos Barroso

RE: How to get a value

2002-08-21 Thread Shawn Bayern
On Wed, 21 Aug 2002, Carlos Barroso wrote: > But i'm not using java beans. It doesn't matter; don't be fooled by 's name. It simply creates a scripting variable when used with the 'id' and 'type' attributes; the example I showed will do exactly what you want. > I just want to put the result in

RE: How to get a value

2002-08-21 Thread Carlos Barroso
pression. Please help. -Original Message- From: Shawn Bayern [mailto:[EMAIL PROTECTED]] Sent: quarta-feira, 21 de Agosto de 2002 13:08 To: Tag Libraries Users List Subject: Re: How to get a value On Wed, 21 Aug 2002, Carlos Barroso wrote: > Hy guys. I'm trying to do somet

Re: How to get a value

2002-08-21 Thread Shawn Bayern
On Wed, 21 Aug 2002, Carlos Barroso wrote: > Hy guys. I'm trying to do something like this in my JSP file: > > <% > String aux = > %> > > But I know this doesn't work. How can I put the result of the xtags > expression in a string variable? > Can someone help? With JSTL: