Re: Inquiry

2013-09-09 Thread Hernán
Thank you very much for your help, the problem was in the class hierarchy indeed, but the problem was I have left some beans inheriting from GenericPresentation, and they where not declared in GenericPresentation.hbm.xml because after redesigning some requirements those beans weren't necessary any

Re: Inquiry

2013-09-08 Thread Ken McWilliams
It's a good idea to put your action classes into packages. Not on the topic of the question exactly but the long inheritance chain on your action is suspicious. Consider struts2 Interceptors and since you are using Spring inject what you need where you need it. > class="GenericPresenta

Re: Inquiry

2013-09-06 Thread Hernán
Ok, thank you for your response. I will add some code snippets in order you can help me. First of all the hierarchy that extends ActionSupport, then the most important fragments. I hope you can help me. Thank you. Attached: (extends = ->) GenericPresentationAction -> CreateReadUpdateRemoveDeleteA

Re: Inquiry

2013-09-05 Thread jlmagc
You need to provide some code if you want some answers. Where is destination defined? What's your action definition? Your tiles.xml? The stacktrace? JL Sent via BlackBerry from T-Mobile -Original Message- From: Hernán Date: Thu, 5 Sep 2013 19:32:14 To: Struts Users Mailing List Reply-T

Re: Inquiry about "org.apache.struts2.dispatcher.ng.filter.StrutsPrepareAndExecuteFilter"> LOCATED

2011-12-25 Thread Anirudh Bhardwaj
Thanks it helped I did look at all the samples applications which were in the struts2.2.3.1distribution. Anirudh On 12/25/2011 09:31 PM, 魔哥 wrote: only by this way can we use the struts interceptors it providers. -- Anirudh Bhardwaaj -

Re: Inquiry about "org.apache.struts2.dispatcher.ng.filter.StrutsPrepareAndExecuteFilter"> LOCATED

2011-12-25 Thread 魔哥
hi, as for me ,i am also a newbie in struts,i first started my struts application with the sample in the struts package which you download,and user the web.xml in it will be ok. only by this way can we use the struts interceptors it providers. i hope this will help you . 2011/12/25 Dave Newton : >

Re: Inquiry about "org.apache.struts2.dispatcher.ng.filter.StrutsPrepareAndExecuteFilter"> LOCATED

2011-12-25 Thread Dave Newton
How about you tell us what actually happens, so we can diagnose and provide advice? The distro ships with multiple sample applications that work--have you considered looking at any of those? Dave On Sun, Dec 25, 2011 at 9:56 AM, Anirudh Bhardwaj < anirudhbhardwa...@gmail.com> wrote: >