Re: Jsp's java variable access from Strtus tag block

2009-05-26 Thread Dave Newton
Qunhuan Mei wrote: Sorry for my ignorance but could some one tell me how to access java variable within jsp from struts tag blocks. See the sample code below (say, from test.jsp) ... <% boolean goAhead = true; int counter = 0; %> ...

Re: Jsp's java variable access from Strtus tag block

2009-05-26 Thread Chris Pratt
I would look into the tag. It should do the trick. (*Chris*) On Tue, May 26, 2009 at 9:47 AM, Qunhuan Mei wrote: > Hi, > Sorry for my ignorance but could some one tell me how to access java > variable within jsp from struts tag blocks. See the sample code below (say, > from test.jsp) > > ...

Jsp's java variable access from Strtus tag block

2009-05-26 Thread Qunhuan Mei
Hi, Sorry for my ignorance but could some one tell me how to access java variable within jsp from struts tag blocks. See the sample code below (say, from test.jsp) ... <% boolean goAhead = true; int counter = 0; %> ...