"onclick", "return confirm('Are you sure to delete " + selectedName + "?');"));
On 3/10/08, tsuresh <[EMAIL PROTECTED]> wrote:
>
> Hello,
> I have a delete link in a list of names. If I click on the delete link of
> name then the message should be are you sure to delete selectedName?
>
> String selectedName = "user1";
> deleteLink.add(new SimpleAttributeModifier("onclick", "return confirm('Are
> you sure to delete?');"));
>
> I am not able to append this selectedName after: Are you sure to delete
> How to append this?
> thanks
>
> --
> View this message in context:
> http://www.nabble.com/Simple-question-about-alert-string-tp15950581p15950581.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]
>
>
--
Buy Wicket in Action: http://manning.com/dashorst
Apache Wicket 1.3.1 is released
Get it now: http://www.apache.org/dyn/closer.cgi/wicket/1.3.1
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]