I just want to know how I can dynamicaly change de the layout of a screen.

I tried in my screen

public ConcreteElement doBuild(RunData rundata)
{

       this.setLayout(rundata, "myLayout");
       ...
}

But it doesn't work and no error appears.
Any help will be kind.
Thanks.
Herv�



--
--------------------------------------------------------------
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]

Reply via email to