JayEdgar
Posts: 77
|
| Posted: 02/10/2011, 8:47 AM |
|
I have an editable grid, and I want to add 3 fields to the row that are NOT tied to fields in the underlying database. I simply want to submit new values and do something with them in code during processing (creating records in another table).
However, while I've tested and know that the values are being submitted via POST, they are not accessible using the standard $formname->controlname->getvalue() methodology.
What's the best way to accomplish this?
Thanks!
Jay
|
 |
 |
JayEdgar
Posts: 77
|
| Posted: 02/10/2011, 10:09 AM |
|
I got by for now by adding the fields to the database. This isn't a great solution, so I'd still love to know if there's a better way to do this.
Thanks!
Jay
|
 |
 |
|