ut no luck
Does the var have to be in a specific format? Is there anything else
I can try?
From: Mark Lowe [mailto:[EMAIL PROTECTED]
Sent: Mon 20/09/2004 4:35 PM
To: Struts Users Mailing List
Subject: Re: set not working
Interesting..
what about
?
On 20 Sep 2004
PROTECTED]
Sent: Mon 20/09/2004 4:35 PM
To: Struts Users Mailing List
Subject: Re: set not working
Interesting..
what about
?
On 20 Sep 2004, at 21:01, Anna Kerekes wrote:
> The first way works..thankyou
>
> However, the second way does not :( I get the following e
: javax/servlet/jsp/el/VariableResolver
Any ideas?
From: Mark Lowe [mailto:[EMAIL PROTECTED]
Sent: Mon 20/09/2004 2:56 PM
To: Struts Users Mailing List
Subject: Re: set not working
<%
java.lang.String a = "init";
request.setAttribute("a",a);
?
From: Mark Lowe [mailto:[EMAIL PROTECTED]
Sent: Mon 20/09/2004 2:56 PM
To: Struts Users Mailing List
Subject: Re: set not working
<%
java.lang.String a = "init";
request.setAttribute("a",a);
%>
or
Mark
On 20 Sep 2004, at 20:16, Anna Kerekes
<%
java.lang.String a = "init";
request.setAttribute("a",a);
%>
or
Mark
On 20 Sep 2004, at 20:16, Anna Kerekes wrote:
Hello,
I am having some problems running the program below (it does not run
the way it should).
*The output I get is***
before a a is null afte
Hello,
I am having some problems running the program below (it does not run the way it
should).
*The output I get is***
before a a is null after a
*The desired output is
before a init after a
I'm not sure why "${a}" is e
6 matches
Mail list logo