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]

Reply via email to