HI Rick
make sure that <html:form> doesn't close with in start tag like this:
<html:form action="/EmployeeAdd"/>
(i got the same problem beacuse of this silly mistake)
ur's
Mallik


Rick Schumeyer wrote:
> 
> Never mind...it turns out that I added a non-default constructor to the 
> ActionForm bean without also adding a default constructor.
> 
> Rick Schumeyer wrote:
>> I'm using struts 1.3.5.
>>
>> I have a jsp that displays a <table>.
>>
>> If I surround the table with:
>>
>> <html:form action="/EmployeeAdd">
>> ...
>> </html:form>
>>
>> then nothing in the page renders.  The EmployeeAdd action exists; it 
>> is associated with an ActionForm that also exists.
>>
>> Does anyone have any idea what can cause this problem?
>>
>> ---------------------------------------------------------------------
>> 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]
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/problems-with-%3Chtml%3Aform%3E-tag-tf2803623.html#a7827759
Sent from the Struts - User mailing list archive at Nabble.com.


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

Reply via email to