You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@struts.apache.org by "Nils-Helge Garli (JIRA)" <ji...@apache.org> on 2009/02/03 10:07:45 UTC

[jira] Resolved: (WW-2980) Client side form validations not working in portlets

     [ https://issues.apache.org/struts/browse/WW-2980?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Nils-Helge Garli resolved WW-2980.
----------------------------------

    Resolution: Duplicate

> Client side form validations not working in portlets
> ----------------------------------------------------
>
>                 Key: WW-2980
>                 URL: https://issues.apache.org/struts/browse/WW-2980
>             Project: Struts 2
>          Issue Type: Bug
>          Components: Plugin - Portlet
>    Affects Versions: 2.0.14, 2.1.6
>         Environment: Websphere Portal Server Express 6.1 and Liferay 5.1.2, JDK 1.5 (06), Windows
>            Reporter: Shashank
>            Priority: Critical
>
> 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.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.