URL encoding question

2008-02-20 Thread Tommy Becker
I'm having trouble getting to stop encoding a parameter. Here's a snipped of my jsp code: Apply Despite the encode="false", the url as rendered looks like this: /sf/WML/Buy.action?c1=CFWAP2734&c2=CFWAP712&coup=%24codeInput The problem is the $ is still being encoded. Anyone

Re: URL encoding problem.

2005-09-13 Thread Joe Germuska
ord' is one way hashed format, i get it from DataBase and passing by URL encoding like follows. http://localhost:8080/cmis/chat/guj.com.br?page=frames&dameetingId=18&damemberId=13&dausername=chuck&dapassword=tDVZCOmOg+WF1vqum+MzEQ== in servlet i am getting password like

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

Using with URL encoding of sessionid

2005-08-09 Thread Bourgon, Jean-Francois
1.2.7 and found that an extra condition have been added in computeURLWithCharEncoding method to avoid url encoding of link with href property. See sample code below. In Struts 1.2.4 // Perform URL rewriting to include our session ID (if any) if (pageContext.getSession

Re: URL Encoding

2005-07-18 Thread Jeff Beal
Have you looked at the html:link tag? (http://struts.apache.org/userGuide/struts-html.html#link) Link text On 7/18/05, Senthilrajan VS <[EMAIL PROTECTED]> wrote: > Hi All, > > I am calling the action directly using the hyper link, for example > /sample.do?table=test. The values for this action

Re: URL Encoding

2005-07-18 Thread Yoge
Use java.net.URLEncoder.encode method. On 7/18/05, Senthilrajan VS <[EMAIL PROTECTED]> wrote: > Hi All, > > I am calling the action directly using the hyper link, for example > /sample.do?table=test. The values for this action is generated dynamically. I > want to Encode this URL. Is there an

URL Encoding

2005-07-18 Thread Senthilrajan VS
Hi All, I am calling the action directly using the hyper link, for example /sample.do?table=test. The values for this action is generated dynamically. I want to Encode this URL. Is there any way to encode this URL. Thanks & Regards, SenthilRajan VS

Re: Problem with URL encoding/decoding of UTF-8 characters

2005-04-05 Thread Steve Bosman
On Apr 5, 2005 9:38 AM, Steve Bosman <[EMAIL PROTECTED]> wrote: > The application I am working on has some frameset stuff (which I > personally hate, but some things you are forced to live with), > occasionally frames within the frameset are set with parameters in the > URL which is output using ht

Problem with URL encoding/decoding of UTF-8 characters

2005-04-05 Thread Steve Bosman
The application I am working on has some frameset stuff (which I personally hate, but some things you are forced to live with), occasionally frames within the frameset are set with parameters in the URL which is output using html:rewrite (normally as the result of failed actions). If a parameter ha