[JBoss-user] [JBoss Seam] - Re: Conversation @Begin(join=true) not working properly?

2006-04-03 Thread mirko27
Sorry, I lied to you.
 and  does not kill the current conversation you 
wan`t to leave. They just step out of it.

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

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


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - Re: Conversation @Begin(join=true) not working properly?

2006-04-03 Thread mirko27
People think usually this way:
If I click/activate smth(at current time s:link) then it happens momentally.
Btw this works as expected:



 

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

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


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - Re: Conversation @Begin(join=true) not working properly?

2006-04-03 Thread [EMAIL PROTECTED]
Hm. Interesting. The current implementation is "kill the conversation at 
the *end* of the request". Perhaps what people really want is "kill the 
conversation at the *beginning* of the request.

I have to think this through...

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

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


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - Re: Conversation @Begin(join=true) not working properly?

2006-04-03 Thread mirko27
I can get right job done with it. But it does not work as expected.
I`ll start a conversation, go to user module. CurrentUser is loaded to 
conversational context. Now I hit one of the followings:



I`m back to the users page. Seam debug page shows that conversation is killed ( 
yeah, we love ya for this feature Gavin). But users page still has currentUser 
entity in context (Seam debug page does not show this).
In next render it`s gone.

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

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


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - Re: Conversation @Begin(join=true) not working properly?

2006-04-03 Thread mirko27
Sorry Gavin if you did get that impression.
I`m not pushing you, I was amaized to see, that
new stuff is coming so fast. 
I was not blaming you, it was other way around.
I thought that I did not notice documentation, but it maybe is there and you
could point to it, if that`s the case.



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

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


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - Re: Conversation @Begin(join=true) not working properly?

2006-04-03 Thread mirko27
I have looked at that solution. But it`s insane when for example we
have menu that contains 100 links? maybe more?
 
would be replaced to this long script...





Searching for solution I did try to find some information for s:link,
but in CVS there`s no documentation, even not API reference...

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

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


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - Re: Conversation @Begin(join=true) not working properly?

2006-04-03 Thread [EMAIL PROTECTED]
I just finished implementing this stuff on the plane yesterday! Give me a 
break, I will document it when I get a chance...

What you want is:



You can tune what to do with the conversation by adding 
propagation="default|none|begin|join|nest|end".

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

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


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - Re: Conversation @Begin(join=true) not working properly?

2006-04-03 Thread [EMAIL PROTECTED]
The solution is described here:

http://docs.jboss.com/seam/reference/en/html/conversations.html#d0e2284

We also now have  in CVS.


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

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


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user