I solved the problem...
In my struts-config file inside the <form-beans> tag I was refering to the Action 
class instead of the
ActionForm class and that was causing problem.


                                                                                       
                                                
                      "Kevin Bootz"                                                    
                                                
                      <[EMAIL PROTECTED]        To:       "Struts Users Mailing List" 
<[EMAIL PROTECTED]>                  
                      a.net>                   cc:                                     
                                                
                                               Subject:  RE: no getter method found    
                                                
                      20/08/03 01:13                                                   
                                                
                      Please respond to                                                
                                                
                      "Struts Users                                                    
                                                
                      Mailing List"                                                    
                                                
                                                                                       
                                                
                                                                                       
                                                




All,
    This is the "source code" that is being referenced and it is correct.
You may have a typo elsewhere in your code ?  Are you sure you've set the
environment per the tutorial instructions ?

http://javaboutique.internet.com/tutorials/Struts/



-----Original Message-----
From: Paananen, Tero [mailto:[EMAIL PROTECTED]
Sent: Tuesday, August 19, 2003 2:35 PM
To: 'Struts Users Mailing List'
Subject: RE: no getter method found


> Last Name: <html:text property="lastname"/><br>
>
> and this in my ActionForm subclass
>
> private String lastName = null;
>
>       public String getlastname(){
>       }
>
>       public void setlastname( String lastName){
>       }

getLastname()
setLastname()

                                                 -TPP

-----------------------------------------
This email may contain confidential and privileged material for the sole use
of the intended recipient(s). Any review, use, retention, distribution or
disclosure by others is strictly prohibited. If you are not the intended
recipient (or authorized to receive for the recipient), please contact the
sender by reply email and delete all copies of this message.  Also, email is
susceptible to data corruption, interception, tampering, unauthorized
amendment and viruses. We only send and receive emails on the basis that we
are not liable for any such corruption, interception, tampering, amendment
or viruses or any consequence thereof.


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




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






--

This e-mail may contain confidential and/or privileged information. If you are not the 
intended recipient (or have received this e-mail in error) please notify the sender 
immediately and destroy this e-mail. Any unauthorized copying, disclosure or 
distribution of the material in this e-mail is strictly forbidden.



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

Reply via email to