If I were you, I would first verify, that form is actually submitted
with proper values to the proper address. If you use Firefox, download
and install LiveHTTPHeaders and verify what is sent to the server. Is
your form submitted correctly?

On 10/24/05, Asad Habib <[EMAIL PROTECTED]> wrote:
> Hello. I am new to Struts and currently developing a Struts application.
> For some reason, form variables are not being transmitted upon form
> submission and at the same time there is no error or stack trace that I
> can reference to diagnose the error. I am not able to access the form
> variables inside my action class for which I have provided the code below
> (i.e. the form variables always have a value of null). I have also
> provided the contents of struts-config.xml below. FYI, I am not using the
> Struts validator. Any help would be greatly appreciated. Thanks.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to