Re: Re: Catch all method for actions?

2010-05-12 Thread Charles Parker
I use something similar for account activation using wildcards to match random validation codes appended to an action name. My URLs look like: https://server.com/verify_5RXQY-J9GHS struts.xml: class="org.apache.struts2.views.tiles.TilesResult" default="true"/>

best practices in struts 2.1 - Tiles and Convention - clean URLs with minimum number of actions

2009-12-22 Thread Charles Parker
I'm using struts 2.1.8.1 here and have a question about best practices in the following situation: I have a form page, 'register'. It takes several fields, username, password, etc. I want the initial form page to be rendered via GET: http://my.server.net/register This shows the blank form (