"optiontransferselect" tag search for "/webwork/optiontransferselect/optiontransferselect.js"

2013-11-25 Thread Thomas Hermann
Hello, I have a problems with the "optiontransferselect" tag (struts2-core-2.3.14.3): 1)All items in the fields are highlighted (preselected) when the page is loaded. I want to have no item preselected. Has anybody the same problem? What must i do, that no item is preselected? 2)When i loo

Problem with resultType "dispatcher" when using sitemesh

2014-01-07 Thread Thomas Hermann
Hello, I have a problem with the resultType "dispatcher" when using sitemesh along with the StrutsFilter: In my struts.xml (see below) I have configured an action (myAction1) that forward the request (result-type=dispatcher) to another Action (myAction2) that display the view. In my web.xml(

Problems configuring own error pages for status codes manually set

2014-02-17 Thread Thomas Hermann
Hello, I try to use/configure my own error pages for my struts 2 Application (struts version: 2.3.15.3, Apache Tomcat 6.0). I configure the two error pages for the status codes 403 (not authenticted) and 404 (page not avaiable) in the web.xml (see below) and place the desired pages in the appr

Validation with DefaultActionValidatorManager throws NullPointerExeption

2014-02-26 Thread Thomas Hermann
Hello, In a JUnit-Test and in a Ajax-Server I try to validate an Object with com.opensymphony.xwork2.validator.DefaultActionValidatorManager (Version 2.3.15.3). The MyObject-validation.xml file is provided in the same directory as the MyObject-Class (no action alias used). I instantiate th

Re: Validation with DefaultActionValidatorManager throws NullPointerExeption

2014-02-26 Thread Thomas Hermann
Am 26.02.2014 13:48, schrieb Lukasz Lenart: 2014-02-26 13:35 GMT+01:00 Thomas Hermann : Hello, In a JUnit-Test and in a Ajax-Server I try to validate an Object with com.opensymphony.xwork2.validator.DefaultActionValidatorManager (Version 2.3.15.3). The MyObject-validation.xml file is provided