Hello everybody.
I'm including jsp fragment file into parent jsp file using tag
jsp:include. EL expressions in parent file are eveluated fine, but in
included file it is just written out. So for example ${4+2} is in
parent written out as "6", but in included file as "${4+2}".
What could be the problem?
I'm new to jsp, so maybe it is stupid problem and it is not possible
to evaluate it, but I'm not able to find any information which would
prove it.
tia.
sadko--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Java EE (J2EE) Programming with Passion!" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to java-ee-j2ee-programming-with-passion+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/java-ee-j2ee-programming-with-passion?hl=en -~----------~----~----~----~------~----~------~--~---
