Hi,

Yeah, that doesn't outject the rfqRequest.
But the state of the rfqRequest instance is changed via rfqRequest#setName 
method.

For example, the following facesMessages is not outjected.
But we will see the error message in redirected view page when the error occurs.

  | ......
  | @In
  | private FacesMessages facesMessage;
  | 
  | public void update() {
  |     ......
  | 
  |     if (error) {
  |             facesMessages.add("error occured!!!");
  |     }
  |     ......
  | }
  | ......
  | 

I think that is a same thing as this.


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

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

Reply via email to