Add a renderId property to ResourceElement to exclude the ID attribute from 
rendering
-------------------------------------------------------------------------------------

                 Key: CLK-695
                 URL: https://issues.apache.org/jira/browse/CLK-695
             Project: Click
          Issue Type: Improvement
    Affects Versions: 2.2.0
            Reporter: Bob Schellink
            Assignee: Bob Schellink
            Priority: Minor
             Fix For: 2.3.0-M1


Rendering a script, style or link ID attribute is useful for Ajax applications 
in order to identify which resources are already present in the page. Scripts 
without an ID attribute will be reexected each time. However sometimes its 
necessary to specify the resource ID but not render it. For example on the 
server the ID is used to uniquely identify the resource in a Control 
headElements but still need to reexecute the script client-side. By adding a 
'renderId' property we can suppress the ID from rendering.

-- 
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