Hello Guys,
I got this action mapping...
<action path="/login-*"
type="net.telic.wdsap.actions.LoadCustomPropertiesAction">
<forward name="login" path="/page-login-{1}.tn" />
<forward name="wrongurl" path="/main-index.tn" />
<forward name="systemerror" path="/main-error.tn" />
<forward name="reload" path="/reload.tn" />
</action>
Is it possible to access the exact "*" wildcard value inside
LoadCustomPropertiesAction?
Regards and TIA!
Richard
---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org
|