Rahul Jjain

Greenhorn
+ Follow
since Aug 06, 2011
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Rahul Jjain

Yes Tim! I understand that but the problem is that the rendered attribute seems to be not honored in all the phases. I have used rendered attribute hardcoded to false but in some phase of JSF lifecycle it is not evaluated and I get Stack Overflow error.
12 years ago
JSF
I am trying to build a recursive composite component containing an input text box and a button. But I am getting StackOverFlowError. I need to know if this is possible by any means. I have tried putting rendered attribute and c:if but both of these seems to get evaluated at rendering time and not during build time.

Any pointers would be a real help.
12 years ago
JSF
Were you able to resolve the problem. I am facing the exact same issue. It seems while building the component it does not take the rendered attribute in consideration and c:if does not affect until rendering time.

If you found a problem to this issue, please do reply. Thanks for your time.
12 years ago
JSF