Link Decorator ActionListener not called when Table is contained in a Panel
---------------------------------------------------------------------------
Key: CLK-741
URL: https://issues.apache.org/jira/browse/CLK-741
Project: Click
Issue Type: Bug
Components: extras
Affects Versions: 2.3.0-M1
Reporter: Rich S.
Priority: Minor
If I create a Panel and add a Table with ActionLinks added using a
LinkDecorator object, the ActionListeners of the ActionLink will not be called
when the links are clicked.
It seems that the links created by the LinkDecorator are missing from the
process chain, and onProcess is not called for these links. This problem does
not occur when exactly the same setup is used directly in a Page.
A workaround is to add the links to the table object, as well as passing them
to the LinkDecorator.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.