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

2007-12-20 Thread fredespi
Hello, I am having problems using a urlrewrite rule in seam. I have a rule like: | rule | from^/(.*)$/from | to last=true/resultsPage.seam?searchString=$1/to | /rule | This works fine unless the string that is caught by (.*) contains %26, i.e. ampersand. So if the

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

2007-12-20 Thread adamw
Hello, I think it's an issue of urlrewrite not of seam, so maybe check their website. -- Adam View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4114540#4114540 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4114540

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

2007-12-18 Thread skanky78
hi :) is this fix in 2.0.1 CR1??? i defined an outboud-rule but it does'nt affect any link in the facelet...(see http://www.jboss.com/index.html?module=bbop=viewtopict=126102) @adamw: can you give an example where you use an s:link which outputs an rewritten link? cheers, sven View the

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

2007-12-18 Thread adamw
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 |

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

2007-11-11 Thread adamw
Hello, found it - thanks :) Though it wasn't of course what I was looking for. However making seam work with urlrewritefilter's outbound-rules is quite simple; I'll post a feature request for that :). -- Cheers, Adam View the original post :

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

2007-11-11 Thread adamw
Here it is: http://jira.jboss.org/jira/browse/JBSEAM-2235 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4103499#4103499 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4103499 ___

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

2007-11-09 Thread [EMAIL PROTECTED]
run ant jarui and it will be generated in ui/target/generated-component. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4103304#4103304 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4103304