Inspired by the excel and table view,
here's the xml and table view example.
You need to include the dom4j-1.6.jar
and change the web.xml in wicket-examples
<servlet>
<servlet-name>XmlApplication</servlet-name>
<servlet-class>wicket.protocol.http.WicketServlet</servlet-class>
<init-param>
<param-name>applicationClassName</param-name>
<param-value> wicket.examples.xml.XmlTableViewApplication</param-value>
</init-param>
<load-on-startup>1</load-on-startup>
</servlet>
<servlet-mapping>
<servlet-name>XmlApplication</servlet-name>
<url-pattern>/xml/*</url-pattern>
</servlet-mapping>
Hope you guyz enjoy using it.
here's the xml and table view example.
You need to include the dom4j-1.6.jar
and change the web.xml in wicket-examples
<servlet>
<servlet-name>XmlApplication</servlet-name>
<servlet-class>wicket.protocol.http.WicketServlet</servlet-class>
<init-param>
<param-name>applicationClassName</param-name>
<param-value> wicket.examples.xml.XmlTableViewApplication</param-value>
</init-param>
<load-on-startup>1</load-on-startup>
</servlet>
<servlet-mapping>
<servlet-name>XmlApplication</servlet-name>
<url-pattern>/xml/*</url-pattern>
</servlet-mapping>
Hope you guyz enjoy using it.
Shams
src-xml.rar
Description: application/force-download
------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________ Wicket-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wicket-user
