Are you talking about an input type button? Couldn't you just use

add( new AjaxLink( "closeLink" ){
   public void onClick( AjaxRequestTarget target ){
      // close the modal window
   }
} );


Markup

../path/to/link  

-- 
View this message in context: 
http://www.nabble.com/AjaxButton-without-a-Form-tp17330924p17330993.html
Sent from the Wicket - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to