[ http://jira.codehaus.org/browse/DISPL-146?page=comments#action_41585 ] 

$remoteUser.fullName commented on DISPL-146:
------------------------


Internet casino directory: 
http://www.abccasinos.com/internet/internet_casino_directory.htm
Internet casino bonus: 
http://www.abccasinos.com/internet/internet_casino_bonus.htm
Top casino internet: http://www.abccasinos.com/internet/top_casino_internet.htm

> LookupUtil.getBeanProperty() may be unnecessary
> -----------------------------------------------
>
>          Key: DISPL-146
>          URL: http://jira.codehaus.org/browse/DISPL-146
>      Project: DisplayTag
>         Type: Improvement
>   Components: Tag Library
>     Versions: 1.0 RC2
>     Reporter: J. Patterson Waltz III
>     Assignee: fabrizio giustina
>     Priority: Trivial
>      Fix For: 1.1

>
>
> Your javadoc says you created LookupUtil.getBeanProperty to allow 
> intermediate nulls. If I am not mistaken, you could just use the the commons 
> version by making this change in LookupUtil:
> replace
>             // go get the property
>             return getBeanProperty(beanObject, beanProperty);
> with
>             // go get the property
>             try 
>             {
>                 return PropertyUtils.getProperty(beanObject, beanProperty);
>             }
>                 catch (NestedNullException nne)
>             {
>                 return null;
>             }

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira



-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
displaytag-devel mailing list
displaytag-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/displaytag-devel

Reply via email to