Hello
Don't you think , It could be a risk , using xml validation when the file
properties have changed ?
( see also validator type="regex" : param name is regex , not expression in
archives )
Another example :
Struts 2's XML validation methodology with regex (
Control_Tags_Struts_2_Mvn_2_3_
It could be related to the DTD:
http://stackoverflow.com/questions/17144563/struts2-annotation-valiation-nullpointer-exception
2013/9/20 JOSE L MARTINEZ-AVIAL
> I assume you have an xml file to set the definitions, right? could you
> share it?
>
>
> 2013/9/20 Néstor Boscán
>
>> I've been tryi
I assume you have an xml file to set the definitions, right? could you
share it?
2013/9/20 Néstor Boscán
> I've been trying to make Struts 2 JavaScript Validation work on WebLogic
> 10.3.6. I first used 2.3.8 version and then the latest 2.3.15.2 version. I
> still get the same error:
>
> java.l
I've been trying to make Struts 2 JavaScript Validation work on WebLogic
10.3.6. I first used 2.3.8 version and then the latest 2.3.15.2 version. I
still get the same error:
java.lang.NullPointerException
at
com.opensymphony.xwork2.validator.AnnotationActionValidatorManager.lo
adFile(Annot
2013/9/20 Alireza Fattahi :
> Let me ask this way.
> In below validation
> @IntRangeFieldValidator(type =ValidatorType.FIELD,min ="10"
>
> is there any way we can read '10' from external resource files !
Directly not, but there is built-in support for expression, so you can
use minExpression="${mi
Let me ask this way.
In below validation
@IntRangeFieldValidator(type =ValidatorType.FIELD,min ="10"
is there any way we can read '10' from external resource files !
~Regards,
~~Alireza Fattahi
From: Lukasz Lenart
To: Struts Users Mailing List
Sent: Tuesd
Let me ask this way.
In below validation
@IntRangeFieldValidator(type =ValidatorType.FIELD,min ="10"
is there any way we can read '10' from external resource files !
~Regards,
~~Alireza Fattahi
From: Lukasz Lenart
To: Struts Users Mailing List
Sent: Tuesd
>
> Hello, I have a problem with Struts 2 and OpenJPA.
> I use Websphere 8.5 as Application server. OpenJPA as persistence
provider.
> I have developed a web application with Struts 2 as main framework.
> In this webapp there is EJB 3.1 and JPA 2 as technologies.
>
> I call an struts action, the
Hello, I have a problem with Struts 2 and OpenJPA.
I use Websphere 8.5 as Application server. OpenJPA as persistence provider.
I have developed a web application with Struts 2 as main framework.
In this webapp there is EJB 3.1 and JPA 2 as technologies.
I call an struts action, the action call the
Is there any solution for this? this is happening every time tomcat tries
to reload the web app.
*Thanks and Regards,*
Muralidhar Yaragalla.
*
*
On Fri, Sep 20, 2013 at 12:21 AM, Yaragalla Muralidhar <
yaragallamur...@gmail.com> wrote:
> I am getting this error often on server console and the a
This problem is also solved. Thanks.
*Thanks and Regards,*
Muralidhar Yaragalla.
*
*
On Fri, Sep 20, 2013 at 1:45 AM, Yaragalla Muralidhar <
yaragallamur...@gmail.com> wrote:
> I have written validators for 3 fields but only validation is happening
> for one field. Out of 3 fields the validatio
11 matches
Mail list logo