Open GoogleCodeExporter opened 9 years ago
I have ever got the same problem.
If you use struts2, you must place eXtremeExport after strutsFilter.For example:
<filter-mapping>
<filter-name>eXtremeExport</filter-name>
<url-pattern>/*</url-pattern>
</filter-mapping>
<filter-mapping>
<filter-name>struts</filter-name>
<url-pattern>/*</url-pattern>
<dispatcher>REQUEST</dispatcher>
<dispatcher>FORWARD</dispatcher>
</filter-mapping>
Original comment by wangjian...@gmail.com
on 16 Nov 2007 at 1:05
I am having the same problem, and I am not using Struts 2.
The Export does not work, has anybody got the export working?
Original comment by leonar...@gmail.com
on 1 Mar 2008 at 7:34
[deleted comment]
Anybody got extremetable export working with struts2? Please provide
instructions how
to use export option with struts2.
Original comment by sudhakar...@gmail.com
on 20 Feb 2009 at 10:14
Have any body use extremetable struts2. If so please say me how to set list
(presidents) in action to these tags in jsp....
<%@ taglib uri="/tld/extremecomponents" prefix="ec" %>
<ec:table items="presidents" var="pres"
imagePath="${pageContext.request.contextPath}/images/*.gif"
action="${pageContext.request.contextPath}/presidents.run" >
Original comment by elanchez...@gmail.com
on 7 Sep 2009 at 10:42
Original issue reported on code.google.com by
chris.em...@gmail.com
on 12 Oct 2007 at 9:59