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)
阶段出错。。。



Global site tag (gtag.js) - Google Analytics