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

http://issues.apache.org/bugzilla/show_bug.cgi?id=32381


[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |RESOLVED
         Resolution|                            |FIXED




------- Additional Comments From [EMAIL PROTECTED]  2004-12-01 23:42 -------
this bug was a result of moving to the 2.4 spec. the placeholder used in the 
tree control tag was ${name} which tomcat will have tried to evaluate as a 
page scoped expression language variable (which does not exist of course as 
this is not the intention).

i have provided patches for the affected JSP and Java files that removes the 
dollar but leaves the braces so it still looks like a placeholder.

i have also grepped all files across the admin webapp to ensure there are no 
more similar bugs involving EL type syntax placeholders and there are not 
(only ${node} but this is in comments only and is not present in code anywhere.

i have compiled and tested with the latest HEAD and the node collapse works 
ok. hope this makes it for 5.5.5 tomorrow.

cheers :)

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

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

Reply via email to