client side validation in struts2

2011-02-15 Thread dasariprasad
in clValid.jsp, i had used input page <%@ taglib prefix="s" uri="/WEB-INF/struts-tags.tld" %> Strut2's actions Service Application in struts.xml /clResult.jsp /clVali

Re: [S2] ArrayList of Object as datasource in JasperReports

2008-01-02 Thread dasariprasad
file uploaded prasad DTR carmi_cd wrote: > > > I need a tutorial that uses ArrayList of Object as datasource > for JasperReports..do you know any? > http://www.nabble.com/file/p14590214/JasperReports-struts2.doc JasperReports-struts2.doc -- View this message in context: http://www.n

Re: Struts 2 and JasperReports Integration

2008-01-02 Thread dasariprasad
There should be ArrayList myList got to be populated in action class constructor and provide setter and getter methods to it prasad DTR carmi_cd wrote: > > hi i followed this tutorial.. in JasperReports/Struts 2 Integration > http://cwiki.apache.org/WW/jasperreports-tutorial.htm