might be this is JRun specific question but this is of general nature
so i am posting it here.
    while going through the .92 specification i got following for
    exception implicit bean,
    "to access the exception Bean's information, use the syntax
     for expressions (as in <%= exception.getMessage %>) or the syntax
   for displaying Bean properties (as in <DISPLAY PROPERTY="exception:message" >)."
  but while using JRun2.3 in its samples errorpage "myerror.jsp"
     this tag is used
         <DISPLAY property=error:message>
   now my question is by which name i should access the exception bean
   using "exception" (as per .92 spec) or "error" as per JRun2.3 sample
  if this issue is already addressed Please point me to update.
    i am getting compile error while using name "exception" with "error" things
are just fine.
   --Nitesh kumar Neema

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JSP-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".

Reply via email to