[jboss-user] [JBoss Seam] - Re: How to handle a non-Seam bean on the UI?

hstang do-not-reply at jboss.com
Fri May 25 16:45:33 EDT 2007


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#4048783

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4048783



More information about the jboss-user mailing list