You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by Orlando Antunes <om...@hotmail.com> on 2002/07/11 17:25:18 UTC

use the request object in a logicsheet

Hi

I am using Cocoon2 and Tomcat4.0

I am trying to use the request object in a logicsheet but it didn't work.


--------------------//-----------------
<xsl:stylesheet version="1.0" 
xmlns:xsl="http://www.w3.org/1999/XSL/Transform" 
xmlns:xsp="http://apache.org/xsp" xmlns:Mis="http://maisis.pt/xsp/Mis/1.0">

....


<xsl:template match="Mis:Build">
<mis>
<xsp:logic>
	try
	{

	MisInterface misInt = MyXptoMis.getInterface( request, value1, value2);
.....
----------------//----------------

What is the problem?


Thanks

Orlando Antunes


_________________________________________________________________
Converse com seus amigos online, faça o download grátis do MSN Messenger: 
http://messenger.msn.com.br


---------------------------------------------------------------------
Please check that your question  has not already been answered in the
FAQ before posting.     <http://xml.apache.org/cocoon/faq/index.html>

To unsubscribe, e-mail:     <co...@xml.apache.org>
For additional commands, e-mail:   <co...@xml.apache.org>


RE: use the request object in a logicsheet

Posted by Vadim Gritsenko <va...@verizon.net>.
> From: Orlando Antunes [mailto:omig_antunes@hotmail.com]
> 
> Hi
> 
> I am using Cocoon2 and Tomcat4.0
> 
> I am trying to use the request object in a logicsheet but it didn't
work.
> 
> 
> --------------------//-----------------
> <xsl:stylesheet version="1.0"
> xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
> xmlns:xsp="http://apache.org/xsp"
xmlns:Mis="http://maisis.pt/xsp/Mis/1.0">
> 
> ....
> 
> 
> <xsl:template match="Mis:Build">
> <mis>
> <xsp:logic>
> 	try
> 	{
> 
> 	MisInterface misInt = MyXptoMis.getInterface( request, value1,
value2);
> .....
> ----------------//----------------
> 
> What is the problem?

You tell us! You did not provide any information about issue you are
experiencing.

PS Usually it is a error page, ERROR entry in the log file, stacktrace

Vadim


> Thanks
> 
> Orlando Antunes


---------------------------------------------------------------------
Please check that your question  has not already been answered in the
FAQ before posting.     <http://xml.apache.org/cocoon/faq/index.html>

To unsubscribe, e-mail:     <co...@xml.apache.org>
For additional commands, e-mail:   <co...@xml.apache.org>