RE: form and action in struts-config

2002-10-29 Thread Vankineni, Naga X
: Struts Users Mailing List Subject: RE: form and action in struts-config Don't know. All I can say is that nesting forms is incorrect usage of HTML and will lead to unpredictable results. Sri -Original Message- From: Vankineni, Naga X [mailto:naga_x_vankineni@;groton.pfizer.com]

RE: form and action in struts-config

2002-10-29 Thread Vankineni, Naga X
). While you are at it, send a sample demonstrating how you are trying to extract user-entered data from the form. Sri -Original Message----- From: Vankineni, Naga X [mailto:naga_x_vankineni@;groton.pfizer.com] Sent: Tuesday, October 29, 2002 9:50 AM To: Struts Users Mailing List Subject: RE

RE: form and action in struts-config

2002-10-29 Thread Vankineni, Naga X
OK, so you have: What does your jsp look like? Just send a snippet with the form tag and some representative field(s). While you are at it, send a sample demonstrating how you are trying to extract user-entered data from the form. Sri -Original Message- From: Vankineni, Naga X

RE: form and action in struts-config

2002-10-29 Thread Vankineni, Naga X
the 'action' attribute value of the is 'cultureForm.do' (assuming you are using the usual Struts convention) Sri -Original Message- From: Vankineni, Naga X [mailto:naga_x_vankineni@;groton.pfizer.com] Sent: Tuesday, October 29, 2002 9:08 AM To: Struts Users Mailing List Subject:

RE: form and action in struts-config

2002-10-29 Thread Vankineni, Naga X
;name' attribute in the mapping to '/cultureForm' * Make sure you using a in your culture.jsp file. * Make sure that the 'action' attribute value of the is 'cultureForm.do' (assuming you are using the usual Struts convention) Sri -Original Message- From

RE: form and action in struts-config

2002-10-29 Thread Vankineni, Naga X
I checked the struts-config.xml and here is the piece of code.. The issue I am facing is I don't see the values in my ACTION class after I submit my jsp page and go to action class and retreive them by saying cultureform.get(xxx) and all I see in the formbean values are nulls... I know I am miss

form and action in struts-config

2002-10-28 Thread Vankineni, Naga X
Can anyone explain me why I get this problem... I have my action and form defined in the struts-config.xml.. Now in my jsp page when I enter a value in the text-box and try to see the value in my action using debugger, I don't see that value in my form and all i see is the reset value defined in th

conversion projects(oracle forms to j2ee struts)

2002-08-19 Thread Vankineni, Naga X
Does anyone have had experience on converting an existing oracle forms 6.0 application to Struts. The important factor to keep in mind is the model in (MVC) should be the same currently residing on forms. Thanks Naga -Original Message- From: mailinglist [mailto:[EMAIL PROTECTED]] Sent: M