[jbossseam-issues] [JBoss JIRA] Commented: (JBSEAM-3055) UISeamCommandBase adds conversation request parameters when not needed

Christian Bauer (JIRA) jira-events at lists.jboss.org
Fri May 30 12:38:46 EDT 2008


    [ http://jira.jboss.com/jira/browse/JBSEAM-3055?page=comments#action_12415045 ] 
            
Christian Bauer commented on JBSEAM-3055:
-----------------------------------------

"I think this could be a good FAQ entry."

It already is :)

> UISeamCommandBase adds conversation request parameters when not needed
> ----------------------------------------------------------------------
>
>                 Key: JBSEAM-3055
>                 URL: http://jira.jboss.com/jira/browse/JBSEAM-3055
>             Project: Seam
>          Issue Type: Bug
>          Components: JSF Controls
>    Affects Versions: 2.1.0.A1, 2.0.2.SP1
>            Reporter: Dan Allen
>            Priority: Minor
>             Fix For: 2.1.0.GA
>
>   Original Estimate: 2 hours
>  Remaining Estimate: 2 hours
>
> The base class for s:link and s:button, UISeamCommandBase, is not very smart about the conversation id and propagation parameters, adding them even when they have no purpose.
> Here are the two correct behaviors that are being violated:
> - conversation id parameter shouldn't be appended if conversation is temporary (no conversation to pass on)
> - conversation propagation parameter shouldn't be appended if its value is "end" and the conversation is temporary (no conversation to end)
> To ensure theses parameters aren't appended, folks are having to append propagation="none" all over the place. While on the one hand, this is just an annoyance, it really throws a wrench into urlrewriting. 

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

        



More information about the seam-issues mailing list