already defined in logicsheets

2001-11-30 Thread Igor Sazhnev

Hi all!
Can anyone help me?
i have logicsheets implementing calendar which inserted in xsp page like
this:
xsp:page ...

ratty:calendar/
/xsp:page
all work fine - but i need two calendar on page, so:
...
ratty:calendar/
...
ratty:calendar/
...
then i get java already defined in this method error on all my object from
logicsheets
how can it would be done? - several instance of my object in xsp page?

best regards, Igor Sazhnev


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

To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




Re: already defined in logicsheets

2001-11-30 Thread Andrei Zudin

 ...
 then i get java already defined in this method error on all my object
from
 logicsheets
 how can it would be done? - several instance of my object in xsp page?

Seems so. What's the template for ratty:calendar/ in your logicsheet?


 best regards, Igor Sazhnev


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

 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]



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

To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




Re: already defined in logicsheets

2001-11-30 Thread Igor Sazhnev


- Original Message -
From: Andrei Zudin [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Friday, November 30, 2001 2:11 PM
Subject: Re: already defined in logicsheets


  ...
  then i get java already defined in this method error on all my object
 from
  logicsheets
  how can it would be done? - several instance of my object in xsp page?

 Seems so. What's the template for ratty:calendar/ in your logicsheet?

Hi all!
thanx to all - i solve this problem by including my variable and etc
declaration in xsp:page template of my logicsheet - not inside
page../page part
this generate java code, where my declaration is inside class derived from
XSPGenerator, not inside generate method - and its work fine!

Igor Sazhnev


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

To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]