commandLink问题
terryzhou
2008-12-19
原来是:
<h:commandLink actionListener="#{StudentBean.update}" action="success"><h:outputText value="修改"/> <f:param id="uid" name="uid" value="#{stu.id}"/> </h:commandLink> 然后改成: <h:outputLink value="updateStudent.faces?uid=#{stu.id}"><h:outputText value="修改"/></h:outputLink> 多个bean是没有关系,但跟你用OUTPUTLINK或者COMMANDLINK没啥关系。 是你StudentBean在 套用申请值(Apply Request Values) 阶段出错。。。 |
相关讨论
相关资源推荐
- JSF标签h:commandLink禁止点击问题
- 【Primefaces】commandButton/commandLink的一些注意问题
- JSF中CommandButton与CommandLink传值
- JSF datatable 中 使用 commandlink 和 commandbutton 问题
- JSF 中Datatable 上的commandLink失效问题
- JSF_dataTable中commandLink的失效问题
- h:commandbutton 和 h:commandlink 比较
- rich:dataTable中的h:commandlink提交无效问题
- JSF datatable 中使用 commandbutton 和 commandlink 的问题.
- sf中rich:dataTable中的h:commandlink提交无效问题