Injector component, like FormInjector but for non-form related content
----------------------------------------------------------------------

                 Key: TAP5-397
                 URL: https://issues.apache.org/jira/browse/TAP5-397
             Project: Tapestry 5
          Issue Type: New Feature
          Components: tapestry-core
    Affects Versions: 5.1.0.0
            Reporter: Howard M. Lewis Ship
            Priority: Minor


Usually we start with the general case and then add the Form-related variation; 
this is the opposite.

It would be nice to able to use content injection, much like FormInjector, but 
for arbitrary parts of the page.  As with FormInjector, the triggered 
client-side logic would duplicate an element, then trigger a server-side event 
to provide the new content ... or perhaps that isn't quite the way, maybe 
collect the new content and insert it above or below the existing element.  
Anyway, this would be useful for things like "endless lists" where new content 
is added as the end of the current set of data is scrolled into view, or many 
other use cases.

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


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to