close, but no cigar
http://www.phrases.org.uk/meanings/close-but-no-cigar.html

not the html of the component or page that you created in the ide.
i think it might be helpful to see the html that the browser received.
in firefox there ought to be a menu item like: "View -> show Sourcecode" (i'm using firefox with a german locale, so the naming might be slightly different)

mf


Am 17.06.2009 um 17:44 schrieb walnutmon:


<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
   <head>
       <title></title>
   </head>
   <body>
       <form wicket:id="form">
           top: <input type="text" wicket:id="top"/><br/>
           left: <input type="text" wicket:id="left"/><br/>
           length: <input type="text" wicket:id="height"/><br/>
           width: <input type="text" wicket:id="width"/><br/>
           color: <input type="text" wicket:id="color"/><br/>
           <input type="submit"/>
       </form>
       <div wicket:id="superDiv"></div>
   </body>
</html>


Martin Funk-3 wrote:

ok, wrong wording on my side.

i meant the html source of the page in the browser.

mf



--
View this message in context: 
http://www.nabble.com/AjaxEventBehavior-onclick-for-WebMarkupContainer-Precondition-Check-tp24074285p24076448.html
Sent from the Wicket - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to