One thing I noticed with the nightly build. Before I was using the following with the EL tag and it worked:
<display:table name="userList" cellspacing="0" cellpadding="0" Now I have to use: <display:table name="${userList}" cellspacing="0" cellpadding="0" I just want to make sure this is intentional. I'll update my code to reflect this (as it makes sense). I guess my main question is - will this change or is this behavior from here on out. Will the name in the EL tag always require ${}? If I try to use name="userList", I get: Exception: [.LookupUtil] Error looking up property "username" in object type "java.lang.String" Cause: Unknown property 'username' Thanks, Matt ------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click _______________________________________________ displaytag-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/displaytag-devel