Bug report #804 has just been filed.

You can view the report at the following URL:

   <http://znutar.cortexity.com/BugRatViewer/ShowReport/804>

REPORT #804 Details.

Project: Tomcat
Category: Bug Report
SubCategory: New Bug Report
Class: swbug
State: received
Priority: high
Severity: serious
Confidence: public
Environment: 
   Release: 3.2 final release
   JVM Release: 1.2.2
   Operating System: Win NT
   OS Release: 4.0 ServPack 6
   Platform: Intel

Synopsis: 
java expression not translates in attribute value

Description:
<%@ taglib uri="/atl" prefix="atl" %>
<jsp:useBean id="PbPb" scope="session" 
  class="at.alcatel.gcca.beans.pinboard.PbPinboard" />

<html>

 <atl:Menu name="xxPinboard" type="at.alcatel.gcca.beans.pinboard.PbPinboardStructure" 
      vector="<%=PbPb.getPinboards(\"chris\")%>">
       
  <atl:MenuLink text="<%= xxPinboard.PbName %>" link="<%=new 
String(\"Messages.jsp?pinboardId=\"+xxPinboard.PbId)%>" />

  <atl:MenuLink text="<%= xxPinboard.PbName %>" link="Messages.jsp?pinboardId=<%= 
xxPinboard.PbId%>" />

 </atl:Menu>
</html>


In the above there are 2 MenuLink tags. The second one with 
'link="Messages.jsp?pinboardId=<%= xxPinboard.PbId%>"'
was the planed version, but it does not evaluate the xxPinboard.PbId.
If I write it as in the first version (with new String) it works, but it is unreadable.


Title: BugRat Report # 804

BugRat Report # 804

Project: Tomcat Release: 3.2 final release
Category: Bug Report SubCategory: New Bug Report
Class: swbug State: received
Priority: high Severity: serious
Confidence: public

Submitter: _Anonymous ( [EMAIL PROTECTED] )
Date Submitted: Jan 19 2001, 01:39:59 CST
Responsible: Z_Tomcat Alias ( [EMAIL PROTECTED] )

Synopsis:
java expression not translates in attribute value
Environment: (jvm, os, osrel, platform)
1.2.2, Win NT, 4.0 ServPack 6, Intel

Additional Environment Description:

Report Description:
<%@ taglib uri="/atl" prefix="atl" %> "> " /> In the above there are 2 MenuLink tags. The second one with 'link="Messages.jsp?pinboardId=<%= xxPinboard.PbId%>"' was the planed version, but it does not evaluate the xxPinboard.PbId. If I write it as in the first version (with new String) it works, but it is unreadable.

How To Reproduce:
null

Workaround:
null

View this report online...
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to