[jboss-user] [JBoss Seam] - Re: login redirection trouble

2007-09-07 Thread jacob.orshalick
Are you using client-side state-saving with JSF? If so, a POST will result in the an issue similar to what you describe in 2.0.0.BETA1 and earlier. Here is the JIRA issue: http://jira.jboss.com/jira/browse/JBSEAM-1860 Hope this helps. View the original post : http://www.jboss.com/index.html

[jboss-user] [JBoss Seam] - Re: Login Redirection

2007-08-29 Thread rlhr
It appeared I just forgot the following in components.xml | | | | | | | Works much better now :) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4079271#4079271 Reply to the post : http://www.jboss

[jboss-user] [JBoss Seam] - Re: Login Redirection not propagating GET parameters

2007-08-11 Thread milli
Thanks for your reponse and I get it. I appreciate you guys taking time in responding to everybody's issues promptly and keeping the community active. I usually refer to Seam book and Reference guide but the difference between page parameter and @RequestParameter llife cycle was not mentioned.

[jboss-user] [JBoss Seam] - Re: Login Redirection not propagating GET parameters

2007-08-11 Thread [EMAIL PROTECTED]
"milli" wrote : Let's forget about propagating parameters values for a while. But when it comes to just passing GET parameters(to the backing bean component) shouldn't they be having the same behaviour? | | Here is what I found out. | | When you have the parameter defined in pages.xml,

[jboss-user] [JBoss Seam] - Re: Login Redirection not propagating GET parameters

2007-08-10 Thread milli
"[EMAIL PROTECTED]" wrote : No. They are not semantically identical. @RequestParameter is simply for injecting a request parameter, page parameters have a deeper effect on your app (parameter propagation, setting values on your model, application of converters). I understand with page definiti

[jboss-user] [JBoss Seam] - Re: Login Redirection not propagating GET parameters

2007-08-10 Thread [EMAIL PROTECTED]
No. They are not semantically identical. @RequestParameter is simply for injecting a request parameter, page parameters have a deeper effect on your app (parameter propagation, setting values on your model, application of converters). View the original post : http://www.jboss.com/index.html?m

[jboss-user] [JBoss Seam] - Re: Login Redirection not propagating GET parameters

2007-08-10 Thread milli
Thanks Pete. Meanwhile I tried to debug and found out it works only if you define it in page.xml and not when you use the annotation @RequestParameter. Shouldn't passing parmeters to the page either by defining in pages.xml or by annotation @RequestParameter have the same behaviour? View the or

[jboss-user] [JBoss Seam] - Re: Login Redirection not propagating GET parameters

2007-08-10 Thread [EMAIL PROTECTED]
http://docs.jboss.com/seam/latest-2.0/reference/en/html/events.html#d0e3813 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073180#4073180 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073180 ___

[jboss-user] [JBoss Seam] - Re: Login Redirection not propagating GET parameters

2007-08-10 Thread milli
I saw Gavin's response in an earlier posting with the similar problem http://www.jboss.com/index.html?module=bb&op=viewtopic&t=101357&start=20 that you need to define them as page parameters. I have it as @RequestParameter in the backing bean. Isn't it already defined as a page parameter? Or do

[jboss-user] [JBoss Seam] - Re: Login Redirection not propagating GET parameters

2007-08-10 Thread milli
Anyone? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073100#4073100 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073100 ___ jboss-user mailing list jboss-user@lists.jbos

[jboss-user] [JBoss Seam] - Re: Login Redirection not propagating GET parameters

2007-08-10 Thread zdaler
maybe we will have to post an issue in JIRA ... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072924#4072924 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072924 ___ jboss-u

[jboss-user] [JBoss Seam] - Re: Login Redirection not propagating GET parameters

2007-08-09 Thread milli
I'm having the same problem too and waiting for a response http://www.jboss.com/index.html?module=bb&op=viewtopic&t=115645 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072636#4072636 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting

[jboss-user] [JBoss Seam] - Re: Login redirection problem

2007-08-09 Thread [EMAIL PROTECTED]
| http://jboss.com/products/seam/components"; | xmlns:core="http://jboss.com/products/seam/core"; | xmlns:security="http://jboss.com/products/seam/security"; | xmlns:transaction="http://jboss.com/products/seam/transaction"; | xmlns:xsi="htt

[jboss-user] [JBoss Seam] - Re: Login redirection not remember page parameters?

2007-05-29 Thread [EMAIL PROTECTED]
Now fixed, thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4049559#4049559 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4049559 ___ jboss-user mailing list jboss-user@l

[jboss-user] [JBoss Seam] - Re: Login redirection not remember page parameters?

2007-05-28 Thread [EMAIL PROTECTED]
Please report this in JIRA, thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4049108#4049108 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4049108 ___ jboss-user mailing

[jboss-user] [JBoss Seam] - Re: Login redirection not remember page parameters?

2007-05-28 Thread hstang
This problem also exists with Seam-space. if you go to | http://localhost:8080/seam-space/comment.seam?blogId=2&name=Mr_Smiley | then login and try to add a comment, an exception is thrown, but if you login first before adding a comment, everything works fine. View the original post : ht

[jboss-user] [JBoss Seam] - Re: Login redirection not remember page parameters?

2007-05-27 Thread hstang
I am using most up-to-date Seam-CVS. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4048961#4048961 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4048961 ___ jboss-user mailing