If you want to pass a global message to another bean, you should use
getContext().getMessages().add( new SimpleMessage(“blah”) ), and
<stripes:messages/> in the target JSP.

 

How are you setting the global error?

 

  _____  

De: cifroes [mailto:[email protected]] 
Enviado el: martes, 24 de marzo de 2009 19:21
Para: [email protected]
Asunto: [Stripes-users] pass global error to a new actionbean

 

Hi,

I have ActionBean1 and ActionBean2. When I click a link in ActionBean2 I
want a) set global errors and b) forward or redirect to ActionBean1. My
problem is that the errors aren't passed to ActionBean1... How can i achieve
this?

TIA
 -- cifroes

------------------------------------------------------------------------------
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
_______________________________________________
Stripes-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/stripes-users

Reply via email to