While using GWT FormPanel, after submitting the form, it posts form but does not redirect to the action url. Can any body help me?
相关问题
- Delete Messages from a Topic in Apache Kafka
- Jackson Deserialization not calling deserialize on
- Laravel Option Select - Default Issue
- How to maintain order of key-value in DataFrame sa
- StackExchange API - Deserialize Date in JSON Respo
by this line you changing the target parameter of the form and now the main page redirected to the action url after calling formPanelObject.submit();.