Navigation control.

2004-06-16 Thread Amit Kumar Sharma
of data by not submitting the page repeatedly while navigating back and forth on the collection mapped to the same navigation control. The inputs in the set of the form would be used to form a query at the later stage. Waiting eagerly for anything in this direction. Regards, Amit Kumar

Wizard form support in struts?

2004-06-21 Thread Amit Kumar Sharma
Dear friends, Is there anything available in struts framework which supports forms of wizard type. Anything in this direction is appreciated. Regards Amit Kumar Sharma

RE: Wizard form support in struts?

2004-06-21 Thread Amit Kumar Sharma
an store the state of the form in some scope request/session to re-populate in case you go back or forward to implement the state machine. -Original Message- From: Amit Kumar Sharma [mailto:[EMAIL PROTECTED] Sent: Monday, June 21, 2004 3:21 PM To: [EMAIL PROTECTED] Subject: Wizard form support

RE: executeBatch

2004-07-26 Thread Amit Kumar Sharma
Dear Shailender, What type of insert are you trying to do, is it a single insert(eg: Insert into (select * from *)) or multiple insert (eg for(CONDITION){insert into}) Regards Amit -Original Message- From: Shailender Jain [mailto:[EMAIL PROTECTED] Sent: Monday, July 26, 2004 10:07 AM T

RE: executeBatch

2004-07-26 Thread Amit Kumar Sharma
- From: Shailender Jain [mailto:[EMAIL PROTECTED] Sent: Monday, July 26, 2004 6:48 PM To: Struts Users Mailing List Subject: Re: executeBatch for (CONDITION) {insert into } Amit Kumar Sharma wrote: > Dear Shailender, > > What type of insert are you trying to do, is it a single insert(eg:

RE: Mapping ActionPath to a method in DispatchAction

2004-08-16 Thread Amit Kumar Sharma
Try lookupDispatchAction instead of DispatchAction and have a message resources(applicationresource.properties) for the mappings...that you way you can achieve multiple submits as well as no need to check for the method parameter. You need to check for the html:submit code for that. Regards Amit

RE: Unable to set the radio butons value using form beans

2004-08-21 Thread Amit Kumar Sharma
Check the type for it. Java.lang.Boolean It should work. Warm regards Amit -Original Message- From: jacob skariah [mailto:[EMAIL PROTECTED] Sent: Saturday, August 21, 2004 12:04 PM To: [EMAIL PROTECTED] Subject: Unable to set the radio butons value using form beans Hi , Can any body te

RE: Dots in form names creates problems with Javascript Validator function names

2004-09-01 Thread Amit Kumar Sharma
Hi, Instead of using for names in that case use. This should not give any problem := Documet.forms[0].elements[0] When formname and somename has dots in between. Accessing elements in this fashion will give problem := Documet.formname.getElementsById("somename") I mean to say access the elemen

RE: Struts boooks: remommendations?

2004-03-31 Thread Amit Kumar Sharma
can u please mail the link for the Struts in action by ted husted. or any online document which can be helpful. -Original Message- From: Gardner, David [IT] [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 31, 2004 11:50 AM To: Struts Users Mailing List Subject: RE: Struts boooks: remomme

RE: Learning Struts

2004-04-01 Thread Amit Kumar Sharma
hai ashish, there is nothing like knowing this or that, but struts mainly uses servlet. regards Amit -Original Message- From: Ashi Sharma [mailto:[EMAIL PROTECTED] Sent: Friday, April 02, 2004 12:55 AM To: [EMAIL PROTECTED] Subject: Learning Struts Which are the core technologies (

Multiple struts config files.

2004-12-27 Thread Amit Kumar Sharma
changes. Waiting for inputs. Regards Amit kumar sharma