--- On Wed, 8/20/08, Paolo Niccolò Giubelli wrote:
>> Dave Newton wrote:
>>> I'm pretty sure it's Struts 1, since there are both [...]
> Yeah, it's struts1.
> So, should I use ? Does it perform an urlencoding?
Wouldn't it have been quicker to eith
Oleg Mikheev ha scritto:
Dave Newton wrote:
I'm pretty sure it's Struts 1, since there are both and
Yeah, it's struts1.
So, should I use ? Does it perform an urlencoding?
-
To unsubscribe, e-mail: [EMAIL
Dave Newton wrote:
I'm pretty sure it's Struts 1, since there are both and tags.
The answer, however, is probably the easiest.
My bad :)
I always keep forgetting that two Struts' share one mail list
Oleg
-
To unsubscribe
--- On Tue, 8/19/08, Oleg Mikheev wrote:
> Paolo Niccolò Giubelli wrote:
>>
>
> What is your Struts 2 version? I thought that at some point
> Struts 2 made it impossible to use JSTL expressions inside its
> tags... But anyway URLEncoding cannot be done in JSTL.
> You c
Paolo Niccolò Giubelli wrote:
What is your Struts 2 version? I thought that at some point Struts 2
made it impossible to use JSTL expressions inside its tags...
But anyway URLEncoding cannot be done in JSTL.
You could use to assign your
This is my scenario: I'm url-rewriting my web application, so I'm
putting some strings into the html:link href attributes, so to make my
links more search-engine friendly.
Obviously, those strings are retrieved from the database.
An example follows:
Hi,
I am building a web application with Struts2 and Tomcat 5.5 as the web
container. One action parameter is passed as part of the URL and may
contain Unicode characters:
{1}
/ShowArticle.jsp
The tag encodes this parameter as UTF-8, and I declared in my
tomcat server.xml the matchin
aehm... dont trust what you see in the system.out. What you see depends
on what encoding your console actually drives, and that would be
probably something different from what java does (typically iso-8589-1)
regards
leon
On Mon, 2005-06-13 at 11:44 -0400, Franck wrote:
> Hi,
>
> in my webapp,
y, June 13, 2005 11:45 AM
To: struts-user@jakarta.apache.org
Subject: urlencoding
Hi,
in my webapp, I have the following tag :
folder
In some case, "fullName" has special chars
In the result source I can see :
folder
The URL seems to be correctly UTF-8 encoded
In the "folder.do
Hi,
in my webapp, I have the following tag :
paramProperty="fullName">folder
In some case, "fullName" has special chars
In the result source I can see :
folder
The URL seems to be correctly UTF-8 encoded
In the "folder.do" Action, if I SysOut the "folder" parameter, I just can
see some o
10 matches
Mail list logo