Bugs item #654332, was opened at 2002-12-15 19:20
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=376685&aid=654332&group_id=22866

Category: JBossWeb
Group: v4.0
Status: Open
Resolution: None
Priority: 5
Submitted By: jeff dickenson (dickensonj)
Assigned to: Nobody/Anonymous (nobody)
Summary: <jsp:plugin name="x" value="<%=val%>"

Initial Comment:
OS = Win2000
JDK Version 1.4.1
JBoss 3.0.4 with Tomcat 4.1.12

Issue: JSP calling java class 

The code generated for the following jsp:params block 
inside a jsp:plugin element:

   <jsp:params>
     <jsp:param name="scp" value="<%= scp %>" />
     <jsp:param name="demoMode" value="<%= 
demoMode %>" />
     <jsp:param name="wsdlURL" value="<%= wsdlURL 
%>" />
     <jsp:param name="wsProxy" value="<%= wsProxy 
%>" />
   </jsp:params>

does not use the *value* of the four variables but instead 
has 'value= scp', i.e. the *name* of the variable without 
double quotes.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=376685&aid=654332&group_id=22866


-------------------------------------------------------
This sf.net email is sponsored by:
With Great Power, Comes Great Responsibility 
Learn to use your power at OSDN's High Performance Computing Channel
http://hpc.devchannel.org/
_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to