[ http://jira.codehaus.org/browse/CONTINUUM-830?page=comments#action_73599 
] 
            
Jesse McConnell commented on CONTINUUM-830:
-------------------------------------------

I am not sure how this would be done in webwork in some cases.

these kinda things are configured in the xwork.xml file with <result 
type="success" type="redirect or chain">foo</result>

you use the chain so that the form variables are populated into the targeted 
action....so you can't redirect to a particular project's summary page for 
example where you need projectGroupId populated.

gotta be some way to do it, I just can't think of it off the top of my head



> Use redirect after post instead of forward when page refresh is common but 
> could cause re-triggering
> ----------------------------------------------------------------------------------------------------
>
>                 Key: CONTINUUM-830
>                 URL: http://jira.codehaus.org/browse/CONTINUUM-830
>             Project: Continuum
>          Issue Type: Improvement
>          Components: Web interface
>    Affects Versions: 1.0.3
>            Reporter: John Casey
>             Fix For: 1.1
>
>
> When I force a build, Continuum simply forwards me to the summary page, 
> instead of redirecting. This means that if I use the browser's refresh 
> function, I'll force another build, since the URL is the one used to trigger 
> the build. If you're doing many things at once, it means you have to look at 
> the URL before you punch reload, or you may wind up rebuilding again.
> It'd be nice to simply redirect the user to the summary page, so reloads of 
> the page wouldn't trigger fresh builds.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to