| Author |
Panel Grid and render attribute
|
Duran Harris
Ranch Hand
Joined: Nov 09, 2008
Posts: 571
|
|
The original problem was solved but now Ive edited the thread to post a new problem.
The following snippet is enclosed in a panelGrid.For some reason it somehow manages to print null....(I thought EL coerced nulls??)
I tried wrapping the ${ownerFirst}${ownerLast} in <f:verbatim> tags,but that didn't help...
|
===>SCJP 1.5(72%)<===
==>SCWCD1.5(76%)<===
|
 |
Himanshu Gupta
Ranch Hand
Joined: Aug 18, 2008
Posts: 598
|
|
Using f:verbatim in this case will not help. Whatever you give in <f:verbatim is not processed by the JSF. It will be inserted into the rendered page as it is.
What is the problem you are facing here?
|
My Blog SCJP 5 SCWCD 5
|
 |
 |
|
|
subject: Panel Grid and render attribute
|
|
|