From: <[EMAIL PROTECTED]>

What type are those properties?  String, String[], List, or something
else?

They type of the properties are String.

I think it's safe to say that will have to change. :) If you want to store the entire column, you'll be submitting form fields named, for example, dispName[0], dispName[1], etc.

You'll need to have a property type that accepts an index in order to make this work.

If order didn't matter, you could just have a String[] and submit multiple properties with the same name. But because you need to keep the items on each row together, you'll need to index dispName and sortOrder to make sure that the pairs match up.

--
Wendy Smoak


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to