Search...
FAQs
Subscribe
Pie
FAQs
Recent topics
Flagged topics
Hot topics
Best topics
Search...
Search within OCPJWCD
Search Coderanch
Advance search
Google search
Register / Login
Win a copy of
Helidon Revealed: A Practical Guide to Oracle’s Microservices Framework
this week in the
Java in General
forum!
Post Reply
Bookmark Topic
Watch Topic
New Topic
programming forums
Java
Mobile
Certification
Databases
Caching
Books
Engineering
Micro Controllers
OS
Languages
Paradigms
IDEs
Build Tools
Frameworks
Application Servers
Open Source
This Site
Careers
Other
Pie Elite
all forums
this forum made possible by our volunteer staff, including ...
Marshals:
Campbell Ritchie
Tim Cooke
paul wheaton
Liutauras Vilda
Ron McLeod
Sheriffs:
Jeanne Boyarsky
Devaka Cooray
Paul Clapham
Saloon Keepers:
Scott Selikoff
Tim Holloway
Piet Souris
Mikalai Zaikin
Frits Walraven
Bartenders:
Stephan van Hulst
Carey Brown
Forum:
Web Component Certification (OCEJWCD)
problem with EL inside c:if test attribute="${x}"
Mike lothar
Greenhorn
Posts: 22
posted 20 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
Hi All,
problem with EL inside c:if test="${x}" c
ut value="hello"
/c:if.
it's showing exception due to expression not allowed according to tag library description inside
test
attribute JSTL tag.
note: i removed brackets be'coz problem with posting
Thank you
Mike
Nitish Bahadur
Ranch Hand
Posts: 118
posted 20 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
Not sure what the problem is:
<c:if test="${true}"> <c :-o ut value="hello" /> </c:if>
The excerpt above works as is. (if x evaluates to true)
David Aslan
Greenhorn
Posts: 4
posted 20 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
Check your web.xml file, are you using
servlet
2.4 or 2.3?
Beauty is in the eye of the tiny ad.
New web page for Paul's Rocket Mass Heaters movies
https://coderanch.com/t/785239/web-page-Paul-Rocket-Mass
reply
reply
Bookmark Topic
Watch Topic
New Topic
Boost this thread!
Similar Threads
Boolean operations inside conditional tags
problem with EL inside c:if test attribute
c:if
Replace scriptlet on JSP
write jsp code in c:when tag
More...