Hi,
I'm currently trying to call Jyve from a JetSpeed portlet.
My first naive approach was something looked like something like this:
---------Porlet Code -----------------------------------------
public ConcreteElement getContent() {
if ( super.getContent() != null ) {
ScreenLoader TheLoader = ScreenLoader();
try
//Loads the Default Jyve Turbine Screen
return TheLoader.eval ( getPortletConfig().getRunData() ,
"MainMenu" );
} catch (Exception e) {}
---------Porlet Code -----------------------------------------
The exception is always thrown by the code above.
I was wondering if there was a way to call Jyve -or any other Turbine app
for the matter- via a portlet without having to pass the Jetspeed RunData
object (since contains information relevant to jetspeed).
I am also uncertain as to how events initiated by Jyve are rerouted through
Jetspeed back to Jyve...
If someone has a better method, I'd be only too happy to hear from you.
Cheers
Marc
[EMAIL PROTECTED]
--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Archives and Other: <http://java.apache.org/main/mail.html>
Problems?: [EMAIL PROTECTED]