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

How to set a template through action or java

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