Thanks Lukasz, now I can see the index page. It worked.
________________________________ From: Lukasz Lenart <[email protected]> To: Struts Users Mailing List <[email protected]> Sent: Friday, September 13, 2013 3:12 AM Subject: Re: Struts2-jquery-grid-show on jboss as 6.0.final No, it doesn't, rather this http://struts.apache.org/development/2.x/docs/convention-plugin.html#ConventionPlugin-JBoss Regards -- Łukasz + 48 606 323 122 http://www.lenart.org.pl/ 2013/9/13 <[email protected]>: > Hello everyone, > > I was able to deploy and run struts2-jquery-grid-showcase 3.6.1 on tomcat > application server out of box. However, I am unable to run it on > jboss-as-6.0.final. I believe that jboss is expecting all the actions to be > configured explicitly on the struts.xml. > > This is how I configured to get the first page. > <action name="index" method="displayPage" class="......IndexAction"> > <result name="success">/content/index.jsp</result> > </action> > > I can see the header page, but no the editable grid. I was trying to > configure grid action like the following, it is not working > > <action name="grid" class="........JasonTableAction"> > > > Can anyone guide me to how I can get all the actions configured on struts.xml? > > Sent from my iPad > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

