| Author |
struts core tags
|
Dave Mere
Ranch Hand
Joined: Oct 25, 2004
Posts: 37
|
|
Hi. I'm trying to perform some jsp logic using core tags, but the jsp isn't responding as I'm expecting it to! Here's the jsp code So accset is my bean, and name and type are properties of this bean. I'm sure the value of accset.type is C. I output accset.type before the <c:choose> logic and the result is "C", as expected. Yet the output of the logic is "C not found", every time. Can anyone see what I'm missing?
|
 |
Marc Peabody
pie sneak
Sheriff
Joined: Feb 05, 2003
Posts: 4725
|
|
|
Your ${} should include the comparison to 'C'. Right now you're placing the comparison outside of it.
|
A good workman is known by his tools.
|
 |
Dave Mere
Ranch Hand
Joined: Oct 25, 2004
Posts: 37
|
|
Ah . . . so simple, but so crucial. Works great - thanks Marc.
|
 |
 |
|
|
subject: struts core tags
|
|
|