`
vtrtbb
  • 浏览: 354196 次
  • 性别: Icon_minigender_1
  • 来自: 北京
社区版块
存档分类
最新评论

JSF取值

阅读更多
<h:commandLink actionListener="#{yhglBean.delYh}">

 

 

public void delYh(ActionEvent ev) {
UICommand cl =(UICommand) (actionEvent.getSource()); 
String val = (String) (((UIParameter)(cl.getChildren().get(1))) .getValue()); 
}

 

 

<property-name> scxzID</property-name>
  <property-class> java.lang.Integer </property-class>
  <value> #{param.scxzID} </value>

  

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics