Re: html:hidden as a collection not String

2008-02-08 Thread Laurie Harper
Shanna7463 wrote: Is it possible to assign a collection to a html:hidden component, rather than a string? Basically my webapp allows the user to select different options for access control. I would like to add these selections to a collection and pass that to my Action class. A hidden inpu

Re: html:hidden

2007-06-10 Thread Nuwan Chandrasoma
Hi, Use plain told HTML and use your script tag. Thanks, Nuwan - Original Message - From: "john lee" <[EMAIL PROTECTED]> To: Sent: Sunday, June 10, 2007 3:49 PM Subject: html:hidden How to assaign value to html:hidden field? request.getAttribute("loginid")%>> but give me the

Re: html:hidden

2007-06-10 Thread Mike Baroukh
it's because setValue() for the taglib need a String. try " > Mike john lee a écrit : How to assaign value to html:hidden field? > but give me the error message, saying need double quote, after i put double quote before "<%..", cause jsp compile error, any clue? tks in

Re: html:hidden

2007-06-10 Thread Nicolás Pace
On 6/10/07, john lee <[EMAIL PROTECTED]> wrote: How to assaign value to html:hidden field? > but give me the error message, saying need double quote, after i put double quote before "<%..", cause jsp compile error, Which error did it cause? any clue? tks in advance john --

Re: html:hidden query

2005-01-13 Thread Kishore Senji
Note that is just enough to populate the text box. The in the body of doesn't do anything. On Wed, 12 Jan 2005 23:34:27 -0800 (PST), Manisha Sathe <[EMAIL PROTECTED]> wrote: > Following i could get it but now i want this inside html hidden form tag. > > > > > > But If i use hidden tag t

Re: html:hidden values are null

2004-10-19 Thread Rosemary Philip
the new Struts action. > > Regards, > David > > -Original Message- > From: Rosemary Philip [mailto:[EMAIL PROTECTED] > Sent: Monday, October 18, 2004 9:13 AM > To: [EMAIL PROTECTED] > Cc: [EMAIL PROTECTED] > Subject: Re: html:hidden values are null > > Yes

RE: html:hidden values are null

2004-10-18 Thread David G. Friedman
ubmitted to the new Struts action. Regards, David -Original Message- From: Rosemary Philip [mailto:[EMAIL PROTECTED] Sent: Monday, October 18, 2004 9:13 AM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: html:hidden values are null Yes, the html:hidden is within an html:form. Also when I

Re: html:hidden values are null

2004-10-18 Thread Rosemary Philip
Yes, the html:hidden is within an html:form. Also when I do a view source on the page, I can see the values of the hidden variables correctly. but when I trace them to action class, they are null, all of them. another thing. this is what my html:form tag in my first jsp page says. but in the sam

RE: html:hidden values are null

2004-10-17 Thread David G. Friedman
Are you positive you have the html:hidden tag within the appropriate html:form tag? What is your html:form tag for either JSP? Regards, David -Original Message- From: Rosemary Philip [mailto:[EMAIL PROTECTED] Sent: Sunday, October 17, 2004 10:48 PM To: [EMAIL PROTECTED] Subject: html:hid