You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by Arash Amiri <ar...@researchstudio.at> on 2006/09/18 11:25:04 UTC

action forwarding

hi

imagine I have an action A which gets an ID of a resource through the 
request object.

if the resource exists, the action A forwards to a screen displaying 
this resource (through sitemapParams.put( "nextPage", someNextPage ); )
if the resource does not exist, it forwards to another action B, which 
then creates the resource and forwards again to action A to display it.

The problem is that forwards from A to B to A always result in a white 
screen.

anybody knows why??

greetings, arash

-- 


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org
For additional commands, e-mail: users-help@cocoon.apache.org