On 8/23/06, mosho <[EMAIL PROTECTED]> wrote:
I added a unspecified() method in my action class and it works now. I am not able to understand though how it is working, unspecified() is called when parameter name doesn;t exist, right? I have a parameter name= navigation and its value is shown as {submitText}. But it calls unspecified method, for that value as it would have done if value is null. I am assuming it is calling unspecified() because it is not able to find the key name {submitText}Any idea?
Can you post the Javascript again? The most recent version I see above never submits the form. It's not enough to name the method 'onClickSubmit' -- you actually have to call submit() somewhere, and I don't see that happening. -- Wendy --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

