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  <ngarigar...@yahoo.com>:
> 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: user-unsubscr...@struts.apache.org
> For additional commands, e-mail: user-h...@struts.apache.org
>

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org

Reply via email to