RE: Struts 2: Howto render output as HTML?

2014-03-06 Thread Fredrik Andersson
ate: Sun, 2 Mar 2014 20:30:05 -0700 > Subject: Re: Struts 2: Howto render output as HTML? > From: ken.mcwilli...@gmail.com > To: user@struts.apache.org > > If you want this behaviour for the whole application then set > struts.ui.theme to simple, inside struts.xml. Like so: >

Re: Struts 2: Howto render output as HTML?

2014-03-02 Thread Ken McWilliams
If you want this behaviour for the whole application then set struts.ui.theme to simple, inside struts.xml. Like so: Since you mentioned a single page, you can do that too, you can even have a single struts2 UI tag render under a different theme, these various options are listed here: http:

Struts 2: Howto render output as HTML?

2014-03-02 Thread Fredrik Andersson
Hello guys! I use struts 2.3.15.3. I have created a form with code like: ... I would like the output to be rendered as HTML and not XHTML. I found this tag for struts 1.x:

render output

2007-02-04 Thread Ivan
Hi all, is there a way to avoid that the action property is rendered with the application name (e.g --> ) ? What i need for a special case is that the output is . If this is not possible , is it possible to use the normal html-form () tag and bind it to an actionForm ? regards ivan ---