Hi, 

I am new to struts2 and trying to generate a simple helloWorld form. I
managed to get HelloWorld/helloWorld.jsp working fine but when I add an
s:form tag to the jsp no html is rendered for the form tag.

JSP:

<%@ taglib prefix="s" uri="/struts-tags" %>

<html>
    <head>
        <title>Hello World!</title>
    </head>
    <body>
        <h2><s:property value="message" /></h2> <br/>
        <li> <s:url action= ">Register </li>

        <table>
            <tr>
                <td>Form:
                    <s:form name="myform" action="HelloWorld">
                      <s:checkbox label="testCheck"/>
                      <s:submit value="update"/>
                    </s:form>

                </td>
            </tr>
        </table>

    </body>
</html>

What am I missing?

Thanks
Jon

-- 
View this message in context: 
http://www.nabble.com/s%3Aform-does-not-render-html-when-JSP-is-processed.-tf3973057.html#a11277551
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