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;
%>
...
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)
>
> ...
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;
%>
...
3 matches
Mail list logo