possible he is alluding to wildcard mapping?

The "*" in the path attribute allows the mapping to match the request URIs 
/editSubscription, editRegistration<!-- Generic edit* mapping -->
<action
    name="/edit*"
    class="org.apache.struts.webapp.example.Edit{1}Action">
    <result
        name="failure"
        path="/mainMenu.jsp"/>
    <result
        path="/\{1\}.jsp"/>
</action>

http://struts.apache.org/2.0.6/docs/wildcard-mappings.html

a definite maybe?
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: Tue, 23 Jun 2009 07:52:46 -0700
> Subject: Re: Update to Struts 2.1.7
> From: musa...@gmail.com
> To: user@struts.apache.org
> 
> If you can use "*" in a result, that's news for me.
> 
> musachy
> 
> On Tue, Jun 23, 2009 at 7:28 AM, Pro1712<pro1...@yahoo.de> wrote:
> >
> > Thanks for your quick answer!
> >
> > There is no test1-validation.xml.
> > test1 does not have a "validate" method ".
> >
> > I have implemented the "execute" method to see if it is called because
> > "input" does not get called any more...
> > I also implemented "validateExecute" method for testing. And it get's called
> > also.
> >
> > --
> > View this message in context: 
> > http://www.nabble.com/Update-to-Struts-2.1.7-tp24166101p24167035.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
> >
> >
> 
> 
> 
> -- 
> "Hey you! Would you help me to carry the stone?" Pink Floyd
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
> For additional commands, e-mail: user-h...@struts.apache.org
> 

_________________________________________________________________
Bing™  brings you maps, menus, and reviews organized in one place.   Try it now.
http://www.bing.com/search?q=restaurants&form=MLOGEN&publ=WLHMTAG&crea=TEXT_MLOGEN_Core_tagline_local_1x1

Reply via email to