Hi!
When I try to submit and read the values of a Slider (range), I get the next
exception:
WARNING: Caught an exception while evaluating expression '[15,55]' against
value stack
java.lang.IllegalArgumentException: fromIndex(55) > toIndex(2)
This is my JSP:
<s:form id="form" action="test" theme="xhtml" cssStyle="">
<sj:checkboxlist
id="checkboxbuttonset"
label="Lista de asd"
list="dias"
name="echo"
/>
<sj:slider id="echo3" name="slider" label="Slider" value="[0,10]" step="1"/>
<s:submit></s:submit>
And the Java file:
public String slider;
.. getter and setter..
public String execute() throws Exception {
System.out.println(slider);
return SUCCESS;
}
I 'll atach the full stacktrace
Original issue reported on code.google.com by masterx...@gmail.com on 6 Dec 2012 at 7:28
Original issue reported on code.google.com by
masterx...@gmail.com
on 6 Dec 2012 at 7:28Attachments: