Pady wrote:
> I couldn't find an example where This workflow was happening:
> x.jsp ( html form ) -->  Action --> x.jsp ( displays the form 
> values entered again )

Putting your form in session scope will fix the immediate problem.

But have you spent some time examining the struts-example webapp?  See how
the URL's you click on never end in .jsp, but instead end in .do?

Your workflow should be:
Action -> jsp -> Action -> jsp

It's typical to "protect" the jsp's in a Struts webapp by putting them
underneath WEB-INF or adding a security constraint to prevent direct access
to them.

-- 
Wendy Smoak
Applications Systems Analyst, Sr.
Arizona State University, PA, IRM 

Reply via email to