You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by CHARLIER Cyril <cy...@gmail.com> on 2007/01/10 09:28:59 UTC

That doesn't work ...

Hi all,

I have a problem with this "HOW TO"

http://www.netbeans.org/kb/50/quickstart-webapps-struts.html

I did all the have written but that doesn't work :
this part doesn't work :

<html:form action="login">
            <table border="1">
                <thead>
                    <tr>
                        <th><bean:message key="login.name" /></th>
                    </tr>
                </thead>
                <tbody>
                    <tr>
                        <td><html:text property="name" /></td>
                    </tr>
                </tbody>
            </table>
           
            <html:submit value="Login" />
        </html:form>

Any ideas ?
Thanks
--
Cyril

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


Re: That doesn't work ...

Posted by CHARLIER Cyril <cy...@gmail.com>.
Sorry tht work now,

there was <%-- and --%> around the import taglib !!
:-D

CHARLIER Cyril a écrit :
> Hi all,
>
> I have a problem with this "HOW TO"
>
> http://www.netbeans.org/kb/50/quickstart-webapps-struts.html
>
> I did all the have written but that doesn't work :
> this part doesn't work :
>
> <html:form action="login">
>            <table border="1">
>                <thead>
>                    <tr>
>                        <th><bean:message key="login.name" /></th>
>                    </tr>
>                </thead>
>                <tbody>
>                    <tr>
>                        <td><html:text property="name" /></td>
>                    </tr>
>                </tbody>
>            </table>
>                      <html:submit value="Login" />
>        </html:form>
>
> Any ideas ?
> Thanks
> -- 
> Cyril
>


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