-
Type:
Bug
-
Status: Closed
-
Priority:
Critical
-
Resolution: Duplicate
-
Affects Version/s: 2.0.14, 2.1.6
-
Fix Version/s: None
-
Component/s: Plugin - Portlet
-
Labels:None
-
Environment:
Websphere Portal Server Express 6.1 and Liferay 5.1.2, JDK 1.5 (06), Windows
-
Flags:Important
Hi,
I am quite frustrated to see that client side form-validations are not working within portlets.
To illustrate, I have implemented the validations through annotations.
And on form i have used validate="true" which should produce client side validation javascript.
But it happens so, that only the below line of code is generated:
<script type="text/javascript" src="/<Project Name>/struts/css_xhtml/validation.js"></script>
also in form onsubmit="return validateForm_<form name>();" is generated but this function [validateForm_<form name>()] is nowhere else
generated which should be ideally generated after end of form tag.
- duplicates
-
WW-2556 Ajax validation does not work in portlets.
-
- Closed
-