Re: Not getting URL rewriting with

2006-06-20 Thread Mon Cab
Thanks Richard It works with action=userlogin_display. --- Richard Yee <[EMAIL PROTECTED]> wrote: > According to the documentation if you use href, the value passed will > be > unchanged. It looks like you should use action=userlogin_display > and the property and name attributes to set the

Re: Not getting URL rewriting with

2006-06-19 Thread Richard Yee
According to the documentation if you use href, the value passed will be unchanged. It looks like you should use action=userlogin_display and the property and name attributes to set the action parameter. -Richard Mon Cab wrote: I have a jsp page called link test (included below), However, the

Not getting URL rewriting with

2006-06-19 Thread Mon Cab
I have a jsp page called link test (included below), However, the url for *Login Link* is not being rewritten to include the jsessionid. Cookies are disabled on my browser, and jsessionid is being generated for form submissions, but not for links. Am I missing something here? Pleae help. <%