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
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to