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

_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to