re: URL Masking

2007-06-13 Thread Sudhanshu Ojha
Hey Thnx for the suggestion, but its not solving the problem I am trying to extend the ViewHandler class and override its abstract methods. Does any one hav any idea how to do that. Thanx Sudhanshu Sudhanshu, A very

Re: URL Masking

2007-06-13 Thread Craig McClanahan
On 6/13/07, Sudhanshu Ojha [EMAIL PROTECTED] wrote: Hey Thnx for the suggestion, but its not solving the problem I am trying to extend the ViewHandler class and override its abstract methods. Does any one hav any idea how to do that. Shale itself extends ViewHandler functionality[1], so you

RE: URL Masking

2007-06-11 Thread Kito D. Mann
Sudhanshu, A very straightforward approach is to use a servlet filter that parse the URL and forwards to the proper JSF page. There are some other approaches, though -- check the archives for this mailing list (and others, such as MyFaces ad FaceletS). This issue has been discussed a lot.