Dynamic brand management and struts custom tags

2002-05-22 Thread Wojtek Rappak
a number of other variations involving exprssions, escaped quotes etc. So - does anyone know how I could write the following: template:put name='sidebar' content='[URL to Brand X banner obtained from app resources]' / Or better yet - is there a better overall approach to this? Regards, Wojtek

Digester/SAX parse error problem

2002-05-16 Thread Wojtek Rappak
healthy enough. In any event, the prolog section is exactly like the one in struts-example which does not throw this exception. I kept looking at the Digestor source code to try to understand what is happening - with no luck. Has anyone seen this before? Wojtek Rappak -- To unsubscribe, e-mail

Re: Re[2]: CHARACTER ENCODING !

2002-01-24 Thread wojtek
BINGO !!! You are great Daigo! Wojtek - Original Message - From: Daigo Moriwaki [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Thursday, January 24, 2002 3:07 AM Subject: Re[2]: CHARACTER ENCODING ! Hi, wojetk 2002/01/24 Thu AM 05:53 wojtek [EMAIL

Re: CHARACTER ENCODING !

2002-01-23 Thread wojtek
request.setCharacterEncoding(ISO-8859-2) in every possible place ! Still the output from the forms is instead of Polish chars . Anyone have got the idea what's wrong ! regards Wojtek - Original Message - From: Martin Fekete [EMAIL PROTECTED] To: Struts Users Mailing

Re: CHARACTER ENCODING !

2002-01-23 Thread wojtek
=utf-8% html:html head META http-equiv=Content-Type content=text/html; charset=UTF-8 Pete Zybrick -Original Message- From: wojtek [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 23, 2002 3:53 PM To: Struts Users Mailing List Subject: Re: CHARACTER ENCODING ! Hi, My JSP

Re: CHARACTER ENCODING !

2002-01-23 Thread wojtek
Here it goes, thanks for help. Wojtek head.jsp Description: Binary data index.jsp Description: Binary data -- Myslisz o otworzeniu wlasnego sklepu internetowego? A moze o wynajeciu stoiska w wirtualnym pasazu? W Centrum e-biznesu mozesz miec jedno i drugie. Juz od 290 zl za rok

CHARACTER ENCODING !

2002-01-22 Thread wojtek
Hi, I am using struts form some form validation (obvious isn't it?) and I came across the following error: National Polish characters returned from the forms are badly encoded ! I am using struts on win2k, jdk 1.3, the jsp page charset is set to ISO-8859-2 Can anyone help ? regards Wojtek