Set following in your jsp:

<META http-equiv="pragma" content="no-cache">
<META http-equiv="Cache-Control" content="no-cache, must-revalidate">
<META name="Expires" content="0">

This will force explorer to reload the page each time. And don't set the "check the 
page" setting to never.

> -----Ursprüngliche Nachricht-----
> Von: Claudia Woestheinrich [mailto:[EMAIL PROTECTED]
> Gesendet: Montag, 10. Mai 2004 10:25
> An: [EMAIL PROTECTED]
> Betreff: Problem with <a href=".../ein.do?key=<%=key%>" />
> 
> Hi,
> 
> I have a Problem with the a -tag (<a href=".../ein.do?key=<%=key%>"
> />) The first time the client push the link,
> it works correctly and the ein.do action is startet, but the second
> time( when the key has the same value) the ein.do action doesn't
> start to work and the browser shows the old side . What can I do? I
> want the ein.do action to start every time because the values have
> changed.
> 
> Here the struts-config:
> 
>            <action
> 
>             path="/ein"
> 
>             type="de.hvpOnlinePflege.actions.EinAction"
> 
>             scope="request"
> 
>             validate="false">
> 
>              <forward name="success"
>               path="/pages/Bearbeiten.jsp"/>
> 
>                </action>
> 
> 
> Thanks
> Claudia
> 
> 
> ---------------------------------------------------------------------
> 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]

Reply via email to