Re: JSTL: POST vs GET

2004-02-07 Thread Martin Cooper
On Fri, 6 Feb 2004, Evgeny Gesin wrote: > Hi, > I will provide a little more information, may be that > will be important. > > 1. I use an in-house developed Tiles, similar to > Struts, so each page is make up of of dinamically > included pages, for example, header, content and > footer JSPs. > >

Re: JSTL: POST vs GET

2004-02-07 Thread Evgeny Gesin
> (I posted just 2 in this list) Opps, I posted these bugs in Tomcat list, not here, but I think you might be interested, at least one can be relative to JSTL setLocale, see below I tryed today current release TC5 and seen errors: 1. I have the following lines which run under 4.1.29 but not in T

Re: JSTL: POST vs GET

2004-02-07 Thread Evgeny Gesin
Hans, I spent some time to integrate TC5 with Apache and finally run TC5 with useBodyEncodingForURI="true" and URIEncoding="UTF-8" parameters in server.xml. works now, so that bug is fixed in new release. TC5 currently has other bags (I posted just 2 in this list), so I need to wait for production

Re: JSTL: POST vs GET

2004-02-06 Thread Hans Bergsten
Evgeny Gesin wrote: I just tried these configuration parameters, except QueryStringEncoding which I cannot find in Tomcat docs for server.xml (I don't use Tomcat API) without much luck. At least the bug indicates that problem exists and POST is a quick solution. But I want to hear, if I move to Tom

Re: JSTL: POST vs GET

2004-02-06 Thread Evgeny Gesin
I just tried these configuration parameters, except QueryStringEncoding which I cannot find in Tomcat docs for server.xml (I don't use Tomcat API) without much luck. At least the bug indicates that problem exists and POST is a quick solution. But I want to hear, if I move to Tomcat 5 (currently r

Re: JSTL: POST vs GET

2004-02-06 Thread Hans Bergsten
Evgeny Gesin wrote: Hi, I will provide a little more information, may be that will be important. 1. I use an in-house developed Tiles, similar to Struts, so each page is make up of of dinamically included pages, for example, header, content and footer JSPs. 2. I use only i18n from JSTL package, so

Re: JSTL: POST vs GET

2004-02-06 Thread Evgeny Gesin
Hi, I will provide a little more information, may be that will be important. 1. I use an in-house developed Tiles, similar to Struts, so each page is make up of of dinamically included pages, for example, header, content and footer JSPs. 2. I use only i18n from JSTL package, so web.xml have a sin

Re: JSTL: POST vs GET

2004-02-06 Thread Kris Schneider
Can you post a little more detail on what you mean by "adding JSTL"? Which tags are you using? Quoting Evgeny Gesin <[EMAIL PROTECTED]>: > After adding JSTL to UTF-8 encoded JSP pages all form > data sent via GET are gibberish. The POST does work. > What can be the problem? > > Evgeny /Javadesk/

Re: POST vs GET

2004-02-06 Thread Evgeny Gesin
Evangelist > http://www.struts-atlanta.org > 678.910.8017 (cell) > AIM: jmitchtx > MSN: [EMAIL PROTECTED] > > > > - Original Message - > From: "Evgeny Gesin" <[EMAIL PROTECTED]> > To: "Tag Libraries Users List" > <[EMAIL PROTECT

Re: POST vs GET

2004-02-06 Thread James Mitchell
: "Tag Libraries Users List" <[EMAIL PROTECTED]> Sent: Friday, February 06, 2004 10:57 AM Subject: JSTL: POST vs GET > After adding JSTL to UTF-8 encoded JSP pages all form > data sent via GET are gibberish. The POST does work. > What

JSTL: POST vs GET

2004-02-06 Thread Evgeny Gesin
After adding JSTL to UTF-8 encoded JSP pages all form data sent via GET are gibberish. The POST does work. What can be the problem? Evgeny /Javadesk/ __ Do you Yahoo!? Yahoo! Finance: Get your refund fast by filing online. http://taxes.yahoo.com/filing.html --