I am not using UIbinder.....bcz my requirement is little bit tricky. I am using builder pattern to build my application. Here i am giving an example. take a loan application, I have LoanApplication object it contains one or more barrowers objects, one or more house objects. In my application left panel i am giving option to user to add barrower1, barrower1,...and house1,house2..... Each of borrower and house Objects also has sub objects. when i sent a LoanApplication object to server it has to store all the objects. when coming to UI i am getting field information form the XML, so i am reading xmls and building the UI. so My code is generic for any XML file which is valid with XSD. So how can in bind barrower's sub objects with barrower objects, sub objects in house with house object and borrower and house object with Loanapplication object.
Thanks for help Rohan --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/Google-Web-Toolkit?hl=en -~----------~----~----~----~------~----~------~--~---
