Thanks Lionel!
When I say success page, I mean within the onSubmit method on the same page.
Something like this
Form Form = new Form(FORM_NAME, model)
{
private static final long serialVersionUID = 1L;
@Override
protected void onSubmit()
{
FileUpload upload = uploadField.getFileUpload();
//open ModalWindow
}
}
I don't see setAutoOpen() method on a ModalWindow. Should I use a DojoDialog or a YUI dialogue?
Lina
