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
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
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
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
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
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
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
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
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
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
10 matches
Mail list logo