Re: Default mapping to a result.

2009-11-04 Thread Dave Newton
Siddiq Syed wrote: Once an action method returns a string and if the string is not mapped to a result name in struts.xml , is there any way where we can display a default page. For example as mention in the below struts.xml file, editGuidelinesCaseEvaluation edi

Re: Default mapping to a result.

2009-11-04 Thread Greg Lindholm
I've never tried this and haven't found any documentation but reading the source it appears you can configure a wildcard result using . see com.opensymphony.xwork2.DefaultActionInvocation.createResult() source [1] [1] http://svn.opensymphony.com/fisheye/browse/~raw,r=1851/xwork/trunk/src/java/com