Fernando Ribeiro created GTNPORTAL-2680:
-------------------------------------------
Summary: Error in Forget Password Form
Key: GTNPORTAL-2680
URL:
https://issues.jboss.org/browse/GTNPORTAL-2680
Project: GateIn Portal
Issue Type: Feature Request
Security Level: Public (Everyone can see)
Components: User Interface
Affects Versions: 3.4.0.Final
Environment: - JBoss AS 5 distro
- Google Chrome 22.0.1229.94 m
Reporter: Fernando Ribeiro
Priority: Critical
When I click the "Save" or "Close" buttons in the Forget Password
from, I get the following error in the console:
"Uncaught TypeError: Cannot call method 'submitForm' of undefined"
The issue is caused by the browser not finding the "exo.webui.UIForm" object
used in the form:
<a href="javascript:window.scroll(0,0);"
onclick="javascript:eXo.webui.UIForm.submitForm('UIResetPassword','Save',true)"
class="ActionButton LightBlueStyle">Salvar</a>
<a href="javascript:window.scroll(0,0);"
onclick="javascript:eXo.webui.UIForm.submitForm('UIResetPassword','Close',true)"
class="ActionButton LightBlueStyle">Fechar</a>
I can't tell if that object is really missing or the form should submit the form
otherwise.
Please advise.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see:
http://www.atlassian.com/software/jira