Hi all,

   If I got some url like this

http://localhost/shop/viewCategory.html?categoryId=1 -> Camera category , Handled by ViewCategoryController http://localhost/shop/viewCategory.html?categoryId=2 -> Mp3 Players category , Handled by ViewCategoryController

   Is it possible that I can make the url like this

   http://localhost/shop/camera
   http://localhost/shop/mp3player

and the ViewCategoryController resolve the last part of the url and resolve the correct category id? Any input is high appreciated. Thanks.

Best regards,
Jonathan


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to