> My problem is. I don't want to use Roll class, since > it only contains a string. I have just created this Roll class, since I > couln't find any way to make it run with struts. What do you think? > is there any other way to do > same thing?
If you don't specify the property attribute, the tag will do a string comparison. I've got code like this in a working project: <logic:equal name="resultsSize" value="0"> that works with a variable created by <bean:size> earlier in the page. -- Sent via jApache.org -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

