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!

How to append two string value using groovy in ADF

981554Feb 27 2016 — edited Feb 27 2016

Hi ADF Experts,

Facing one issue for concatenating 2 string value, below is code snippet

<af:column headerText="#{nestedAttr.column}" sortable="true"

                id="c2" filterable="true"

                 align="#{def.properties.descriptortype eq 'GROUP'?'center':'right'}"

                visible="#{def.properties.descriptortype eq 'GROUP'}">

      <af:outputText value="#{row[(def.name + nestedAttr.column)]}" id="iy6">

      </af:outputText>

     </af:column>

I want to join 2 string and evaluate value of that column.

def.name  ="First"

nestedAttr.column ="Name"


I have to pass #{row[FirstName]} to get the column result.

Any pointer solution will really helpful.


Jdev version 11.1.1.7


Regards,

Shrikant

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 26 2016
Added on Feb 27 2016
3 comments
1,189 views