Re: Spanish characters

2007-02-15 Thread Borut Hadžialić
You must call request.setCharacterEncoding *before* you read anything from your request. The most convenient way to do this is using a filter, like mr. Zheng suggested. On 2/15/07, Juan Espinosa [EMAIL PROTECTED] wrote: Dou you mean that i must put in every jsp page something like this %@

Re: using c:out with EL replacing bean:write

2005-12-19 Thread Borut Hadžialić
I think you what u want to write is ${FAEditorForm[formProperty]} instead of ${FAEditorForm.formProperty} On 12/19/05, Srini Pillai [EMAIL PROTECTED] wrote: Rahul, Thanks for your reply... I tried to test the solution you had suggested, but ${FAEditorForm.formProperty} doesn't seem to

Re: JFreeChart and Struts

2005-11-27 Thread Borut Hadžialić
Did you put JFreeChart jars into WEB-INF/lib directory of you web app? On 11/27/05, Daniel Łaś [EMAIL PROTECTED] wrote: Hi Full stack trace in localhost_log is: 2005-11-27 16:45:08 StandardWrapperValve[action]: Servlet.service() for servlet action threw exception

Re: [Possible OT ] Re: report creation architecture

2005-11-07 Thread Borut Hadžialić
I don't know what a '1.3 FOP formatted document' is. The PDF's produced by jasperreports-1.0.1.jar begin with %PDF 1.4 (or something similar that contains 'PDF' and '1.4'). It renders my country's (Croatia) specific characters (šđčćč) correctly, and the JFreeChart graph images look nice too. Pdf

Re: report creation architecture

2005-11-06 Thread Borut Hadžialić
Hi, in my report generating web aplication I use JasperReports to make Pdf and Excel reports. The aplication doesnt store generated reports anywhere - it generates reports on demand and just sends them as the response (or maybe as part of the response, I am not sure yet) . That means that you