[ https://issues.jboss.org/browse/JBSEAM-5085?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12778865#comment-12778865 ]
RH Bugzilla Integration commented on JBSEAM-5085: ------------------------------------------------- Marek Novotny <mnovo...@redhat.com> changed the Status of [bug 928002|https://bugzilla.redhat.com/show_bug.cgi?id=928002] from ASSIGNED to MODIFIED > Pages rewrite doesn't rewrite s:link params > ------------------------------------------- > > Key: JBSEAM-5085 > URL: https://issues.jboss.org/browse/JBSEAM-5085 > Project: Seam 2 > Issue Type: Bug > Components: JSF Controls > Reporter: Marek Novotny > Assignee: Marek Novotny > Fix For: 2.3.1.CR1 > > > Having this in the pages.xml: > <page view-id="/entry.xhtml"> > <rewrite pattern="/entry/{blogEntryId}" /> > <rewrite pattern="/entry" /> > > <param name="blogEntryId" > value="#{blogEntry.id}"/> > > <action execute="#{entryAction.loadBlogEntry(blogEntry.id)}"/> > </page> > and a link to entry in a page: > <s:link id="link" view="/entry.xhtml" propagation="none" > value="#{blogEntry.title}"> > <f:param name="blogEntryId" value="#{blogEntry.id}"/> > </s:link> > this should render as a link to "/entry/foo", but it renders as > "/entry?blogEntryId=roadmap11" -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira _______________________________________________ seam-issues mailing list seam-issues@lists.jboss.org https://lists.jboss.org/mailman/listinfo/seam-issues