How to create Dynamic Form elements using Struts ?

2006-01-15 Thread Amol Yadwadkar
Hi List, Can anyone let me know the way to create the dynamic form elements in the Struts Page? I mean I want to add the selectboxes/textboxes etc on the click of the link. Thanks in advance Amol

RE: Multiple form submit actions

2005-12-20 Thread Amol Yadwadkar
Use the DispatchAction. -Original Message- From: Shiby Maria John [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 21, 2005 12:31 PM To: Struts Users Mailing List Subject: Multiple form submit actions Hi, I have a Struts form where there are more than one submit action. How can I

RE: submit double click, js and html:submit

2005-12-19 Thread Amol Yadwadkar
U may have to use validToken method provided by struts -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Monday, December 19, 2005 6:29 PM To: user@struts.apache.org Subject: submit double click, js and html:submit I want to prevent user from double submiting dat

RE: Re: Validation Issue

2005-09-15 Thread Amol Yadwadkar
Thankx a lot!!! It worked best regds, AMOL YADWADKAR | Software Engineer | M P H A S I S Architecting Value| IT SERVICES 2nd Floor, The Leela Business Park, Andheri Kurla Road, Andheri(E), Mumbai 400059| Tel: 91 22 5677 Extn 5356 | Fax: 91 22 5600| Cell : 9819011934 | www.mphasis.com

Validation Issue

2005-09-15 Thread Amol Yadwadkar
Hi List, I am using Validation Framework. mask ${taxid}

Reset for DynaActionForm.

2005-08-29 Thread Amol Yadwadkar
Hi List, How shall we reset the DynaActionForm as we do reset while sing Actionform ? Thankx best regds, AMOL YADWADKAR | Software Engineer | M P H A S I S Architecting Value| IT SERVICES 2nd Floor, The Leela Business Park, Andheri Kurla Road, Andheri(E), Mumbai 400059| Tel: 91 22

How to write logic:iterate for the Collection of HashMap.

2005-08-18 Thread Amol Yadwadkar
Hello List, I need to display the results stored in the Hashmap. How can I achieve it by using logic:iterate I know the way to do it for List type data. Can anyone help me in this ? Thankx n regds, Amol

RE: DynaValidatorForm problem

2005-08-04 Thread Amol Yadwadkar
Hi List, I got my mistake it was the wrong package given for the Class DynaValidatorForm Amol -Original Message- From: Amol Yadwadkar [mailto:[EMAIL PROTECTED] Sent: Friday, August 05, 2005 11:13 AM To: user@struts.apache.org Subject: DynaValidatorForm problem Hello List, I am

DynaValidatorForm problem

2005-08-04 Thread Amol Yadwadkar
Hello List, I am using the DynaValidatorForm but at the initialization it gives these errors Snippet of struts-config.xml :

Html:link with DynaActionForm

2005-08-03 Thread Amol Yadwadkar
Hi List, I have a form where all the action are provided by link. I am using DynaActionform so when I click on html:link I do not get the Dynaform populated for the next page But If I use use html:submit then it happens as expected. Can any one have solution for the above issue. Thank

Onclick of html:link

2005-08-03 Thread Amol Yadwadkar
Hi List, I have a form where all the action are provided by link. I am using DynaActionform so when I click on html:link I do not get the Dynaform populated for the next page But If I use use html:submit then it happens as expected. Can any one have solution for the above issue. Th

RE: Need help in declaring resource file

2005-07-21 Thread Amol Yadwadkar
ts is struts_1_0_2. --- Amol Yadwadkar <[EMAIL PROTECTED]> wrote: > > > > Hi Swapnil, > Is ur " resources " folder is under classes > Directory ? > If not Pls try putting it. > Also pls let me know which version of Struts are u > us

RE: Need help in declaring resource file

2005-07-20 Thread Amol Yadwadkar
Hi Swapnil, Is ur " resources " folder is under classes Directory ? If not Pls try putting it. Also pls let me know which version of Struts are u using ? Is it 1.2 ?? Thankx Best regds, Amol -Original Message- From: Swapnil Patil [mailto:[EMAIL PROTECTED] Sent: Thursday, July 21, 2

RE: Re: Dynamic from Elements Generation

2005-07-19 Thread Amol Yadwadkar
- From: news [mailto:[EMAIL PROTECTED] On Behalf Of Laurie Harper Sent: Wednesday, July 20, 2005 12:54 AM To: user@struts.apache.org Subject: Re: Dynamic from Elements Generation Amol Yadwadkar wrote: > Hi List, > I want to generate Dynamic Form elements in Struts. > I had achieved by doing

Dynamic from Elements Generation

2005-07-19 Thread Amol Yadwadkar
Hi List, I want to generate Dynamic Form elements in Struts. I had achieved by doing but the issue in that is I am not getting the dynamic values while retrieval or after the submission of the form. Can anyone suggest me the better way of getting the dynamic form elements in Struts. Thankx in adva

RE: How to set an ActionForm to null

2004-05-13 Thread Amol Yadwadkar
Amol, but that returns an IllegalStateException.. thanks for trying anyways. "Amol Yadwadkar" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hi, > I havn't tried this but just try this in the execute method :-- > public ActionForward execute(ActionMa

RE: How to set an ActionForm to null

2004-05-13 Thread Amol Yadwadkar
Hi, I havn't tried this but just try this in the execute method :-- public ActionForward execute(ActionMapping mapping, ActionForm form, HttpServletRequest req, HttpServletResponse res) { ... ... mapping.setAttribute(null); } Hope this may help you!!! --Amol -Original Message- F

Problems with Tag in web.xml

2004-05-03 Thread Amol Yadwadkar
Hello List, I am using Struts 1.1 and I want to get connected to SQL SERVER 2000.I am using tag from web.xml where I am providing the driverclassname,url,username and password as the properties to this Tag. But I am getting an error of com.microsoft. . . . . .SQLServerDriver is not intilised Can

Dynamic Generation of HTML Form Element in Struts

2004-04-21 Thread Amol Yadwadkar
Hi List, Can any one suggest me a hint/path in Struts where I can generate dynamic Form Elements and also I shall be able to handle the Validations of those through the JavaScript. It will be an needy Help!!! Thankx in Advance!! Best regds, Amol