Export excel / XML / CSV ------------------------ Key: DISPL-604 URL: http://jira.codehaus.org/browse/DISPL-604 Project: DisplayTag Issue Type: Task Components: Export Affects Versions: 1.2 Reporter: siva Attachments: areaList.jsp
Dear All, I am using struts 2.0, IBatis, MySQL5.0. I got the display / view the records in the list page (record are getting from database). But i am not able to get the values in the excel sheet / pdf sheet / csv sheet. Please guide me in this issue. I enclose the areaList.jsp file The list name will be areas (ie., name="areas") Web.xml will be <filter> <filter-name>ResponseOverrideFilter</filter-name> <filter-class>org.displaytag.filter.ResponseOverrideFilter</filter-class> </filter> <filter-mapping> <filter-name>ResponseOverrideFilter</filter-name> <url-pattern>*.action</url-pattern> </filter-mapping> <filter-mapping> <filter-name>ResponseOverrideFilter</filter-name> <url-pattern>/*</url-pattern> </filter-mapping> <filter-mapping> <filter-name>ResponseOverrideFilter</filter-name> <url-pattern>*.jsp</url-pattern> </filter-mapping> regards, Siva NP -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira ------------------------------------------------------------------------------ Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are powering Web 2.0 with engaging, cross-platform capabilities. Quickly and easily build your RIAs with Flex Builder, the Eclipse(TM)based development software that enables intelligent coding and step-through debugging. Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com _______________________________________________ displaytag-devel mailing list displaytag-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/displaytag-devel