er) session.getAttribute(UserModel.SESSION_KEY);
%>
ant this saple doesn't work.
- Original Message -
From: "Francisco Hernandez" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, January 26, 2004 11:02 AM
Subject: Re: [OS-webwork] How to get acces
Original Message -
From: "Francisco Hernandez" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, January 26, 2004 11:02 AM
Subject: Re: [OS-webwork] How to get access to jsp variable from ww:iterator
tag.
> do you have SESSION_KEY as public final static?
&
: <[EMAIL PROTECTED]>
Sent: Monday, January 26, 2004 7:35 AM
Subject: Re: [OS-webwork] How to get access to jsp variable from ww:iterator
tag.
should be
remigijus wrote:
Hi
Can anyone suggest how to get value of the basket object in the
ww:iterator tag. I tyed to user ww:set, ww:push, b
al Message -
From: "Francisco Hernandez" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, January 26, 2004 7:35 AM
Subject: Re: [OS-webwork] How to get access to jsp variable from ww:iterator
tag.
> should be
>
>
> remigijus wrote:
>
> >
should be
remigijus wrote:
Hi
Can anyone suggest how to get value of the basket object in the
ww:iterator tag. I tyed to user ww:set, ww:push, but there is no
documentation and it's very hard to figure out, how to solve it.
<%
OgnlValueStack stack = ActionContext.getContext().getValueSt
try some of these, im not exactly sure on the syntax..
remigijus wrote:
Hi
Can anyone suggest how to get value of the basket object in the
ww:iterator tag. I tyed to user ww:set, ww:push, but there is no
documentation and it's very hard to figure out, how to solve it.
<%
OgnlValueS
Hi
Can anyone suggest how to get value of
the basket object in the ww:iterator tag. I tyed to user ww:set, ww:push,
but there is no documentation and it's very hard to figure out, how to
solve it.
<% OgnlValueStack stack =
ActionContext.getContext().getValueStack(); User user =
(