Hi All,

I use Sitemesh as template engine with Struts2.
In my decorator jsp file, I use <s:action/> for division content source.
Now I encounter a problem that if an action has an action error, there will
be a "input" result used. It will cause all <s:action> in decorator JSP file
also execute input result directly. That's means <s:action> method won't be
called.

How do I make <s:action> execute its action method no matter its outer
action's result  when using sitemesh together?

thanks a lot.
Matt

Reply via email to