anonymous wrote : BTW: Could you please be more specific where to look a the 
hotel booking 
  | example.
I meant the booking example for hibernate and tomcat. There exists in class 
HotelBookingAction this method:
   @End
  |    public String clear()
  |    {
  |       hotels = null;
  |       hotel = null;
  |       booking = null;
  |       return "main";
  |    }
But the original example is refactored so this method does not exists anymore.

Try to ask you the question: Is there a way to avoid the @factory for the 
datamodel?
Perhaps the answer to this question will lead you to a better implementation.
anonymous wrote : Funnily, I have implemented very similar code elsewhere but 
have no 
  | clue what could be wrong here.

Same here...

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

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

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to