Bugs item #1445713, was opened at 2006-03-08 16:13
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=684975&aid=1445713&group_id=119783

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: core
Group: 1.2
Status: Open
Resolution: None
Priority: 5
Submitted By: Martijn Dashorst (dashorst)
Assigned to: Nobody/Anonymous (nobody)
Summary: Add AjaxRequestTarget.addComponent(String id, Component c)

Initial Comment:
Currently *all* components need to be in a markup
container to be updated using AJAX. This a requirement
because Wicket doesn't know the markup id of the tags
on which the innerhtml property will be set.

Sometimes it is handy to use a markup container, other
times it is better to just have an id attribute on a
markup element, without it being a Wicket component.

Proposed change:

add a method to the ajax request target that takes a
markup id and the component that needs to be re-rendered.

This will make updating a listview less painful, as the
requirement for the markup container no longer holds.


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=684975&aid=1445713&group_id=119783


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Wicket-develop mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wicket-develop

Reply via email to