[jboss-user] [JBoss Seam] - getting ManagedBean out of Conversation
jamesjmp
do-not-reply at jboss.com
Mon Nov 5 07:07:45 EST 2007
hi,
In a edit form I have a button (s:button, I don´t want to submit). When I press it I invoke a java method. In that method I want to access to the bean related to the conversation to check some values. Is that possible?
|
| if(getConversation()!= null)
| { //Aqui me cargo la conversacion si es que existe
| System.out.println("conversation ID " .concat(getConversation().getId()));
| //access to managed bean in Conversation
|
| }
|
is there a way to do this?
thanks in advance!
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4101719#4101719
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4101719
More information about the jboss-user
mailing list