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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...