Mark,

Thanks but I thogth of redirect. Below I am now including the action mappings.

<action path="/SubmitFaqForm"
           type="org.apache.struts.scaffold.ProcessAction"
           parameter="org.shpe.etcc.argos.bean.process.InsertFaq"
           name="FAQForm"
           scope="request"
           validate="true"
           input=".AddFaqForm">
     <forward name="success" path="/ViewAllFaq.do" redirect="true"/>
     <forward name="failure" path=".AddFaqForm"/>
</action>

<action path="/ViewAllFaq"
           type="org.apache.struts.scaffold.ProcessAction"
           parameter="org.shpe.etcc.argos.bean.process.FindAllFaq">
     <forward name="success" path=".viewAllFaq" />
     <forward name="failure" path=".main"/>
</action>



*************************************
Ruben Cepeda
[EMAIL PROTECTED]
*************************************





----Original Message Follows----
From: Mark Lowe <[EMAIL PROTECTED]>
Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
Subject: Re: [PROBLEM] Refreshing ResultList,
Date: Fri, 1 Oct 2004 16:32:56 +0200

Try

<foward name="success" path="/myjsp.jsp" redirect="true" />

Mark

On 1 Oct 2004, at 15:38, Ruben Cepeda wrote:

Hello everyone,

I am adding new information to a table and the redirecting via an action forward to an action that display the content of the table. This work perfectly the first time I add something to the table. After the first adding when I am forward to view all the entry to the table I am only the old entry are show. The new entries to the table are show on the database so is no that they are not getting through to the database. Also if I hint refresh on the broswer about a dozen times the view displays the new entries to the table. I turn off the query caching in my pool handler but that has no effect does anyone have a clue about this problem.





*************************************
Ruben Cepeda
[EMAIL PROTECTED]
*************************************

_________________________________________________________________
On the road to retirement? Check out MSN Life Events for advice on how to get there! http://lifeevents.msn.com/category.aspx?cid=Retirement



--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

_________________________________________________________________
Express yourself instantly with MSN Messenger! Download today - it's FREE! http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/



--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to