[jboss-user] [JBoss Seam] - Re: Entity Bean and Jboss seam

fernando_jmt do-not-reply at jboss.com
Thu Aug 9 11:54:25 EDT 2007


User @Transient on your property.

  | @Transient
  | private String situation;
  | 
or:


  | 
  | private transient String situation;
  | 

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

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



More information about the jboss-user mailing list