Hi,
Is there any way to set a template through action class.
I tried setTemplate method but it is not working.
My requirement is,
Through java or action class i should be able to dynamically set the
template in a specific pane.
I tried by this way
JetspeedRunData udata = (JetspeedRunData)rundata;
udata.setScreenTemplate("xyz");
xyz is .vm file
But i am not able to get the display or content of that template
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]