[jboss-user] [JBoss Seam] - Re: @Embeddable question

fernando_jmt do-not-reply at jboss.com
Mon May 21 09:30:48 EDT 2007


Have you declared the ABC as follows?:

  | public class XYZ {
  | ...
  | private ABC abc = new ABC();
  | 
  | ...
  | getters/setters
  | }
  | 
  | 

In this case "abc" should be referenced in the view, not ABC.

HTH.

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4047232#4047232

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



More information about the jboss-user mailing list