Hello-
I am unsure how to compare two bean properties. I want to compare if an iterated value is the same as another bean property value
As an example, I have the code:
<logic:iterate id="mgb" name="gallery" property="pages">
//inside here I want to compare the pages iterated value to
//current page
<bean:define id="param3" name="gallery" property="currentPage" />
</logic:iterate>
Can someone explain how to do this?
Thank you,
E
I am unsure how to compare two bean properties. I want to compare if an iterated value is the same as another bean property value
As an example, I have the code:
<logic:iterate id="mgb" name="gallery" property="pages">
//inside here I want to compare the pages iterated value to
//current page
<bean:define id="param3" name="gallery" property="currentPage" />
</logic:iterate>
Can someone explain how to do this?
Thank you,
E