Bugs item #1423824, was opened at 2006-02-03 16:33 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=1423824&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: Jonathan Locke (jonathanlocke) Assigned to: Nobody/Anonymous (nobody) Summary: Problem in replaceComponentTagBody? Initial Comment: To the best of my understanding, the Applet component in wicket-sandbox is written correctly. And yet, if you attach it to an open/close <applet/> tag, when it goes to break the tag into <applet><param ...></applet>, it also eats up any regular html that might be after the </applet> tag. So if you attach an Applet component to a form just before a submit button (as in Home.html in the slider example), the wicket parser will eat up the submit button. I'm not sure what's wrong here, but it doesn't seem like it's my code. More likely a problem with the internals of wicket, possibly replaceComponentTagBody(). To repro this bug, just change this: <applet wicket:id="slider" width="200" height="20"></applet> to <applet wicket:id="slider" width="200" height="20"/> in wicket-sandbox/src/jonathan/java/applet/examples/slider/Home.html. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=684975&aid=1423824&group_id=119783 ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642 _______________________________________________ Wicket-develop mailing list Wicket-develop@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wicket-develop