You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Rick Schumeyer <rs...@ieee.org> on 2006/12/11 22:19:39 UTC

problems with tag

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: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org


Re: problems with tag

Posted by Mallik <ma...@yahoo.com>.
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: user-unsubscribe@struts.apache.org
>> For additional commands, e-mail: user-help@struts.apache.org
>>
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
> For additional commands, e-mail: user-help@struts.apache.org
> 
> 
> 

-- 
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: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org


Re: problems with tag

Posted by Rick Schumeyer <rs...@ieee.org>.
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: user-unsubscribe@struts.apache.org
> For additional commands, e-mail: user-help@struts.apache.org
>

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org