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

Category: main tag library
Group: after 1.0
>Status: Pending
Resolution: None
>Priority: 4
Submitted By: .. (tyalcin)
>Assigned to: fabrizio giustina (fgiust)
Summary: Bean look-up bug

Initial Comment:
If a property name includes "." tag library cannot find 
the bean for a given scope.  For example, if the bean 
name is "org.apache.struts.actions", the lookup fails to 
find it.  The correct behavior should be: (1) try to fnd 
the bean (2) if found evaluate the expression using 
bean.property expression (3) return the value.


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

>Comment By: fabrizio giustina (fgiust)
Date: 2004-07-07 23:55

Message:
Logged In: YES 
user_id=798060

This is the way jstl and beanutils work, it should not be 
considered as a bug: the dot in the name is always 
considered as a property separator. If you need to access a 
bean saved with a name containing dots you can simply 
create a copy using a "simple" name.


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

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


-------------------------------------------------------
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
_______________________________________________
displaytag-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/displaytag-devel

Reply via email to