Andreas Andreou wrote:
One solution is this:
Use one hidden for all the values...
Then, in java
public String getOrdering() {return null}
public void getOrdering(String value) { String[] order =
value.split(','); .. }
Then have your javascript set that value correctly before submit
Tha
One solution is this:
Use one hidden for all the values...
Then, in java
public String getOrdering() {return null}
public void getOrdering(String value) { String[] order =
value.split(','); .. }
Then have your javascript set that value correctly before submit
Also, if you're having trouble
Hi All
I want to track the order of list items that are re-ordered via
javascript. My proposed solution is to do something like this:
value="ognl:currentItem">
/>
//various item data displayed