Re: how to set character encoding in request?

2010-06-15 Thread chaohua wang
Thanks, Could you tell me in more detail? currently the problem when i update product name using this name "Vanilla® Visa® Gift Card" But I got this name " Vanilla® Visa® Gift Card" saved in DB, which has extra character Â. I found out if I changed if (UtilValidate.isEmpty(charset)) charset

Re: how to set character encoding in request?

2010-06-15 Thread Patrick
One option is to call a static function from the FTL file. Like this: <#assign subCatlist = Static["org.ofbiz.entity.GenericDelegator"].getSubCategories(parameters.currentProductCategoryId)> On Tue, Jun 15, 2010 at 4:44 PM, chaohua wang wrote: > Hi Folks, > > Wh

how to set character encoding in request?

2010-06-15 Thread chaohua wang
Hi Folks, When i update a product name in catalog page, i sent request to back end. i debugged in ContorlServlet.java file. I saw request.getCharacterEncoding() is null. I wonder if there is a way to set CharacterEncoding in the request from front end? update product file is EditPtoductContent.ft