You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by Bas Passon <BP...@parite.nl> on 2000/11/27 10:20:42 UTC

xsp: excuting methods automatically

Hello,

I'm programmig a bit in xsp and was wondering how i can executer methods as
a form of initialization. Thus without a reference in an source page.

now I have something like:

	<xsp:page xmlns:xsp="http://www.apache.org/1999/XSP/Core"
		    xmlns:fsp="http://www.first8.nl/2000/FSP/Core"
	>
	<page>
		<fsp:initialize/>
		....
		...
	</page>
	</xsp:page>

I want to get rid of the <fsp:initialize/> can this be done? The
documentation does not give me any clue about it.

Thnx,

Bas Passon