Re: URL encoding problem.

2005-09-13 Thread Joe Germuska
Now, we're a friendly lot here and all, but what does this message have to do with Struts? Of course, I'm not helping things to point out to you that JavaScript has built-in functions for encoding and decoding URIs, and any time you construct a URL, you should be sure to encode your parameter

RE: URL encoding problem.

2005-09-13 Thread Holshausen, Ron
PROTECTED] Sent: 13 September 2005 15:01 To: Struts Users Mailing List Subject: URL encoding problem. Hi all., I have a problem with passing parameter from JSP to Servelt. I am passing the meetingId ,memberId , userName , password these four parameres to Servelt. 'password' is one

URL encoding problem.

2005-09-13 Thread senthil Kumar
Hi all., I have a problem with passing parameter from JSP to Servelt. I am passing the meetingId ,memberId , userName , password these four parameres to Servelt. 'password' is one way hashed format, i get it from DataBase and passing by URL encoding like follows. http://localhost:8080/cmis/ch