| Author |
Value of "idx" is not printing in the tag <f:attribute name="fieldRef" value="#{idx}"/>
|
Adi Wanik
Greenhorn
Joined: Feb 15, 2011
Posts: 7
|
|
Hi all,
i am using <a4j:repeat> loop inside which i have defined rowKeyVar="idx"; which should iterate and give me values like 0,1,2 with respective error messages, but it is not...the <a4j:repeat> is as follows:
<a4j:repeat value="#{DIALOG.DATA.dayModel.breaks}" var="key" first="1" rowKeyVar="idx" >..and i am using idx in <f:atribute > like as follows:
<f:attribute name="fieldRef" value="#{idx}"/>..but here the value for idx is not printing...its printing nothing(blank)...please help guys..
|
 |
 |
|
|
subject: Value of "idx" is not printing in the tag <f:attribute name="fieldRef" value="#{idx}"/>
|
|
|