[jbossseam-issues] [JBoss JIRA] Updated: (JBSEAM-397) page parameters for wildcarded view-ids

Dave Whittaker (JIRA) jira-events at jboss.com
Mon Nov 20 13:11:41 EST 2006


     [ http://jira.jboss.com/jira/browse/JBSEAM-397?page=all ]

Dave Whittaker updated JBSEAM-397:
----------------------------------

    Attachment: Seam Pages Patch.txt

This patch adds the following features:

You can now specify page parameters, no conversation view ids, timeouts, and resource bundles within wildcards. Page Parameters from all matches are combined while the others will fall back to the value defined on the most specific match.

Multiple actions per page can now be defined through:

<action>#{actions.action}</action>	

elements nested within page elements. I also made it so that actions stop firing on the first non-null return.

If you don't like my refactoring of how actions are handled, I'm willing to change it back to the old behaviour but like I've said this makes more sense to me so look it over and let me know.

Also, this is the first time I've submitted anything for an open source project so if the format is wrong or you need anything additional just let me know.

> page parameters for wildcarded view-ids
> ---------------------------------------
>
>                 Key: JBSEAM-397
>                 URL: http://jira.jboss.com/jira/browse/JBSEAM-397
>             Project: JBoss Seam
>          Issue Type: Feature Request
>          Components: JSF
>            Reporter: Gavin King
>            Priority: Minor
>         Attachments: Seam Pages Patch.txt
>
>
> Currently it is not possible to specify a page parameter for a wilcard view-id in pages.xml.

-- 
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