| Author |
Message |
|
|
I am trying to display values from a list using suggestInput and here is my code. The values are displayed as a comma separated list but I want it to be displayed one by one.
<e:suggestInput value="#{activityBean.targetStepsName}"
caseSensitive="false"
keyField="value"
matchAnywhere="true"
suggestColumnIds="value"
suggestColumnStyles="suggestColumn"
readonly="true" />
|
 |
|
|
Hi,
I am trying to display values from a list. So I use h:dataTable inside e:gridtable but it does not work. Is there any alternative way for this to work.
Thanks in advance.
|
 |
|
|