Re: Struts 2.1.6, Sitemesh & FreeMarkerPageFilter

2009-02-02 Thread Markus Doring
saying it will fix > your problem, but you should start using those in 2.1.6+ > > musachy > > On Fri, Jan 30, 2009 at 5:49 AM, Markus Doring wrote: >> >> Not sure what the new ones are, but my Maven dependency uses version >> 2.1.6 of >> the struts2 s

Re: Struts 2.1.6, Sitemesh & FreeMarkerPageFilter

2009-01-30 Thread Markus Doring
: > > Did you try with the new filters? > > musachy > > On Thu, Jan 29, 2009 at 7:44 PM, Markus Doring wrote: >> >> Hi, >> I am trying Struts 2.1.6 with Freemarker Sitemesh decorators. I am >> getting a >> NPE in the PageFilter HeadTag class. When de

Struts 2.1.6, Sitemesh & FreeMarkerPageFilter

2009-01-29 Thread Markus Doring
Hi, I am trying Struts 2.1.6 with Freemarker Sitemesh decorators. I am getting a NPE in the PageFilter HeadTag class. When debugging it seems the getPage() call in the class returns Null. This only happens for the decorator:head and not for the body or title (If I remove the <@decorator.head/> fro

Re: struts2 select onchange to trigger ajax call

2008-08-08 Thread Markus Doring
;regionClass').observe('change', updateByRegion); works very fine and I have to say I am impressed how easy prototype is. Markus Markus Doring wrote: > > Thanks Dave, that works! > > I finally also found a working example here: > http://javachamp.blo

Re: struts2 select onchange to trigger ajax call

2008-08-08 Thread Markus Doring
: pretty nice. Markus newton.dave wrote: > > Did you try publishing a topic onchange and having the div have that topic > in its listenTopics? > > Dave > > > --- On Thu, 8/7/08, Markus Doring <[EMAIL PROTECTED]> wrote: > >> From: Marku

struts2 select onchange to trigger ajax call

2008-08-07 Thread Markus Doring
I would like to have an onchange event from a select element to trigger an AJAX call that replaces a div. I was trying to use the struts 2.0.11 ajax theme, but I cant find a why to bind the select element to my div. In struts 2.1 I should be able to use sx:bind, but that is not available in 2.0.1