I have changed the original hotelBooking example like this:

@Name("hotelSearch")
@Scope(ScopeType.CONVERSATION)
public class HotelSearchingAction implements Serializable {
...
@Begin
public void find() {
...
}
...
}

and

@Name("hotelBooking")
public class HotelBookingAction
{
...
   @Begin(nested = true)
   public void selectHotel(Hotel selectedHotel)
   {
     ...
   }
...
}


exactly the same.
1st search - everything ok
hit view hotel - ok
hit cancel - the search view presents all the hotels but their attributes are 
empty.


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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4103386
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to