RE: CHARACTER ENCODING !

2002-01-23 Thread Peter . Zybrick
i've tested this with german/french/spanish, should work for polish, here is the first few lines from a jsp: !DOCTYPE HTML PUBLIC -//W3C//DTD HTML 4.01 Transitional//EN %@taglib uri=/WEB-INF/struts-html.tld prefix=html% %@taglib uri=/WEB-INF/struts-bean.tld prefix=bean% %@page

RE: CHARACTER ENCODING !

2002-01-23 Thread Peter . Zybrick
ouch... utf-8 works on WebLogic and WebSphere, i've got tomcat running at home, let me try it tonight and see what i get. please send me a sample of your jsp - [EMAIL PROTECTED] pete -Original Message- From: wojtek [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 23, 2002 4:06 PM

RE: persistance for wizard type forms

2002-01-23 Thread Peter . Zybrick
i think thats the default behavior for an ActionForm.reset() In your class that extends the ActionForm, add a reset(). You can leave it empty at first, and your ActionForm bean in the session shouldn't get cleared. We use this capability to set initial defaults and to optionally clear values

RE: persistance for wizard type forms

2002-01-23 Thread Peter . Zybrick
whoops - cut too much out, forgot the ctor public OrderEntryForm( ) { doReset = true; defaults(); } -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 23, 2002 5:06 PM To: [EMAIL PROTECTED]