Try 

import org.apache.turbine.services.pull.util.UIManager;
import org.apache.turbine.services.pull.TurbinePull;

UIManager ui = (UIManager)TurbinePull.getTool(context, "ui");
ui.get(...);


in your action class.

this way you get your Pull Tools available in an action class...


good luck, 
Martin



-----Original Message-----
From: michael steindl [mailto:[EMAIL PROTECTED]]
Sent: Montag, 10. Dezember 2001 13:06
To: Turbine Users List
Subject: UIManager.get() out of action?


hi !

trying to use skins to write data.setMessage() Strings out via an action
class.

my problem is, that I can't get the Instance of the global UIManager within
the action and so I can't read out any strings via UIManager.get()

any idear ?

cu,
michael.

========


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

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

Reply via email to