> The problem comes from cometd bus which is design to transport json and > not xml. I was thinking of something which is able to serialize a > component rendered as String and put all in a json object in order to > avoid this second useless callback. but it need some additionnal work ;) > > -- > Vincent
I knew you had a good reason for it. Good stuff! I'm not sure if it is enough to just serialize a component as a string. Components are a mix of markup and javascript, and wicket-ajax has a lot of infrastructure for parsing this out and then rendering them in order. Pinging is the best solution for now. ------------------------------------------------------------------------- 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 _______________________________________________ Wicket-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wicket-user
