Hi all, Need help here. What is the best way or how can I mount this kind of URL? *http://localhost/app/blog/myblog* -> it go to Blog.class *http://localhost/app/blog/myblog/201* -> go to BlogDetails.class which open blog entry with ID 201 *http://localhost/app/blog/myblog/category* -> go to BlogCategory.class which shows list of categories for myblob *http://localhost/app/blog/myblog/category/22*2 -> go to BlogCategoryDetails.class whicho shows details of category with ID 222
Regards, uudashr
