Re: array list validation

2010-02-04 Thread Stephen Ince
Okay. It looks like struts2 does not have collection validation. Does anyone know how to add it manually from Xworks? This is not posted on the struts2 site at all. It should be posted to a FAQ. This is my workaround? workspaces.{#this.name.length() > 0}.{? #this == false }.size

Re: array list validation

2010-02-04 Thread Stephen Ince
Okay. It looks what I want is a collection validator but it does not seem to work with struts2. Question. Does anyone know if the Xwork collection validator is bundled with struts2. I tried the following but it failed. workspaces.name Steve On Thu, Feb 4, 2010 at 6

Re: array list validation

2010-02-04 Thread Stephen Ince
Okay. In struts 1 they have an indexedListProperty attribute. Question. Does struts2 validation work for indexed lists? . I looked at the dtd and could not find it. I tried the following but it failed. Is it possible to use the struts1 validation frame works with struts2. Steve

array list validation

2010-02-04 Thread Stephen Ince
I am using struts 2 and I am trying to use the validation framework. I am having difficulty trying to validate a list. e.g workspaces[0].name workspaces[1].name workspaces[2].name workspaces[3].name workspaces[4].name workspaces[5].name I would like to require name. I have tried the following bu

array list validation

2010-02-04 Thread Stephen Ince
I am using struts 2 and I am trying to use the validation framework. I am having difficulty trying to validate a list. e.g workspaces[0].name workspaces[1].name workspaces[2].name workspaces[3].name workspaces[4].name workspaces[5].name I would like to require name. I have tried the following bu

array list validation

2010-02-04 Thread Stephen Ince
I am using struts 2 and I am trying to use the validation framework. I am having difficulty trying to validate a list. e.g workspaces[0].name workspaces[1].name workspaces[2].name workspaces[3].name workspaces[4].name workspaces[5].name I would like to require name. I have tried the following but