Here's something to try, although I still can't get the NPE, which is 
irritating and scary:

Your <s:form>'s action is "login", which means the DOM's <form ...> id will 
also be "login". Because the markup is arguably somewhat brittle, your <div 
id="login"> element is colliding with the <form>.

Try changing the <div> id to something like "loginContainer" or whatever and 
see what that does.

Dave

--- On Tue, 9/9/08, Dave Newton wrote:
> --- On Tue, 9/9/08, Mark wrote:
>> Thank you for the suggestion.  Yes, I have and it
>> still produces the NullPointerException.
> 
> You may want to try putting the complete webapp up
> somewhere, or post a minimal, but complete, source example
> on something like pastebin/etc. I tried several different
> things to try to get the NPE but couldn't.


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

Reply via email to