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=22231>. 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=22231 the <logic:present> and <bean:write> will not display all of the HttpServletRequest attributes. [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED Summary|the <logic:present> and |the <logic:present> and |<bean:write> will not |<bean:write> will not |display all of the |display all of the |HttpServletRequest |HttpServletRequest |attributes. |attributes. ------- Additional Comments From [EMAIL PROTECTED] 2003-08-08 13:41 ------- CLOSING THIS BUG. Apparently there is a difference between request "attributes" and request "parameters". when using request.setAttribute("xyz","my message"), you can display it on a jsp with <logic:present name="xyz"> <bean:write name="xyz" /> </logic:present> while this will not work <logic:present parameter="xyz"> <bean:write name="xyz" /> </logic:present> Does anyone have a good explanation of the difference between an 'attribute' and a 'parameter' --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]