Dear All,
I wanna know if anyone of us has used something like "howToChangeSelectBox.jsp" example (in bookstore) with this features:
 
1. a first <dbform> without table (like in that example)
 
2. a second "nested" <dbform> with a tablename where the record to be changed is identified by the first dbforms.
 
If I use this way (very useful also for forms without serchFields) for READ ONLY nested forms ALL IS OK.
 
If I use this for an updatable NESTED FORM the system doesn't work. It seems it has "position" problems in the inner form.
 
I notice that if a remove from the example
            <input hidden name="customEvent" value="re_0_0">
 
* the nested for upadtes the records but the "repostition" is not correct.
 
I don't know how to use the customEvent hidden field and I don't know what is "re_0_0"....
 
Any suggestion?
Thanx Ivan

Reply via email to