[EMAIL PROTECTED] writes:
>instatiated over and over again with each user click as if it were a
>request tool. I have a System.out debugging call in the constructor:
> /**
> * Constructor
> */
> public MenuTool() {
> System.out.println("\n\nINSTANTIATING TOOL!!\n\n");
> }
>and with each click I get the printed text. Can anyone tell me what I'm
>doing wrong in trying to create this session tool? The docs have examples
>of global and request tools (and I'm using implementations of both
>successfully) but session tools don't seem to be working well.
You should use the init() method, not the C'tor.
Regards
Henning
--
Dipl.-Inf. (Univ.) Henning P. Schmiedehausen -- Geschaeftsfuehrer
INTERMETA - Gesellschaft fuer Mehrwertdienste mbH [EMAIL PROTECTED]
Am Schwabachgrund 22 Fon.: 09131 / 50654-0 [EMAIL PROTECTED]
D-91054 Buckenhof Fax.: 09131 / 50654-20
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>