[Idrs-dev] New Tag Added...
Brought to you by:
bigman921
|
From: Marc B. <mbo...@ya...> - 2002-03-23 04:56:36
|
Hello everyone. I have added a new tag, <setprops>. This tag is part of the <object> tag and allows for the IDRS to follow the Java Bean specs by having a setXXX property for each parameter in the form obj-prop_name. Here's how it works: If there is a property in the class Test called setProp(String), use the setprops tag in this way: <object id="testObj"> <class>Test</class> <constructor> </constructor> <setprops>true</setprops> </object> Then, have a parameter in the calling HTML form called testObj-prop_Prop. This will autimaticlly set setProp to the value of testObj-prop_Prop. Marc |