Questions tagged [jsf]
23 questions
10
votes
3 answers
Should a complex EL expression be replaced by a single javabean getter?
In JSF if I have a component that conditionally renders based on a number of variables what is the optimal way to handle the render statement... should the logic live in the component declaration or in some form of helper class?
The text woof is…

TEL
- 133
0
votes
1 answer
Why does JSF automatically generate names for html components and can this be overridden?
I'm reading up on JSF. One thing that I noticed is that tags such as h:inputText and h:inputTextarea auto-generate a random name.
Is there any way to over-ride this?

Chetter Hummin
- 111