[jboss-user] [JBoss Seam] - Re: Using the EntityHome and problems therein

sjmenden do-not-reply at jboss.com
Thu Nov 16 16:57:51 EST 2006


Self are blind......

I am still having problems I need to work out, but I got passed my initial problem, I wasn't adding the following to my TicketHome.java


  |  @RequestParameter 
  |     Long ticketId;
  |     
  |     @Override
  |     public Object getId() 
  |     { 
  |         if (ticketId==null)
  |         {
  |             return super.getId();
  |         }
  |         else
  |         {
  |             return ticketId;
  |         }
  |     }
  |     
  |     @Override @Begin
  |     public void create() {
  |         super.create();
  |     }
  | 

which explains where the RequestParameter definition is suppose to go.

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

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



More information about the jboss-user mailing list