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
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to