[jboss-user] [JBoss Seam] - Re: Searchengine friendly links
norman.richards@jboss.com
do-not-reply at jboss.com
Sat Nov 25 11:35:48 EST 2006
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
More information about the jboss-user
mailing list