Grid does implement ClientElement
---------------------------------

                 Key: TAPESTRY-2775
                 URL: https://issues.apache.org/jira/browse/TAPESTRY-2775
             Project: Tapestry
          Issue Type: Improvement
          Components: Core Components
    Affects Versions: 5.1
         Environment: all
            Reporter: Wulf Wechsung


Issue:
the tapestry core component org.apache.tapestry5.corelib.components.Grid does 
not implement the interface "ClientElement"  making it impossible to force 
allocation of a client side id or retrieve the same.

Impact:
Mixins, if they are based on DOM manipulation, have a hard time interacting 
with Grid component's client side representation.

Proposed Solution:
Grid should implement ClientElement and delegate getClientId() to the Any table 
component.


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to