Illegal Start of Expression

Pls help

I get an error on my jsp page as this when I try to retrieve datavalues

action_jsp.java:397: illegal start of expression

out.print(subject_ar=);

^

What does this mean?

[213 byte] By [febykadera] at [2007-11-27 11:31:21]
# 1

in a jsp instead of out.print you should use scriptlets tags, like <%=subject_ar%>

manuel.leiriaa at 2007-7-29 16:39:13 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 2

i, Thanks...I solved that one

febykadera at 2007-7-29 16:39:13 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...