B
boss
<logic:iterate name="mybean" id="index" indexId="k">
if(k%2==0){
do somethng..
}
if(k%2==1){
do something..
}
</logic:iterate>
....How achieve this using struts tag?
i already achieve this using scriplet..so i dont want use scriplet..
and also tell me how to access a bean...defined in struts tag..
like if i want to use...index bean inside a scriplet.then hw to use?
Thanks
Anand
if(k%2==0){
do somethng..
}
if(k%2==1){
do something..
}
</logic:iterate>
....How achieve this using struts tag?
i already achieve this using scriplet..so i dont want use scriplet..
and also tell me how to access a bean...defined in struts tag..
like if i want to use...index bean inside a scriplet.then hw to use?
Thanks
Anand