[jboss-user] [JBoss Seam] - Re: Seam sources - html tags

adamw do-not-reply at jboss.com
Tue Dec 18 12:11:23 EST 2007


Hello,

I just downloaded the 2.0.1CR1 and it work for me.

Here's an example of a link:

  | <s:link view="/view/feed.xhtml" value="#{feed.title}" propagation="none">
  |       <f:param name="name" value="#{feed.name}"/>
  | </s:link>
  | 

and a rule for it:

  | <outbound-rule>
  |    <from>^/blog/view/feed.seam\?(cid=\d+&)?(from=\d+)&name=([a-z0-9_]+)(.*)$</from>
  |    <to>/blog/view/$3?$1$2$4</to>
  | </outbound-rule>
  | 

(note that you have to include the context path in the outbound-rule for some reason).

-- 
Adam

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4113871#4113871

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4113871



More information about the jboss-user mailing list