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#3988545

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3988545
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to