Token handling in dispatch Action

2005-08-04 Thread Girish Kumar K. P.
Hi, How do I implement token handling in dispatch Action? Regards, Girish CAUTION - Disclaimer * This e-mail contains PRIVILEGED AND CONFIDENTIAL INFORMATION intended solely for the use of the addressee(s). If you are not the intended recipient, please noti

RE: html:text in logic:iterate

2004-11-03 Thread Girish Kumar K. P.
U shouldn't give the value attribute there. The value would be read from the form Regards, Girish -Original Message- From: Sebastian Ho [mailto:[EMAIL PROTECTED] Sent: Thursday, November 04, 2004 12:18 PM To: Struts Users Mailing List Subject: html:text in logic:iterate Hi I have a i

RE: html:text in logic:iterate

2004-11-03 Thread Girish Kumar K. P.
be displayed in the textbox (form). sebastian On Thu, 2004-11-04 at 14:52, Girish Kumar K. P. wrote: > U shouldn't give the value attribute there. The value would be read > from the form > > Regards, > Girish > > -Original Message- > From: Sebastian Ho [mailto:[EMAI

RE: html:text in logic:iterate

2004-11-04 Thread Girish Kumar K. P.
at it is just an issue of getting around the parser. In other instance I have, just adding quotes here and there to 'fool' the parser solves my problems. e.g. I can have a bean:write tag inside a hidden tag.. Sebastian On Thu, 2004-11-04 at 15:09, Girish Kumar K. P. wrote: > Anywa

RE: My bean cannot be found.

2004-11-07 Thread Girish Kumar K. P.
The 'hosts' should be ''d -Original Message- From: Richard [mailto:[EMAIL PROTECTED] Sent: Monday, November 08, 2004 11:55 AM To: Struts Users Mailing List Subject: My bean cannot be found. Hello Guys, My newly created bean cannot be found please help. heres my code

RE: form submision using javascript using html:link tag

2004-11-08 Thread Girish Kumar K. P.
I guess U may call a javascript like onclick="javascript:fnSubmit()" and in that function u can set the values for the form fields and then on last line of the function, call 'document.menuForm.submit()' -Original Message- From: Srilatha Salla [mailto:[EMAIL PROTECTED] Sent: Tuesday, No

RE: form submision using javascript using html:link tag

2004-11-10 Thread Girish Kumar K. P.
ase let me know how to set the value for form fields in the javascript method. For example if I have "name" as a form property, how to set its value in the javascript method. Thanks, Latha. "Girish Kumar K. P." <[EMAIL PROTECTED]> wrote: I guess U may call a javascri

RE: variable number of elements in form

2004-11-10 Thread Girish Kumar K. P.
I giuess u can declare a String array and use indexed getter setters -Original Message- From: Nitin Gupta [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 10, 2004 4:35 PM To: [EMAIL PROTECTED] Subject: variable number of elements in form Hi All, I am having a form in which the numb

RE: Bean:define : Newbie Question

2004-11-10 Thread Girish Kumar K. P.
-Original Message- From: Richard [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 10, 2004 4:45 PM To: Struts Users Mailing List Subject: Re: Bean:define : Newbie Question Hi Peng.