Hello,

I found a strange behaviour with Layout Template.
It seems that when the Screen template gets changed
in screen class using setScreenTemplate,
the Layout template reverts back to the default Layout template.

**** code *******
      else
      {
        log.info(data.getLayoutTemplate());

        data.setScreenTemplate("PayMe.vm");

        log.info(data.getLayoutTemplate());
      }


***** log ***
2003-11-21 17:09:59,942 [Thread-5] INFO
com.me.mepay.modules.screens.PayMeResult - AdminDefault.vm
2003-11-21 17:09:59,947 [Thread-5] INFO
com.me.mepay.modules.screens.PayMeResult - Default.vm

Is this an expected behaviour?

Regards,
Naree
--
Media Equation
71 - 73 Thistlethwaite Street
South Melbourne 3205
Australia
Tel:    + 613 9673 8111
Fax:   + 613 9690 4244



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

Reply via email to