You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by "Mutiso, Anthony" <AM...@UtiliCorp.com> on 2002/07/12 00:33:53 UTC

dynamic mapping to specific page

Hi,

A the following action class configuration:

ListUsersAction -> EditUserAction(userId) -> ListUsersAction
                        -> CreateUserAction        -> ListUsersAction


ListProjectsAction -> ProjectDetailAction(projectId) ->
AddUserToProjectAction(projectId) -> ProjectDetailAction(projectId)
 
-> ListProjectsActions

This works okay.

The issues arise when I try to create the following arragement

 ListProjectsAction -> ProjectDetailAction(projectId) ->
AddUserToProjectAction(projectId) -> ProjectDetailAction(projectId)
 
-> CreateUserAction                          ->
ProjectDetailAction(projectId)
 
-> ListProjectsActions

If cannot define a mapping that would take the projectId into concideration.

Has anyone had call for a dynamic map to a page the was in the middle of a
work flow / request chain?

Thanks

Anthony


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>