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=28017>. 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=28017 xsp: generating a XSP computed attribute does not work for ROOT element [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |DUPLICATE ------- Additional Comments From [EMAIL PROTECTED] 2004-03-29 18:05 ------- Trial 1 is a known restriction of XSP. Trial 2 is a duplicate of bug #15841: the xsp:attribute elements are collected first. For your case the following might work: <dum2> <xsp:logic> String dummy = "aaa"; String s = (String)(request.getParameter("test")); <xsp:attribute name="key"><xsp:expr>s</xsp:expr></xsp:attribute> </xsp:logic> </dum2> Joerg *** This bug has been marked as a duplicate of 15841 ***
