[jboss-user] [JBoss Seam] - Re: Conversation scoped component automatically outjected
azalea
do-not-reply at jboss.com
Fri Jun 22 08:43:03 EDT 2007
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
More information about the jboss-user
mailing list