Ah, yes. Link-O-Matic. Use the docs, that's what they're there for. Sorry.

Stanczak Group wrote:
Really new, but do you mean use the new Link() and <input... ? Like this:

in code:
add(new Link("cancel"){...});

in html:
<input type="button" wicket:id="cancel"...

Like that?

Igor Vaynberg wrote:
best method is to add a Link to <input type="button"

-igor


On 10/4/07, Stanczak Group <[EMAIL PROTECTED]> wrote:
I don't want the cancel button to submit the form, is this the best
method? I'm not sure I see how to do this. Is there examples?
@Override
protected void delegateSubmit(IFormSubmittingComponent component) {
        }

--
Justin Stanczak
Stanczak Group
812-735-3600

"All that is necessary for the triumph of evil is that good men do nothing."
Edmund Burke


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



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




--
Justin Stanczak
Stanczak Group
812-735-3600

"All that is necessary for the triumph of evil is that good men do nothing."
Edmund Burke


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

Reply via email to