I think you may need to do something like the following:

IEngineService service = cycle.getEngine().getService(IEngineService.PAGE_SERVICE);
Gesture gesture = service.buildGesture(cycle, null, new String[]("ListAlpha"));
new RedirectException(gesture.getAbsoluteURL());



Read the 'Page localization' section of chapter 4 of the Developer's Guide for more information.

On Wednesday, December 18, 2002, at 04:01 pm, Adam Greene wrote:

The problem is that the server is sending the page with a header encoding of
UTF-8 and not looking at the ISO-8859-1 in the page, any ideas on how to
stop it from doing that (setting the header encoding to UTF-8).




-------------------------------------------------------
This SF.NET email is sponsored by: Order your Holiday Geek Presents Now!
Green Lasers, Hip Geek T-Shirts, Remote Control Tanks, Caffeinated Soap,
MP3 Players, XBox Games, Flying Saucers, WebCams, Smart Putty.
T H I N K G E E K . C O M http://www.thinkgeek.com/sf/
_______________________________________________
Tapestry-developer mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/tapestry-developer

Reply via email to