xsl-list
[Top] [All Lists]

problem passing parameter from java

2006-01-04 15:15:33
Hi,

I'm having a problem passing a parameter from java. A common service class does the XSLT transformation.

When I run the standalone app, the parameter is passed and I can generate a HTML table with the usual

   <xsl:apply-templates select="//values[(_at_)id=$id]"/>

When I run from a tomcat applet, the parameter is not getting passed and there are no matches. I can verify that no (or null) parameter is passed with <xsl:value-of>. The diagnostic messages show that the parameter is getting to the transformer.setParameter("id", id) call.

Both standalone and tomcat use Sun J2SDK 1.5. I believe the standalone classpath includes xalan-2.5, I know the tomcat applet classpath does.

Ideas?

Bear Giles

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--



<Prev in Thread] Current Thread [Next in Thread>
  • problem passing parameter from java, Bear Giles <=