Skip to Main Content

Java Development Tools

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

EL with HTML Tag

Shahzad Ahmed KhanJul 26 2013 — edited Jul 26 2013

Hi Gurus,

I am new in adf and using 11.1.2.3. I am using EL with simple html tags. Here is my sample code.

          <tr>

            <af:iterator id="i1" value="#{bindings.KeyboardRow1.collectionModel}" var="row">

                <td  colspan="${row.ColSpan}" rowspan="${row.RowSpan}" >

                    <af:commandButton text="#{row.ButtonText}" styleClass="#{row.CssClass}" id="cbRow1Key"/>

                </td>

               

            </af:iterator>

          </tr>

I want to control the colspan and rowspan from view object binds. Row values are applying on button but not on TD tag.

Any Suggestions...

Thanks in Advance

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 23 2013
Added on Jul 26 2013
1 comment
213 views