[Struts 2.1.8] Displaying images in a report with the JasperReports plugin

2010-02-07 Thread Celinio Fernandes
Hi, Using Struts 2.1.8 and the JasperReports plugin for Struts 2 struts2-jasperreports-plugin-2.1.8.jar. I am trying to display an image in a PDF report. That image is stored as BLOB in the database. In struts.xml I have specified the following code: action name=afficheFichePDF

Issues adding i18n Chinese support to existing Struts based code

2010-02-07 Thread Brian Fed
I started working a new assignment of Struts based maintenance J2EE project. I am new to Struts and having some trouble understanding the code and I seek Struts expers help here . Basically we need to add Internationalization support to the existing Struts based code and here I am trying to show

Validation of indexed properties

2010-02-07 Thread hugh111111
I've got a problem relating to the validation of indexed properties in Struts 1.1 I get the following error message when I try to access an ArrayList of students in my DynaValidatorForm root cause java.lang.IndexOutOfBoundsException: Index: 1, Size: 0 java.util.ArrayList.RangeCheck(Unknown