the name of the XML must be like
ClassName-actionAlias_methodName-validation.xml
so you must rename your xml to
Class-classAction_methodA-validation.xml
Class-classAction_methodB-validation.xml
On 11/6/07, Manuel Correa <[EMAIL PROTECTED]> wrote:
>
> I need to define a custom input for method
i dont know to use anotation but with xml is ClassName-actionAlias_method-
validation.xml
On 11/5/07, Martin Gilday <[EMAIL PROTECTED]> wrote:
>
> Can you have annotation validation per method? I have put @Validations
> on both my display and update methods (display shows the record from
> input)
try this
function submitForm(){
//do the verification you want to...
form.submit();
}
On 10/31/07, Ingo Villnow <[EMAIL PROTECTED]> wrote:
>
> Hello,
>
> i want to call an action by javascript, when a value in a
> field changes. I want to fill my with the data provided by
> the actio
Hello,
I tried to use that tag also but i had no success... so i just used the
syntax in dojo... as I was using ajax it may differ but the code that i've
done is:
<%
session=request.getSession();
String selectedTab=(String)session.getAttribute("selectedTab");
if (
4 matches
Mail list logo