0
사람들에 작동방법 <A4J :있는 명령> RichFaces 4
나는 완벽 RichFaces 4.
포함 해결할 수없는 문제와 내가 노력하고 변화를 작동 RichFaces 3 응용 프로그램이 있습니다 의 사용. RichFaces 3에
은, 아래의 코드는 작동합니다
이<a4j:commandButton value="button test" action="#{bean.executeAction()}" reRender="myForm"/>
내가
<a4j:commanButton value="button teste" action="#{bean.executeAction()}" render="myForm"/>
또는
<a4j:commanButton value="button teste" actionListener="#{bean.executeAction()}" render="myForm"/>
또는 n 다른 가능성을하지만, 아무것도 일을 변경하려고합니다.
도와주세요.
당신은 "아무것도 작동하지 않습니다"에 의해 무엇을
이 버튼
나를 위해 작동을 의미합니까? 예외 메시지가 있습니까? 액션 메소드가 실행됩니까? –나는이 게시물에 오타라고 가정합니다 : a4j : commanDbutton <- 당신의 시도가 잘못되었습니다 'd';-) –