Bugs item #900134, was opened at 2004-02-19 10:39
Message generated for change (Comment added) made by yraoul
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=536613&aid=900134&group_id=73068

Category: main tag library
Group: v 1.0-b1
>Status: Closed
>Resolution: Fixed
>Priority: 2
Submitted By: YR (yraoul)
Assigned to: Nobody/Anonymous (nobody)
Summary: Problem with static lPropertyMap in Decorator class

Initial Comment:
Hi,

My webapp uses several classes inherinting 
TableDecorator. The mother class Decorator owns a map 
of cached keys. A major problem occurs when 2 
decorators deals with the same bean but :
- one decorator owns the get<property_name> method
- the other one don't have such method for this 
property name.

As the Decorator class variable "lPropertyMap" owns 
the "<property_name>", the hasGetterFor method 
returns true even for the second case !!!!!!!

This case throws a Property not found exception and 
the table cannot display.

Please help.
Yann

----------------------------------------------------------------------

>Comment By: YR (yraoul)
Date: 2004-02-19 10:52

Message:
Logged In: YES 
user_id=773607

I just searched the release 1.0b3 and have found interesting 
changes on this point : the classname (of the inheriting class) 
is added before the property name. That may close this bug 
case.
Sorry for the inconvenient.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=536613&aid=900134&group_id=73068


-------------------------------------------------------
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
_______________________________________________
displaytag-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/displaytag-devel

Reply via email to