Hi,

I use DSpace 1.7 and XMLUI Mirage themes.

I want to send parameters direct to my java class. My code is described
below:

[xml file]

xmlns:java="org.dspace.app.xmlui.aspect.artifactbrowser.Test"

........

<xsl:variable name="var" select="name"/>
<xsl:value-of select="java:setName($var)"/>
   <a href="[url]">new</a>

.........

I checked my java class and it doesn't work.
How can I send parameters from xml to Java class?
Is there another way?


Thanks,

Daniel
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech

Reply via email to