java - Query in <c:if test> condition in jsp -


in jsp, suppose have <div class = "x"> comes dynamically application. not in jsp gets called when particular condition satisfied in application. want apply <c:if> condition set of statements executed when div not created, can write condition such <c:if test = { ! div ="x"}.

is right or suggest me else?

maybe you've better load html before jsp , use jsoup library find div element selector?

<c:if> looks request attributes instead of html markup. jsp div string.

another solution - javascript.


Comments

Popular posts from this blog

css - SVG using textPath a symbol not rendering in Firefox -

Java 8 + Maven Javadoc plugin: Error fetching URL -

node.js - How to abort query on demand using Neo4j drivers -