Event « Data « JSF Q&A





1. JSF 2 - passing parameters accross system events    stackoverflow.com

I have a composite component, where I pass in an arbitrary defined attribute:

<x:mycomp x="..."/>
x being defined as such in the interface definition of the cc. Inside the implementation of mycomp I ...

2. Practical Examples of how to choose when to use actionListener or action attribute of a JSF command button?    stackoverflow.com

I'm somewhat new to JSF and it seems that if you don't 'Think in JSF' you will write a lot more code than necessary. In that context how does an ...

3. Event Function called before Setter    stackoverflow.com

I have the following dropdown which list couple of cars, I have it so that it stores the value of selected item in a backbean variable and an event is fired ...