Re: Struts Form Values are null

2007-03-18 Thread Dave Newton
--- [EMAIL PROTECTED] wrote: > property="userID" >styleClass="usertextbox"/> > [...] > Is there any reason for the userID to be null? I don't really remember much about S1 ActionForms, but do the properties have to be valid JavaBean fields, i.e. it should be userId? You do

Re: Struts Form Values are null

2007-03-18 Thread Martin Gainty
qu'il est strictement interdit de le diffuser, de le distribuer ou de le reproduire. - Original Message - From: <[EMAIL PROTECTED]> To: Sent: Sunday, March 18, 2007 1:31 AM Subject: Struts Form Values are null > Hello, > I have a form called as UserForm(UserForm

Struts Form Values are null

2007-03-18 Thread venkatesansriram
Hello, I have a form called as UserForm(UserForm.java ) and a UserAction(UserAction.java) configured in the struts config for the dispatch action method named getUserDetails.The UserForm has a property called as userID. My JSP Code is <%@ taglib uri="http://struts.apache.org/tags-html"; pre