|
I am trying to check if the user entered a value
for a search criteria in a results page. My ActionForm sets a
property to "" if the user did not enter a value.
So in the following code, I want to only show it if
the property does not equal "". But the following does not work, should
it?
<logic:notEqual name="myForm"
property="searchParam" value="">
show this if property
"searchParam" is not equal to ""
</logic:notEqual>
Thanks,
Matt
|
- Re: NotEqual or Present? Matt Raible
- Re: NotEqual or Present? Rama Krishna
- Re: NotEqual or Present? Matt Raible
- Re: NotEqual or Present? Spencer Smith
- Re: NotEqual or Present? Matt Raible
- Re: NotEqual or Present? suhas
- Re: NotEqual or Present? Rama Krishna
- Present/NotPresent Blows Up With SilverStre... Joey Gibson
- Re: NotEqual or Present? Martin Cooper

