put this in your component.xml
| <component name="model"
class="a.b.package.YourModelClass"/>
|
you can then access your model properties like
| #{model.property1}
|
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4048783#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...