I really think this is a feature that a lot of people want. I'd like to be able to
simply write something like /products/1234, or at worst /products.seam/1234.
What do you think of something to complement @RequestParameter? Maybe @UrlParameter that
takes a regexp to match against the end of the URL?
@UrlParamter("/([0-9]*)$")
Long productId;
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3988545#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...