I've got a class with a URLBinding annotation like this:

  @UrlBinding("/a/ah/nav{single}/{$event}")

When I post to my server with

  http://whatever/app/a/ah/nav*/home

then I would expect that the action would be found, with "*" bound to
the property "single" and "home" as the event. Instead, Stripes
returns a 404 error.

What's going on?


-- 
Turtle, turtle, on the ground,
Pink and shiny, turn around.

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Stripes-users mailing list
Stripes-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/stripes-users

Reply via email to