You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by ROSSEL Olivier <ol...@airbus.com> on 2002/06/18 11:07:30 UTC

XSP with inner classes.

Are there examples of XSP with inner classes in Cocoon samples?

---------------------------------------------------------------------
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: XSP with inner classes.

Posted by "Marcelo F. Ochoa" <mo...@ieee.org>.
ROSSEL Olivier wrote:

>Are there examples of XSP with inner classes in Cocoon samples?
>
>---------------------------------------------------------------------
>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>
>
>
>  
>
 Look at this code 
http://nagoya.apache.org/bugzilla/showattachment.cgi?attach_id=1289
 Best regards, Marcelo.

-- 
Marcelo F. Ochoa - mochoa@ieee.org
Do you Know DB Prism? Look @ http://www.plenix.com/dbprism/
More info?
Chapter 21 of the book "Professional XML Databases" (Wrox Press 
http://www.wrox.com/)
Chapter 8 of the book "Oracle & Open Source" (O'Reilly 
http://www.oreilly.com/catalog/oracleopen/)
-----------------------------------------------
Lab. de Sistemas - Fac. de Cs. Exactas - UNICEN
Paraje Arroyo Seco - Campus Universitario
(7000) Tandil - Bs. AS. - Argentina
Te: +54-2293-444430 Fax: +54-2293-444431





---------------------------------------------------------------------
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: XSP with inner classes.

Posted by Vadim Gritsenko <va...@verizon.net>.
> From: ROSSEL Olivier [mailto:olivier.rossel@airbus.com]
> 
> Are there examples of XSP with inner classes in Cocoon samples?

<xsp:page>
  <xsp:logic>
    // Inner class goes here
  </xsp:logic>

  <page>
    <title>XSP with inner class</title>
  </page>
</xsp:logic>


Vadim


---------------------------------------------------------------------
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: XSP with inner classes.

Posted by Stephen Ng <st...@verizon.net>.
I haven't seen any examples; but I have been able to use inner classes
within XSP's with no problem.

> -----Original Message-----
> From: ROSSEL Olivier [mailto:olivier.rossel@airbus.com]
> Sent: Tuesday, June 18, 2002 5:08 AM
> To: 'cocoon-users@xml.apache.org'
> Subject: XSP with inner classes.
>
>
> Are there examples of XSP with inner classes in Cocoon samples?
>
> ---------------------------------------------------------------------
> 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>
>
>


---------------------------------------------------------------------
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>