> From: ssmtpmailtesting ssmtpmailtesting <[email protected]> > To: Struts Users Mailing List <[email protected]>, > [email protected], > Date: 23.06.2017 14:54 > Subject: Re: How can I convert .jsp to .ftl (freemarker)? > > 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.
Any errors in logs? regards, Christoph > > On Fri, Jun 23, 2017 at 6:33 PM, Lukasz Lenart > <[email protected]> wrote: > > 2017-06-23 13:19 GMT+02:00 Christoph Nenning > <[email protected]>: > >> 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: [email protected] > > For additional commands, e-mail: [email protected] > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > This Email was scanned by Sophos Anti Virus

