You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-user@portals.apache.org by "S, VENKATESH" <vs...@hp.com> on 2004/02/13 14:26:42 UTC

Is there any way to set template through action class

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: jetspeed-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jetspeed-user-help@jakarta.apache.org