techie_blog
Newbie
Karma: 1
Posts: 7
|
 |
« on: October 20, 2009, 05:16:45 pm » |
|
Hi Folks,
I have a requirement to dynamically create XML Files based on the user selection.
I have three tables Table1, Table2 and Table3, Table 2 being the child of Table 1. Table 3 can be the child of Table 1 or Table 2, which means when the user selects a row in Table 1, the parentdatasrc attribute (in Control Properties of App Designer) of Table3 should point to Table 1 and if the user selects a row in Table 2, the parentdatasrc attribute of Table3 should point to Table 2.
Just wondered if its dynamically possible to change the value of an attribute property of the XML File using the bean class
If you have any idea on the same, please throw some light on it...
Thanks!!
|