zillo32 / vosao

Automatically exported from code.google.com/p/vosao
GNU Lesser General Public License v2.1
0 stars 0 forks source link

Form submit action - wrong behaviour - no redirection #490

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Include form plugin into page by ${plugin.form.render("feedback")}
2. Fill form and press "Send"
3. New page open with message {"result":"success", "message":"Form was 
submitted successfully."}, now redirection to the previous page (with form)

What is the expected output? What do you see instead?
I expected that /_ah/plugin/form/send will redirect me back to the form page. 
Additional "success" message should appear on form page.

Please use labels and text to provide additional information

Original issue reported on code.google.com by 676...@gmail.com on 10 Jul 2011 at 9:01

GoogleCodeExporter commented 8 years ago
Please check that your page with the form has included jquery.form.js script.

Original comment by kinyelo@gmail.com on 10 Jul 2011 at 9:12

GoogleCodeExporter commented 8 years ago
Thank you for your prompt replay,
Yes this script is in place, but I still have an issue. Your support id is 
added to my project develop group, so feel free if you need any testing.  

Page URL: http://niiped21.appspot.com/contacts

Page <head> code: 
<head><script src="/static/js/jquery.js" type="text/javascript"></script> 
<script src="/static/js/jquery.form.js" type="text/javascript"></script> 
<script src="/static/js/jsonrpc.js" type="text/javascript"></script> 
<script src="/static/js/vosao.js" type="text/javascript"></script> 
<script src="/static/js/jquery.cookie.js" type="text/javascript"></script> 

Thanks

Original comment by 676...@gmail.com on 10 Jul 2011 at 9:30

GoogleCodeExporter commented 8 years ago
Try to remove this from template
<script type="text/javascript" 
src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js" ></script>

Original comment by kinyelo@gmail.com on 10 Jul 2011 at 9:46

GoogleCodeExporter commented 8 years ago
Cool! it works, Now Vosao CMS cover all my project requirements! Thank you!

Original comment by 676...@gmail.com on 10 Jul 2011 at 8:35

GoogleCodeExporter commented 8 years ago

Original comment by kinyelo@gmail.com on 21 Jan 2012 at 3:10