I'm not understanding your problem. Are you getting an exception? If so, what is it? If no exception, are you just not getting form values for the bean:write tags?
In the action that is going to redirect to your last
jsp page,
you should be able to place an object (bean or form I suppose) in the request scope.
Then in your last page, do:
This should work assuming you declare your taglibs correctly and have included the appropriate libraries with your app.
[ November 24, 2005: Message edited by: Samuel Cox ]