HtmlDataScroller should inherit UIPanel instead HtmlPanelGroup
--------------------------------------------------------------
Key: TOMAHAWK-1289
URL: https://issues.apache.org/jira/browse/TOMAHAWK-1289
Project: MyFaces Tomahawk
Issue Type: Bug
Components: Data Scroller
Reporter: Leonardo Uribe
Assignee: Leonardo Uribe
dataScroller has this definitions:
* @JSFJspProperty name = "onkeydown" tagExcluded = "true"
* @JSFJspProperty name = "onkeypress" tagExcluded = "true"
* @JSFJspProperty name = "onkeyup" tagExcluded = "true"
* @JSFJspProperty name = "onmousedown" tagExcluded = "true"
* @JSFJspProperty name = "onmousemove" tagExcluded = "true"
* @JSFJspProperty name = "onmouseout" tagExcluded = "true"
* @JSFJspProperty name = "onmouseover" tagExcluded = "true"
* @JSFJspProperty name = "onmouseup" tagExcluded = "true"
suggesting that this component should not inherit from HtmlPanelGroup (here are
defined this properties).
It is more OO friendly to extends from UIPanel, remove the previous annotations
and add the missing properties annotations.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.