Re: displaying values in a browser from xsp:logic

2002-09-30 Thread Vadim Gritsenko
Matt MacDougall wrote: Hello, I'm having a problem getting the results of a Java function wrapped in xsp:logic tags to display on my page. All I would like to do is display the value of the variables prevurl and nexturl on the page. This code below is in an xsl file outside of the main

RE: displaying values in a browser from xsp:logic

2002-09-30 Thread Matt MacDougall
can explain this further. -Matt MacDougall -Original Message- From: Vadim Gritsenko [mailto:[EMAIL PROTECTED]] Sent: Monday, September 30, 2002 8:24 AM To: [EMAIL PROTECTED] Subject: Re: displaying values in a browser from xsp:logic Matt MacDougall wrote: Hello, I'm having a problem

RE: displaying values in a browser from xsp:logic

2002-09-30 Thread Matt MacDougall
/xsl:template /xsl:stylesheet -Original Message- From: Vadim Gritsenko [mailto:[EMAIL PROTECTED]] Sent: Monday, September 30, 2002 1:58 PM To: [EMAIL PROTECTED] Subject: Re: displaying values in a browser from xsp:logic Matt MacDougall wrote: Vadim, Thanks for the help. You're right

Re: displaying values in a browser from xsp:logic

2002-09-30 Thread Vadim Gritsenko
Hey Matt, I see that you have: ?xml version=1.0? ?cocoon-process type=xsp? ?cocoon-process type=xslt? ?xml-stylesheet href=xsl/report.xsl type=text/xsl? in your xml file. This makes me think that you use Cocoon 1. You should be stating this from the very beginning - I was assuming that you

RE: displaying values in a browser from xsp:logic

2002-09-30 Thread Matt MacDougall
I've solved the problem. Thanks again for the help, -Matt -Original Message- From: Vadim Gritsenko [mailto:[EMAIL PROTECTED]] Sent: Monday, September 30, 2002 5:14 PM To: [EMAIL PROTECTED] Subject: Re: displaying values in a browser from xsp:logic Hey Matt, I see that you have: ?xml

displaying values in a browser from xsp:logic

2002-09-27 Thread Matt MacDougall
Hello, I'm having a problem getting the results of a Java function wrapped in xsp:logic tags to display on my page. All I would like to do is display the value of the variables prevurl and nexturl on the page. This code below is in an xsl file outside of the main template. I'm calling this