Re: i18N <@s.radio> enum

2014-03-02 Thread Noriyuki Okamoto
Hi, Using https://stackoverflow.com/questions/5548104/struts-select-tag-localization-implementation/17258640#17258640 I think,

S2 Convention Plugin broken on Tomcat 8?

2014-03-02 Thread Tommy Pham
Hi folks, Is anyone having problem getting S2 2.3.16 Convention Plugin to work on Tomcat 8.0.3? I used the tutorial [1] and built the war OK. Deployed on Tomcat 7.0.52 OK. However, I'm getting this error on Tomcat 8.0.3 with the same Oracle/Sun JDK 1.7.0_51 (64 bit): 2014-03-02 12:13:12,639 ER

Re: S2 Convention Plugin broken on Tomcat 8?

2014-03-02 Thread Lukasz Lenart
Looks like a bug :\ Can you register a JIRA issue and attach sample project? Thanks in advance! 2014-03-02 21:22 GMT+01:00 Tommy Pham : > Hi folks, > > Is anyone having problem getting S2 2.3.16 Convention Plugin to work on > Tomcat 8.0.3? > > I used the tutorial [1] and built the war OK. Deploy

Struts 2: How to render as HTML and not XHTML?

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:

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:

Re: S2 Convention Plugin broken on Tomcat 8?

2014-03-02 Thread Tommy Pham
Hi Lukasz, Thanks for the prompt reply. Issue WW-4294 filed. It's my first time to file a JIRA. If I made a mistake in the labeling or selection of choices, please let me know. Kind regards, Tommy On Sun, Mar 2, 2014 at 12:28 PM, Lukasz Lenart wrote: > Looks like a bug :\ Can you register a

Re: S2 Convention Plugin broken on Tomcat 8?

2014-03-02 Thread Tommy Pham
I think the Struts 2.3.16 example REST showcase (struts2-rest-showcase.war) also uses convention plugin. I'm having the same exact problem with it on Tomcat 8.0.3. On Sun, Mar 2, 2014 at 1:23 PM, Tommy Pham wrote: > Hi Lukasz, > > Thanks for the prompt reply. Issue WW-4294 filed. It's my firs

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: