[jboss-user] [JBoss Seam] - Seam not working with browser session disabled.

2007-08-28 Thread unni_kri
I am running Seam based application on glassfish server. The application works fine when accept cookie is enabled in browser. But when I disable it, application fails. The generated url's have the standard jsessionid parameter at the end. Has any one tried this scenario ? Is there any known

[jboss-user] [JBoss Seam] - Re: Seam not working with browser session disabled.

2007-08-28 Thread unni_kri
forgot to add Seam version. Seam version is 1.2.1GA JSF 1.2 Also, I am using s:link tag to generate href. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4078892#4078892 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4078892

[jboss-user] [JBoss Seam] - Does s:link work with tuckey.org urlrewriter

2007-08-11 Thread unni_kri
I am trying to use tuckey.org's urlrewriter to rewrite a link generated using seam tag s:link. Following outbound rule works, outbound-rule encodefirst=true | from^/shop/productSearchForm\.jsf(.+)$/from | tocatalogItemID/test/to | /outbound-rule But, when I try to