> One of the reasons I didn't release it wednesday. The familiar
> "ResponseBuilder" interface is now stored in the IRequestCycle. Call
> cycle.getResponseBuilder().updateComponent(String compId) to get your select
> box updated.

Is there an equivalent way to do this in tap4/tacos4?  I'd love to
change the set of components that need to be updated dynamically,
during the execution of a listener, but looking at the ResponseBuilder
interface in tacos, there is no method that appears equivalent to
updateComponent(String compId)

Incidentaly, the answer to my other questions appeared to be that if
you activate a new page from the listener, even in an ajax form, the
new page gets rendered correctly, so I am in the process of moving to
AjaxForms, using the refresh listener to update select lists, and just
activating new pages during normal submit.  Currently I'm just working
in a prototype test page, but it all appears to be working, although
right now, I am going to have to list the id of every select box,
rather than just calling updateComponent() for the id which needs
updating (I have a cascading set, so only one gets activated on any
given requests)

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Tacos-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tacos-devel

Reply via email to