Skip to Main Content

DevOps, CI/CD and Automation

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!

dividerAttributeValue.charAt is not a function

Vijay DhapolaJan 25 2016 — edited Jan 26 2016

Hi Gurus,

I'm trying to create a simple Split page using panel splitter. But getting the attached issue.

Please share your suggestions.

Machine - Mac OSX Capitan (10.11.3)

JDev - 12.1.3

MAF - 2.2.1.0.41.151218.0201

The code for Panel Splitter is as follows

<amx:panelSplitter id="ps1">

  \<amx:facet name="navigator"/>

  \<amx:panelItem id="pi1">

    \<amx:listView var="row" value="#{bindings.emps.collectionModel}" fetchSize="#{bindings.emps.rangeSize}"

                  selectedRowKeys="#{bindings.emps.collectionModel.selectedRow}"

                  initialScrollRowKeys="#{bindings.emps.collectionModel.selectedRow}"

                  selectionListener="#{bindings.emps.collectionModel.makeCurrent}" dividerAttribute="deptID"

                  dividerMode="firstLetter" showMoreStrategy="autoScroll" bufferStrategy="viewport" id="lv1">

      \<amx:listItem id="li1">

        \<amx:tableLayout width="100%" id="tl1">

          \<amx:rowLayout id="rl1">

            \<amx:cellFormat width="40px" halign="center" id="cf2">

              \<amx:image source="#{row.firstName}" id="i1"/>

            \</amx:cellFormat>

            \<amx:cellFormat width="100%" height="43px" id="cf1">

              \<amx:outputText value="#{row.empID}" id="ot2">

                \<amx:convertNumber groupingUsed="false" id="cn1"/>

              \</amx:outputText>

            \</amx:cellFormat>

          \</amx:rowLayout>

        \</amx:tableLayout>

      \</amx:listItem>

    \</amx:listView>

  \</amx:panelItem>

Screen Shot 2016-01-26 at 7.52.54 AM.png

Regards

Vijay

Comments
Post Details
Added on Jan 25 2016
2 comments
914 views