Re: [appfuse-user] Struts 2 mapping issue

2007-07-10 Thread Eric Fitzsimmons
Mike, Great. Thanks for the help. That worked great. On 7/6/07, Michael Horwitz <[EMAIL PROTECTED]> wrote: On 7/6/07, Eric Fitzsimmons <[EMAIL PROTECTED]> wrote: > I am currently using Appfuse 2.0-m5 and am having some issues trying > to map my actions in a RESTful manner. > EX: I wou

Re: [appfuse-user] Struts 2 mapping issue

2007-07-06 Thread Michael Horwitz
On 7/6/07, Eric Fitzsimmons <[EMAIL PROTECTED]> wrote: I am currently using Appfuse 2.0-m5 and am having some issues trying to map my actions in a RESTful manner. EX: I would like http://localhost:8080/employee/ to map to a list of employees with links to specific employees EX: I would like

[appfuse-user] Struts 2 mapping issue

2007-07-06 Thread Eric Fitzsimmons
I am currently using Appfuse 2.0-m5 and am having some issues trying to map my actions in a RESTful manner. EX: I would like http://localhost:8080/employee/ to map to a list of employees with links to specific employees EX: I would like http://localhost:8080/employee/0012/ to map to a specific