I just upgraded a website from 2.1.2 to 2.1.6. and something must have
changed with respect to this style of action invocation because my site is
broken!


<div class="main-content">
<h1 class="pagetitle">About</h1>

<div class="column1-unit">
<p>
        <s:action var="cms" name="cms-topstories"/>
        <s:property value="#cms.content" escape="false"/>
</p>
</div>
<hr class="clear-contentunit" />

</div>


My wild card action mapping cms-* expects to get the action name (i.e.
cms-topstories) and now the following code is always returning the "top
level" action name repeatedly and NOT each respective action name as it was
before. IOW, the action name that resulted in this page being rendered!


getContext().getActionInvocation().getInvocationContext().getName()
-- 
View this message in context: 
http://www.nabble.com/2.1.6-mystery-tp21938203p21938203.html
Sent from the Struts - User mailing list archive at Nabble.com.


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

Reply via email to