[Resin-interest] How to set default/global response encoding?

2007-06-27 Thread Hans Loeblich
I need to know if there is any way to make UTF-8 my default charset encoding. Do I really have to set the page contentType at the top of every jsp? It currently defaults to ISO-8559-1 if I do not explicitly set it. Thank you, Hans Loeblich

Re: [Resin-interest] How to set default/global response encoding?

2007-06-27 Thread Hans Loeblich
that you can't set headers or use jsp:forward after a jsp:include action. So far it seems to me that setting it manually in every jsp is my only option, which is quite annoying. -Hans Loeblich Yong Bakos wrote: Hans, don't declare it manually in every jsp -- just once in your header portion

[Resin-interest] Servlet exception using c:out with EL

2007-08-02 Thread Hans Loeblich
on: td class=tabular_table_bodyc:out value=${app.main_category}//td Any help would be appreciated. Thank You, Hans Loeblich ___ resin-interest mailing list resin-interest@caucho.com http://maillist.caucho.com/mailman/listinfo/resin-interest

Re: [Resin-interest] Servlet exception using c:out with EL

2007-08-09 Thread Hans Loeblich
Am I the only one that has this problem? Hans Hans Loeblich wrote: I am getting the following error when trying to use the JSTL c:out on a page: EL expression '${app.main_category}' is only allowed for attributes with rtexprvalue='true'. I checked the tld, and rtexprvalue is indeed set

[Resin-interest] Using cxf protocol in resin 3.1.4

2008-09-17 Thread Hans Loeblich
schema, but I'm not familiar with this, and wouldn't know how to set the doctype to validate against one of these. Does anyone know a way to have IntelliJ recognize and validate against resin specific web.xml files? Thanks, Hans Loeblich ___ resin