On 18-10-2009 at 17:39, Freddy Daoud wrote:
> Hi Stephen,
> 
> You can do this:
> 
> @UrlBinding("/")
> public class YourActionBean implements ActionBean {
>   @DefaultHandler
>   public Resolution something() {
>      ...
>   }
> }
> 
> Hope that helps. Sorry for the quick minimal answer but I'm short on
> time, let me know if you need more details.

Alas, that surfaces a feature/bug in Stripes in that if you have these
mappings:
        /
        /search
        /profile

In this case, /searchfoo will also yield the page for /.
This is an undecided point, and listed in issue
http://www.stripesframework.org/jira/browse/STS-688


Oscar

-- 
   ,-_
  /() ) Oscar Westra van Holthe - Kind      http://www.xs4all.nl/~kindop/
 (__ (
=/  ()  DRM "manages access" in the same way that a jail "manages freedom".

------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
Stripes-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/stripes-users

Reply via email to