Can we use to render the column of table adf af:inputText + af:commandButton?

Table column ADF can cause an internal button? Is it possible to use af:inputText + af:commandButton (custom component?) to render adf table column?

user774592 wrote:
Table column ADF can cause an internal button? Is it possible to use af:inputText + af:commandButton (custom component?) to render adf table column?

Yes. Try something like this:

<*af:panelLabelAndMessage* labelstyle="vertical-align:middle;">
<*af:panelGroupLayout* layout="horizontal">
<*af:inputText*>
<*af:commandButton*>

Nick

Tags: Java

Similar Questions

Maybe you are looking for