Re: question on mapping

2008-02-04 Thread Giovanni Azua
Thanks this looks like what I was looking for. I will have to see how to define a custom stack and use the two together ... regards, Giovanni Jeromy Evans wrote: Will CodeBehind give what you need? I'm not sure with your use of wildcards. It gives "pages with no mapping": a default do-nothing

Re: question on mapping

2008-02-04 Thread Jeromy Evans
Will CodeBehind give what you need? I'm not sure with your use of wildcards. It gives "pages with no mapping": a default do-nothing action that provides access to s2 tags & resources...but not to a default tile AFAIK http://struts.apache.org/2.0.11/docs/codebehind-plugin.html Giovanni Azua wr

question on mapping

2008-02-04 Thread Giovanni Azua
hi, Suppose you have a struts.xml mapping that looks like: class="com.sag.optimizer.ui.web.action.form.Form{1}Action"> webui.form{1} webui.failed In several cases I will probably want to provide a valid non empty implementation of a corresponding Form{1}Action.class but in some ca