[RESOLVED] StructInsert issue (n00b with Structures/Arrays)
Hello, all.
I'm new to working with Structures, and I'm getting an error message. I'm sure it's old-hat to most of you - I'm pretty sure this is a rookie mistake.
I'm trying to loop through form fields; I have hidden fields that contain the original value of displayed fields, to check and see which fields have been updated. For the fields that have a value different than the hidden, I'm adding to a structure for updating a database.
I'm getting the following error message:
You have attempted to dereference a scalar variable of type class java.lang.Boolean as a structure with members.
Bookmarks