@Name("foo")
| public class Foo {
|
| private String bar;
|
| // Getters and setters for bar
|
| public void doSomething() {
| // bar contains "Pete"
| }
| }
| <component name="foo">
| <property name="bar">Pete</property>
| </component>
|
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4038475#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...