RE: what is wrong with this code

2004-02-12 Thread Andrew Hill
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

RE: what is wrong with this code

2004-02-12 Thread Andrew Hill
Konstanten.ADRESSEN_RESULT_START_INDEX_KEY = adrStartIndex Putting into the session works perfect :-( -Ursprüngliche Nachricht- Von: Andrew Hill [mailto:[EMAIL PROTECTED] Gesendet: Donnerstag, 12. Februar 2004 11:09 An: Struts Users Mailing List Betreff: RE: what is wrong with this code I presume

RE: what is wrong with this code

2004-02-12 Thread Andrew Hill
Mailing List Betreff: RE: what is wrong with this code 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

Re: what is wrong with this code

2004-02-12 Thread Rahul Mohan
Hi there, In the jsp get the thing as : request.getParameter(Konstanten.ADRESSEN_RESULT_START_INDEX_KEY) this shud workor u can use jstl c:set var=somevar value=${requestScope.Konstanten.ADRESSEN_RESULT_START_INDEX_KEY} pls note that Konstanten shud have a