Question « Facelets « JSF Q&A





1. JSF - Two Questions about actions on UIComponent    stackoverflow.com

So, let me show us my troubles :) 1 - When i click on a commandbutton

<h:commandButton value="Somethings">
    <f:setPropertyActionListener target="#{bean.method}" value="some" />
    <f:ajax render="rendering"/>
</h:commandButton>
I dont do any ...

2. Question in Facelets    coderanch.com

3. JSF and Facelets question    coderanch.com

Hi, I am using facelets and JSF. I would like to know how to catch the value in UI (I mean in UI Facelets tag) and reference that variable from JSF code. Here is my problem, I am having a getter method which executes a database query and return the collection of results. I referred this getter method (getValue) in my ...

4. facelets modalPanel template question    coderanch.com

5. Question on Facelets    coderanch.com

7. Beginning Facelets question    coderanch.com

Thanks, Cesar. It's devilishly hard to piece together some of this stuff from scratch. I find I learn more than if I simply abandon myself to somebody's framework (initially) like Seam. Alas, I finally resorted to using the Tomahawk examples as I could never find a combination of JARs that didn't crash and did work.