I presume Konstanten.CONTINUE is "continue" and I see that forward will
default to a non-redirecting forward looking at your config, so thats not
the problem.

Whats in the JSP? You sure you got the attribute key correct there?

-----Original Message-----
From: Mlinar, Mario [mailto:[EMAIL PROTECTED]
Sent: Thursday, 12 February 2004 18:07
To: [EMAIL PROTECTED]
Subject: what is wrong with this code


putting an attribute in my request ... the jsp cantīt find it in there....


request.setAttribute(Konstanten.ADRESSEN_RESULT_START_INDEX_KEY,
indexListWert);
return mapping.findForward(Konstanten.CONTINUE);

struts-config:
<action path="/adressenExtDetail"
       type="de.shs.partnerportal.adb.ui.web.actions.AdressExtDetailAction"
       parameter="/gp_detail_adressen.jsp"
    name="adressenExtDetail"
    scope="session"
    validate="false"
    input="/gp_detail_adressen.jsp">
    <forward
             name="continue"
    path="/gp_detail_adressen.jsp" />
   </action>


Any idea???


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

Reply via email to