[jboss-user] [JBoss Seam] - Faces parameter acces

KoniKoni do-not-reply at jboss.com
Thu Jul 26 06:21:24 EDT 2007


<a4j:support actionListener="#{navi.setCheckBox}" event="onmouseup" reRender="ticket">
  |                                             <f:param name="art" value="1" />
  |                                             <f:param name="wette" value="bet" />
  |                                             <f:param name="team" value="1" />
  |                                         </a4j:support>	 

how can i get parameter from faces context, the follow stuff does not work: 

 
  | public void setCheckBox(ActionEvent ae){
  |        UIParameter component = (UIParameter) ae.getComponent().findComponent("art"); 
  | code]

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

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



More information about the jboss-user mailing list