hi,
(Below is my question)thanks ted for attempting to answering
this question. I can forward to a jsp page, but cannot forward to
a new view. To forward to a new view I should use 'path'. This xml
goes into my arch-servlet (the controller servlet).
<view path="">
<action name="" type=""/>
<form name="" type="" scope=""/>
<input path=""/>
<navigator name='success'>
<template name='content' forward=''/>
</navigator>
<navigator name='' path=''/>
</view>
We do form validation in the form itself and if there are any
errors control gets to <input > tag orelse
everything just follows. Now my issue is, for the attribute path
in the input tag if we assign a value so as to redirect to the
same view again it does not hold the changes in the request object
because when the input tag redirects the control to the view the
form bean is loaded again and I lose the changes. The only way to
get around this problem is to have the form bean in session. But I
can't afford to put everything in session always. Help??
__________________________________________________________
Give your Company an email address like
ravi @ ravi-exports.com. Sign up for Rediffmail Pro today!
Know more. http://www.rediffmailpro.com/signup/
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>