Regarding my comment about the Conversational error message:
anonymous wrote : 
  | One more question... does the Conversational create a faces error message 
to display to the user why he/she got redirected ? I know that you added this 
functionality earlier (which worked), but at this point I don't see the message 
(although in the log file I can see an INFO message (but not an error/info 
message to display on the view)):
  | 
  | 

I see that you do create such an error message in  ConversationInterceptor.java:

 log.info("no long-running conversation for @Conversational bean: " + 
component.getName());
  |          FacesMessages.instance().addFromResourceBundle( 
FacesMessage.SEVERITY_WARN, "org.jboss.seam.NoConversation", "No conversation" 
);
  | 

I will try and see why I am not seeing that message.

L


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

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


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to