Re: [OS-webwork] How to get access to jsp variable from ww:iterator tag.

2004-01-26 Thread Francisco Hernandez
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

Re: [OS-webwork] How to get access to jsp variable from ww:iterator tag.

2004-01-26 Thread remigijus
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? &

Re: [OS-webwork] How to get access to jsp variable from ww:iterator tag.

2004-01-26 Thread Francisco Hernandez
: <[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

Re: [OS-webwork] How to get access to jsp variable from ww:iterator tag.

2004-01-26 Thread remigijus
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: > > >

Re: [OS-webwork] How to get access to jsp variable from ww:iterator tag.

2004-01-25 Thread Francisco Hernandez
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

Re: [OS-webwork] How to get access to jsp variable from ww:iterator tag.

2004-01-25 Thread Francisco Hernandez
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

[OS-webwork] How to get access to jsp variable from ww:iterator tag.

2004-01-25 Thread remigijus
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 = (