I tried this:

<html>
<head>
    <title>Login Form</title>
</head>
<body>
    <h1>Struts 2 Hello World Example</h1>

    <@s.form action="Welcome" method="post">
        <@s.textfield name="username" label="Username" />
        <@s.textfield name="description" label="Description" />
        <@s.password name="password" label="Password" />
        <@s.submit />
    </@s.form>

</body>
</html>

still it's not outputting html form.

On Fri, Jun 23, 2017 at 6:33 PM, Lukasz Lenart <lukaszlen...@apache.org> wrote:
> 2017-06-23 13:19 GMT+02:00 Christoph Nenning <christoph.nenn...@lex-com.net>:
>> One thing that catches my eye: in freemarker you have to replace colons
>> with dots:
>>
>> <@s.form action="Welcome" method="post">
>
> Exactly, that's a case
> https://struts.apache.org/docs/freemarker-tags.html
>
>
> Regards
> --
> Ɓukasz
> + 48 606 323 122 http://www.lenart.org.pl/
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
> For additional commands, e-mail: user-h...@struts.apache.org
>

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

Reply via email to