cannot get value from xtype selection field | Community
Skip to main content
New Participant
October 16, 2015
Solved

cannot get value from xtype selection field

  • October 16, 2015
  • 1 reply
  • 695 views

I have been trying to get value from an xtype selection field, within js - and i'm losing my patience with this product. the same code works fine as expected few lines above for another field, I can get the value fine. 

type: select
xtype: selection

I checked the Id and Xtype on this field, looks fine, and got back expected result, but, I could not get the value using: getValue() or getRawValue().

Any comments/pointers, appreciated.

 

Sivaram

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by smacdonald2008

See this community article that shows JavaScript logic that gets a selection value:

 http://helpx.adobe.com/experience-manager/using/dynamically-updating-aem-custom-xtype.html

[img]selection.png[/img]

1 reply

smacdonald2008
smacdonald2008Accepted solution
New Participant
October 16, 2015

See this community article that shows JavaScript logic that gets a selection value:

 http://helpx.adobe.com/experience-manager/using/dynamically-updating-aem-custom-xtype.html

[img]selection.png[/img]