Re: Now the wiki is also messed up
2010/5/27 Greg Lindholm : > On this page > https://cwiki.apache.org/S2WIKI/troubleshooting-guide-migrating-from-struts-20x-to-21x.html > > All the code samples are missing, they show up as a squiggly line. I don't know exactly why but it's probably related to Autoexport plugin, if you check the origin everything is ok https://cwiki.apache.org/confluence/display/S2WIKI/Troubleshooting+guide+migrating+from+Struts+2.0.x+to+2.1.x > Even the home page links to the Wiki are broken > https://cwiki.apache.org/S2WIKI/home.html takes you to a not found > page and after a few seconds you are redirected to a folder listing. The link is wrong, I've changed it to correct one https://cwiki.apache.org/S2WIKI/welcome-to-apache-struts2.html > Docs are so important for a open source project, someone needs to work > on getting them fixed. > (Pretty please) We're working on that but any help from Autoexport plugin experts will be appreciated! Kind regards -- Łukasz + 48 606 323 122 http://www.lenart.org.pl/ Kapituła Javarsovia 2010 http://javarsovia.pl - To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional commands, e-mail: user-h...@struts.apache.org
Re: Migration problem from 2.0.x to 2.1.6
Ahh I see thanks .. i'll read on it .. --- On Thu, 5/27/10, Greg Lindholm wrote: > From: Greg Lindholm > Subject: Re: Migration problem from 2.0.x to 2.1.6 > To: "Struts Users Mailing List" > Date: Thursday, May 27, 2010, 10:50 PM > Check out the wiki entry for > migrating > > https://cwiki.apache.org/S2WIKI/troubleshooting-guide-migrating-from-struts-20x-to-21x.html > > There is a section "Filter Mapping, default Action > extensions, and > Servlets" that should help. > > Unfortunately the docs seem to still be messed up. > sigh > > > On Thu, May 27, 2010 at 1:48 AM, Gwen Harold Autencio > > wrote: > > Hi, > > > > I got a Servlet which doesn't extends to an action. > Looking for a work around without extending the servlet to > an action because it's already has extends another class. > > Any ideas ? > > > > I'm getting this in the logs > > > > 2010-05-27 13:46:44,962 [btpool0-8] WARN > org.apache.struts2.dispatcher.Dispatcher - Could not > find action or result > > There is no Action mapped for namespace / and action > name repository/internal/. - [unknown location] > > at > com.opensymphony.xwork2.DefaultActionProxy.prepare(DefaultActionProxy.java:177) > > at > org.apache.struts2.impl.StrutsActionProxy.prepare(StrutsActionProxy.java:61) > > at > org.apache.struts2.impl.StrutsActionProxyFactory.createActionProxy(StrutsActionProxyFactory.java:39) > > at > com.opensymphony.xwork2.DefaultActionProxyFactory.createActionProxy(DefaultActionProxyFactory.java:47) > > at > org.apache.struts2.dispatcher.Dispatcher.serviceAction(Dispatcher.java:458) > > > > > > > > > > > - > > 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 > > - To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional commands, e-mail: user-h...@struts.apache.org
Re: Migration problem from 2.0.x to 2.1.6
Here is a link to the same page that is working https://cwiki.apache.org/confluence/display/S2WIKI/Troubleshooting+guide+migrating+from+Struts+2.0.x+to+2.1.x On Fri, May 28, 2010 at 4:35 AM, Gwen Harold Autencio wrote: > Ahh I see thanks .. i'll read on it .. > > --- On Thu, 5/27/10, Greg Lindholm wrote: > >> From: Greg Lindholm >> Subject: Re: Migration problem from 2.0.x to 2.1.6 >> To: "Struts Users Mailing List" >> Date: Thursday, May 27, 2010, 10:50 PM >> Check out the wiki entry for >> migrating >> >> https://cwiki.apache.org/S2WIKI/troubleshooting-guide-migrating-from-struts-20x-to-21x.html >> >> There is a section "Filter Mapping, default Action >> extensions, and >> Servlets" that should help. >> >> Unfortunately the docs seem to still be messed up. >> sigh >> >> >> On Thu, May 27, 2010 at 1:48 AM, Gwen Harold Autencio >> >> wrote: >> > Hi, >> > >> > I got a Servlet which doesn't extends to an action. >> Looking for a work around without extending the servlet to >> an action because it's already has extends another class. >> > Any ideas ? >> > >> > I'm getting this in the logs >> > >> > 2010-05-27 13:46:44,962 [btpool0-8] WARN >> org.apache.struts2.dispatcher.Dispatcher - Could not >> find action or result >> > There is no Action mapped for namespace / and action >> name repository/internal/. - [unknown location] >> > at >> com.opensymphony.xwork2.DefaultActionProxy.prepare(DefaultActionProxy.java:177) >> > at >> org.apache.struts2.impl.StrutsActionProxy.prepare(StrutsActionProxy.java:61) >> > at >> org.apache.struts2.impl.StrutsActionProxyFactory.createActionProxy(StrutsActionProxyFactory.java:39) >> > at >> com.opensymphony.xwork2.DefaultActionProxyFactory.createActionProxy(DefaultActionProxyFactory.java:47) >> > at >> org.apache.struts2.dispatcher.Dispatcher.serviceAction(Dispatcher.java:458) >> > >> > >> > >> > >> > >> - >> > 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 >> >> > > > > > - > 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
Re: Struts url, a, and iterator tag behaviour
Use the "href" not the "value" attribute to specify the URL. Unless you are use the tag ajax support there is no reason to use the tag just use the plain html tag like On Thu, May 27, 2010 at 8:38 PM, Ken wrote: > I am trying to dynamically construct a url inside an iterator tag and > use that result in an anchor. > > > namespace="/secure"> > > > > > > > > value="cur.mco"/> > > > > This is producing the following html: > (Showing two iterations only) > > > > 01 > 24737 > TEST ** FOCUS INDUSTRIAL > > TEST ** FOCUS INDUSTRIAL > > > > > > > 01 > 0 > ==+** THE TEST COMPANY > **+ > CASH ** THE TEST COMPANY ** > > > Any Ideas? > > > - To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional commands, e-mail: user-h...@struts.apache.org
Re: ognl: calling action method inside iterator tag
Odd, I tried it a number of times without success. I even dumped the value stack and the object in question was on the stack but the method was never called in the iterator tag. Maybe it was the method name getErrorCount that was causing the problem, not sure. The code I got working is below. It's not too different from the original code I couldn't get working.
RE: ognl: calling action method inside iterator tag
this would make an excellent example for demonstrating interaction of OGNL and JSTL variables for a Struts2 tutorial if you dont mind.. posting the jsp ..and the action class.. thanks, Martin __ Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene Empfaenger sein, so bitten wir hoeflich um eine Mitteilung. Jede unbefugte Weiterleitung oder Fertigung einer Kopie ist unzulaessig. Diese Nachricht dient lediglich dem Austausch von Informationen und entfaltet keine rechtliche Bindungswirkung. Aufgrund der leichten Manipulierbarkeit von E-Mails koennen wir keine Haftung fuer den Inhalt uebernehmen. Ce message est confidentiel et peut être privilégié. Si vous n'êtes pas le destinataire prévu, nous te demandons avec bonté que pour satisfaire informez l'expéditeur. N'importe quelle diffusion non autorisée ou la copie de ceci est interdite. Ce message sert à l'information seulement et n'aura pas n'importe quel effet légalement obligatoire. Étant donné que les email peuvent facilement être sujets à la manipulation, nous ne pouvons accepter aucune responsabilité pour le contenu fourni. > Date: Fri, 28 May 2010 09:13:04 -0400 > Subject: Re: ognl: calling action method inside iterator tag > From: ukchuckt...@gmail.com > To: user@struts.apache.org > > Odd, I tried it a number of times without success. I even dumped the value > stack and the object in question was on the stack but the method was never > called in the iterator tag. Maybe it was the method name getErrorCount that > was causing the problem, not sure. The code I got working is below. It's not > too different from the original code I couldn't get working. > > status="errorStatus"> > > test="%{!complianceCategory.name.equals(#currentCategory)}"> > value="%{penaltyBreakdown.fileSubmissionErrorCounts[complianceCategory]}"> > rowspan=""> > > > > > > > > > > > value="nonCompliance.dataAggregate.countValue" /> > > > > > > > > rowspan=' value="penaltyBreakdown.fileSubmissionErrors.size()"/>'> > value="penaltyBreakdown.calcFileSubmissionPenalty()"/> > > > > value="complianceCategory.name"/> > _ The New Busy is not the too busy. Combine all your e-mail accounts with Hotmail. http://www.windowslive.com/campaign/thenewbusy?tile=multiaccount&ocid=PID28326::T:WLMTAGL:ON:WL:en-US:WM_HMP:042010_4
Re: Struts url, a, and iterator tag behaviour
I still don't know what caused the issue. Using just the tag revealed that ${companyId} was null, producting tags. So I removed the id from the tag... and then embedded the the whole tag into the tag, and it works as expected... My issue is it isn't pretty. Okay just out of interest I added id="something" to and the html is back to ... So the id attribute causes the tag not to return a value and pushes the url onto the value stack as the name of the id attribute? The usage example here suggests this too: http://struts.apache.org/2.0.14/docs/a.html On Fri, 2010-05-28 at 08:34 -0400, Greg Lindholm wrote: > Use the "href" not the "value" attribute to specify the URL. > > Unless you are use the tag ajax support there is no reason to use the > tag just use the plain html tag > > like > > On Thu, May 27, 2010 at 8:38 PM, Ken wrote: > > I am trying to dynamically construct a url inside an iterator tag and > > use that result in an anchor. > > > > > > > namespace="/secure"> > > > > > > > > > > > > > > > > > value="cur.mco"/> > > > > > > > > This is producing the following html: > > (Showing two iterations only) > > > > > > > >01 > >24737 > > TEST ** FOCUS INDUSTRIAL > > > > TEST ** FOCUS INDUSTRIAL > > > > > > > > > > > > > >01 > >0 > >==+** THE TEST COMPANY > > **+ > >CASH ** THE TEST COMPANY ** > > > > > > Any Ideas? > > > > > > > > - > To unsubscribe, e-mail: user-unsubscr...@struts.apache.org > For additional commands, e-mail: user-h...@struts.apache.org > A E Rose Logo Ken McWilliams A E Rose Information Service Ltd. PO Box 3473 15A Alberta Avenue Spruce Grove AB T7X 3A7 Phone: 780 948-0012 Fax: 780 948-0052 E-Mail: ken.mcwilli...@aerose.com
RE: Struts url, a, and iterator tag behaviour
Hi Ken- org.apache.struts2.views.jsp.URLTag ..no entries for 'id' attribute..accessor or mutator.. org.apache.struts2.views.jsp.ContextBeanTag.java /** * To keep backward compatibility * TODO remove after 2.1 */ public void setId(String id) { setVar(id); } could you point out to greg or myself which doc says id or setId is valid? thanks, Martin Gainty __ Note de déni et de confidentialité Ce message est confidentiel et peut être privilégié. Si vous n'êtes pas le destinataire prévu, nous te demandons avec bonté que pour satisfaire informez l'expéditeur. N'importe quelle diffusion non autorisée ou la copie de ceci est interdite. Ce message sert à l'information seulement et n'aura pas n'importe quel effet légalement obligatoire. Étant donné que les email peuvent facilement être sujets à la manipulation, nous ne pouvons accepter aucune responsabilité pour le contenu fourni. Subject: Re: Struts url, a, and iterator tag behaviour From: ken.mcwilli...@aerose.com To: user@struts.apache.org Date: Fri, 28 May 2010 11:58:44 -0600 I still don't know what caused the issue. Using just the tag revealed that ${companyId} was null, producting tags. So I removed the id from the tag... and then embedded the the whole tag into the tag, and it works as expected... My issue is it isn't pretty. Okay just out of interest I added id="something" to and the html is back to ... So the id attribute causes the tag not to return a value and pushes the url onto the value stack as the name of the id attribute? The usage example here suggests this too: http://struts.apache.org/2.0.14/docs/a.html On Fri, 2010-05-28 at 08:34 -0400, Greg Lindholm wrote: Use the "href" not the "value" attribute to specify the URL. Unless you are use the tag ajax support there is no reason to use the tag just use the plain html tag like On Thu, May 27, 2010 at 8:38 PM, Ken wrote: > I am trying to dynamically construct a url inside an iterator tag and > use that result in an anchor. > > > namespace="/secure"> > > > > > > > > value="cur.mco"/> > > > > This is producing the following html: > (Showing two iterations only) > > > >01 >24737 > TEST ** FOCUS INDUSTRIAL > > TEST ** FOCUS INDUSTRIAL > > > > > > >01 >0 >==+** THE TEST COMPANY > **+ >CASH ** THE TEST COMPANY ** > > > Any Ideas? > > > - To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional commands, e-mail: user-h...@struts.apache.org Ken McWilliams A E Rose Information Service Ltd. PO Box 3473 15A Alberta Avenue Spruce Grove AB T7X 3A7 Phone: 780 948-0012 Fax: 780 948-0052 E-Mail: ken.mcwilli...@aerose.com _ The New Busy is not the old busy. Search, chat and e-mail from your inbox. http://www.windowslive.com/campaign/thenewbusy?ocid=PID28326::T:WLMTAGL:ON:WL:en-US:WM_HMP:042010_3
RE: Struts url, a, and iterator tag behaviour
I had been using the Struts 2.0.14(GA) documentation found at http://struts.apache.org/2.0.14/docs/tag-reference.html I see there is a difference in the usage in Struts 2.1.8.1 (GA), this is my fault as I did not state the version however as an improvement you'll see that the usage example at the bottom of the page for http://struts.apache.org/2.1.8.1/docs/a.html still clearly shows use of the id attribute in the example (same example as 2.0.14) although http://struts.apache.org/2.1.8.1/docs/url.html clearly does state deprecation. I'll upgrade to the current release to avoid future confusion. On Fri, 2010-05-28 at 14:59 -0400, Martin Gainty wrote: > Hi Ken- > > > > org.apache.struts2.views.jsp.URLTag > > ..no entries for 'id' attribute..accessor or mutator.. > > > > org.apache.struts2.views.jsp.ContextBeanTag.java > > /** > * To keep backward compatibility > * TODO remove after 2.1 > */ > public void setId(String id) { > setVar(id); > } > > > > could you point out to greg or myself which doc says id or setId is valid? > > > > thanks, > Martin Gainty > __ > Note de déni et de confidentialité > Ce message est confidentiel et peut être privilégié. Si vous n'êtes pas le > destinataire prévu, nous te demandons avec bonté que pour satisfaire informez > l'expéditeur. N'importe quelle diffusion non autorisée ou la copie de ceci > est interdite. Ce message sert à l'information seulement et n'aura pas > n'importe quel effet légalement obligatoire. Étant donné que les email > peuvent facilement être sujets à la manipulation, nous ne pouvons accepter > aucune responsabilité pour le contenu fourni. > > > > > > > > Subject: Re: Struts url, a, and iterator tag behaviour > From: ken.mcwilli...@aerose.com > To: user@struts.apache.org > Date: Fri, 28 May 2010 11:58:44 -0600 > > I still don't know what caused the issue. Using just the tag revealed > that ${companyId} was null, producting tags. > So I removed the id from the tag... and then embedded the the whole > tag into the tag, and it works as expected... > > > > > > My issue is it isn't pretty. Okay just out of interest I added > id="something" to and the html is back to ... So the id > attribute causes the tag not to return a value and pushes the url onto the > value stack as the name of the id attribute? > > The usage example here suggests this too: > http://struts.apache.org/2.0.14/docs/a.html > > On Fri, 2010-05-28 at 08:34 -0400, Greg Lindholm wrote: > Use the "href" not the "value" attribute to specify the URL. > > Unless you are use the tag ajax support there is no reason to use the > tag just use the plain html tag > > like > > On Thu, May 27, 2010 at 8:38 PM, Ken wrote: > > I am trying to dynamically construct a url inside an iterator tag and > > use that result in an anchor. > > > > > > > namespace="/secure"> > > > > > > > > > > > > > > > > > value="cur.mco"/> > > > > > > > > This is producing the following html: > > (Showing two iterations only) > > > > > > > >01 > >24737 > > TEST ** FOCUS INDUSTRIAL > > > > TEST ** FOCUS INDUSTRIAL > > > > > > > > > > > > > >01 > >0 > >==+** THE TEST COMPANY > > **+ > >CASH ** THE TEST COMPANY ** > > > > > > Any Ideas? > > > > > > > > - > To unsubscribe, e-mail: user-unsubscr...@struts.apache.org > For additional commands, e-mail: user-h...@struts.apache.org
Re: Migration problem from 2.0.x to 2.1.6
I am now experiencing the same error. There is no Action mapped for namespace / and action name welcome. - [unknown location] at com.opensymphony.xwork2.DefaultActionProxy.prepare(DefaultActionProxy.java:178) at org.apache.struts2.impl.StrutsActionProxy.prepare(StrutsActionProxy.java:61) Added to my struts.xml configuration welcome Didn't work so did the next part changed web.xml to use org.apache.struts2.dispatcher.ng.filter.StrutsPrepareAndExecuteFilter http://java.sun.com/xml/ns/javaee"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd";> struts2 org.apache.struts2.dispatcher.ng.filter.StrutsPrepareAndExecuteFilter struts2 *.action struts2 /struts/* 30 home/index.jsp org.apache.titles.impl.BasicTilesContainer.DEFINITIONS_CONFIG WEB-INF/tiles.xml org.apache.tiles.web.startup.TilesListener I was getting two errors about not being able to load tiles-default before that... Still same error, Then removed Still same error. Suggestions? On Fri, 2010-05-28 at 08:23 -0400, Greg Lindholm wrote: > Here is a link to the same page that is working > > https://cwiki.apache.org/confluence/display/S2WIKI/Troubleshooting+guide+migrating+from+Struts+2.0.x+to+2.1.x > > > On Fri, May 28, 2010 at 4:35 AM, Gwen Harold Autencio > wrote: > > Ahh I see thanks .. i'll read on it .. > > > > --- On Thu, 5/27/10, Greg Lindholm wrote: > > > >> From: Greg Lindholm > >> Subject: Re: Migration problem from 2.0.x to 2.1.6 > >> To: "Struts Users Mailing List" > >> Date: Thursday, May 27, 2010, 10:50 PM > >> Check out the wiki entry for > >> migrating > >> > >> https://cwiki.apache.org/S2WIKI/troubleshooting-guide-migrating-from-struts-20x-to-21x.html > >> > >> There is a section "Filter Mapping, default Action > >> extensions, and > >> Servlets" that should help. > >> > >> Unfortunately the docs seem to still be messed up. > >> sigh > >> > >> > >> On Thu, May 27, 2010 at 1:48 AM, Gwen Harold Autencio > >> > >> wrote: > >> > Hi, > >> > > >> > I got a Servlet which doesn't extends to an action. > >> Looking for a work around without extending the servlet to > >> an action because it's already has extends another class. > >> > Any ideas ? > >> > > >> > I'm getting this in the logs > >> > > >> > 2010-05-27 13:46:44,962 [btpool0-8] WARN > >> org.apache.struts2.dispatcher.Dispatcher - Could not > >> find action or result > >> > There is no Action mapped for namespace / and action > >> name repository/internal/. - [unknown location] > >> >at > >> com.opensymphony.xwork2.DefaultActionProxy.prepare(DefaultActionProxy.java:177) > >> >at > >> org.apache.struts2.impl.StrutsActionProxy.prepare(StrutsActionProxy.java:61) > >> >at > >> org.apache.struts2.impl.StrutsActionProxyFactory.createActionProxy(StrutsActionProxyFactory.java:39) > >> >at > >> com.opensymphony.xwork2.DefaultActionProxyFactory.createActionProxy(DefaultActionProxyFactory.java:47) > >> >at > >> org.apache.struts2.dispatcher.Dispatcher.serviceAction(Dispatcher.java:458) > >> >
Re: Migration problem from 2.0.x to 2.1.6
... Arg, was missing a jar... "struts-2-tiles-plugin-2.1.8.1.jar" now it's working. On Fri, 2010-05-28 at 15:08 -0600, Ken wrote: > I am now experiencing the same error. > > There is no Action mapped for namespace / and action name welcome. - > [unknown location] > at > com.opensymphony.xwork2.DefaultActionProxy.prepare(DefaultActionProxy.java:178) > at > org.apache.struts2.impl.StrutsActionProxy.prepare(StrutsActionProxy.java:61) > > Added to my > struts.xml configuration > > > > > > > class="org.apache.struts2.views.tiles.TilesResult" > default="true"/> > > > welcome > > > > > > Didn't work so did the next part changed web.xml to use > org.apache.struts2.dispatcher.ng.filter.StrutsPrepareAndExecuteFilter > > http://java.sun.com/xml/ns/javaee"; > xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; > xsi:schemaLocation="http://java.sun.com/xml/ns/javaee > http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd";> > > struts2 > > org.apache.struts2.dispatcher.ng.filter.StrutsPrepareAndExecuteFilter > > > struts2 > *.action > > > > struts2 > /struts/* > > > > 30 > > > > home/index.jsp > > > > > org.apache.titles.impl.BasicTilesContainer.DEFINITIONS_CONFIG > > WEB-INF/tiles.xml > > > > org.apache.tiles.web.startup.TilesListener > > > > > I was getting two errors about not being able to load tiles-default > before that... > Still same error, > Then removed > Still same error. > > Suggestions? > > On Fri, 2010-05-28 at 08:23 -0400, Greg Lindholm wrote: > > > Here is a link to the same page that is working > > > > https://cwiki.apache.org/confluence/display/S2WIKI/Troubleshooting+guide+migrating+from+Struts+2.0.x+to+2.1.x > > > > > > On Fri, May 28, 2010 at 4:35 AM, Gwen Harold Autencio > > wrote: > > > Ahh I see thanks .. i'll read on it .. > > > > > > --- On Thu, 5/27/10, Greg Lindholm wrote: > > > > > >> From: Greg Lindholm > > >> Subject: Re: Migration problem from 2.0.x to 2.1.6 > > >> To: "Struts Users Mailing List" > > >> Date: Thursday, May 27, 2010, 10:50 PM > > >> Check out the wiki entry for > > >> migrating > > >> > > >> https://cwiki.apache.org/S2WIKI/troubleshooting-guide-migrating-from-struts-20x-to-21x.html > > >> > > >> There is a section "Filter Mapping, default Action > > >> extensions, and > > >> Servlets" that should help. > > >> > > >> Unfortunately the docs seem to still be messed up. > > >> sigh > > >> > > >> > > >> On Thu, May 27, 2010 at 1:48 AM, Gwen Harold Autencio > > >> > > >> wrote: > > >> > Hi, > > >> > > > >> > I got a Servlet which doesn't extends to an action. > > >> Looking for a work around without extending the servlet to > > >> an action because it's already has extends another class. > > >> > Any ideas ? > > >> > > > >> > I'm getting this in the logs > > >> > > > >> > 2010-05-27 13:46:44,962 [btpool0-8] WARN > > >> org.apache.struts2.dispatcher.Dispatcher - Could not > > >> find action or result > > >> > There is no Action mapped for namespace / and action > > >> name repository/internal/. - [unknown location] > > >> >at > > >> com.opensymphony.xwork2.DefaultActionProxy.prepare(DefaultActionProxy.java:177) > > >> >at > > >> org.apache.struts2.impl.StrutsActionProxy.prepare(StrutsActionProxy.java:61) > > >> >at > > >> org.apache.struts2.impl.StrutsActionProxyFactory.createActionProxy(StrutsActionProxyFactory.java:39) > > >> >at > > >> com.opensymphony.xwork2.DefaultActionProxyFactory.createActionProxy(DefaultActionProxyFactory.java:47) > > >> >at > > >> org.apache.struts2.dispatcher.Dispatcher.serviceAction(Dispatcher.java:458) > > >> >