Dear all,
How can we check wheather a form is loaded.I want to
upload a image via form panel submiiting.Its uploading after that i
want to set the image url to other image component.How is it
possible.This is my code.
uploadEditFormPanel.addButton(new Button("Upload", new
ButtonListenerAdapter() {
public void onClick(Button button, EventObject e) {
//formPanel.getForm().submit(url, null,
Connection.POST,
"loading...", false);
uploadEditFormPanel.getForm().submit(url, null,
Connection.POST,"Uploading...", false);
personImage.setUrl(Constants.IMAGE_PATH +
"PersonImages/"+fileUpload.getFilename());
//com.google.gwt.user.client.Window.alert
("File"+fileUpload.getFilename());
}
}));
Thanks and Regards,
Subash
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"GWT-Ext Developer Forum" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/gwt-ext?hl=en
-~----------~----~----~----~------~----~------~--~---