DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=20854>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=20854

Error with nesting tags in separate pages





------- Additional Comments From [EMAIL PROTECTED]  2003-08-16 01:21 -------
Hey, if this hasn't been fixed yet, a coworker (Makkari Cheng) and I think 
we've found the problem:

151c151,155
<       NestedPropertyHelper.deleteReference(request);
---
>       if (NestedPropertyHelper.getCurrentProperty(request) != null) {
>               NestedPropertyHelper.setProperty(request, null);
>       } else {
>         NestedPropertyHelper.deleteReference(request);
>       }

It seemed as if we were deleting the NestedReference one level too soon. When 
you're not in a tile, you don't notice this because 
NestedPropertyHelper.getCurrentName finds the parent tag if it can't find the 
NestedReference in request. In a tile, however, tags at the top level can't see 
their parents.

Anyway, this seems to solve the problem in our environment (WAS 4.0.4).

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to