struts 2 / sitemesh/ s: problem

2013-05-09 Thread john lee
  alpha:/var/apache-tomcat-7.0.34/webapps/ecommerce # cat partsearchinput.jsp %@ taglib prefix=s uri=/struts-tags% s:actionerror/ s:form action=partsearchinput s:textfield name=partid label=partid/ s:submit value=search/ /s:form the above code works, and verified by

Re: struts 2 / sitemesh/ s: problem

2013-05-09 Thread Ken McWilliams
I know very little about sitemesh integration and am away from my development machine but I think the integration guides mention you need to use the StrutsPrepareFilter followed by the SiteMeshFilter filter followed by the StrutsExecute filter. Guessing but the SiteMeshFilter might be a custom

Re: struts 2 / sitemesh/ s: problem

2013-05-09 Thread Lukasz Lenart
Ken you are right, there are few options how to integrate Sitemesh with Struts2 and all are documented on the page http://struts.apache.org/development/2.x/docs/sitemesh-plugin.html Regards -- Łukasz + 48 606 323 122 http://www.lenart.org.pl/ 2013/5/9 Ken McWilliams ken.mcwilli...@gmail.com: