DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=14450>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=14450 Dynamic models in XMLForms Summary: Dynamic models in XMLForms Product: Cocoon 2 Version: Current CVS Platform: All OS/Version: All Status: NEW Severity: Enhancement Priority: Other Component: general components AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] Currently, a model must be specified before hand. For example, you have to create a model bean and all the properties and methods are statically created there. Then you must use an action to manipulate them. It would be pretty nice if you could load some dynamic data and metadata into the model. For examples, you can now have DOM nodes in properties and manipulate them in actions. What if you could load the whole node and map not only values, but also properties from there into the model? It would be really great, but I can see and issue arises. How could you have the xml pages created dynamically too? Maybe XSP? At last you must to hard code something somehwere and maybe being so dynamic won't be possible. Hope more people could elaborate on this, since I'm not sure I'm explaining it clearly. Thanks. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]