Struts2 s:head tag generates wrong paths?

2010-01-14 Thread Stephan R. Mueller
Hi list. Using 2.1.8 with JSP on JBoss 5.1.0. generates the links for style.css and utils.js which is not valid, i.e. the files are not found at the specified position (after reviewing the generated HTML). A quick look shows that styles.css is located under "/template/xhtml/styles.css" and no

Re: Struts2 s:head tag generates wrong paths? [SOLVED]

2010-01-15 Thread Stephan R. Mueller
er. > > -Wes > > On Thu, Jan 14, 2010 at 7:38 PM, Stephan R. Mueller > wrote: >> Hi list. >> >> Using 2.1.8 with JSP on JBoss 5.1.0. generates >> the links for style.css and utils.js which is not valid, >> i.e. the files are not found at the

Struts2 Tiles: specify the part of template that is to be rendered

2010-01-16 Thread Stephan R. Mueller
Hi list. I'm playing with tiles and currently, I'm only able insert the full code of a template. Is there a way to define what part of a template is about to be inserted? like: template random stuff only this section will be inserted other random stuff I'm missing this, sin

Re: Struts2 Tiles: specify the part of template that is to be rendered [SOLVED]

2010-01-17 Thread Stephan R. Mueller
Am 17.01.2010 um 09:08 schrieb Antonio Petrelli: > 2010/1/17 Stephan R. Mueller : >> Hi list. >> >> I'm playing with tiles and currently, I'm only able >> insert the full code of a template. Is there a way >> to define what part of a template is abou

I18nInterceptor / request_locale not working as expected

2010-01-28 Thread Stephan R. Mueller
Hi list, I'm using struts 2.1.8 with JDK6 I've Message.properties | Message_de_DE.properties and Message_en_US.properties. When switching the local via a browser plugin everything works fine and I can see that Session.WW_TRANS_I18N_LOCALE contains the expected locale (de_DE or en_US). Now I've a

Re: I18nInterceptor / request_locale not working as expected [INVALID/SOLVED]

2010-01-28 Thread Stephan R. Mueller
current locale into and everything is fine. So long, Stephan Am 28.01.2010 um 20:07 schrieb Stephan R. Mueller: > Hi list, > > I'm using struts 2.1.8 with JDK6 > > I've Message.properties | Message_de_DE.properties > and Message_en_US.properties. > > Wh