Hi Chuck,
On Sep 11, 2006, at 3:27 PM, Chuck Hill wrote:
Hi Marcos.
On Sep 8, 2005, at 1:48 PM, Marcos Trejo Munguia wrote:
Hi Chuck
What I want to do is something like this:
Component1: Component {
content = getContent;
}
public WOComponent getContent() {
ReusableP
Hi Marcos.
On Sep 8, 2005, at 1:48 PM, Marcos Trejo Munguia wrote:
Hi Chuck
What I want to do is something like this:
Component1: Component {
content = getContent;
}
public WOComponent getContent() {
ReusablePage page = pagewithName("ReusablePage");
//Do some s
Hi Chuck
What I want to do is something like this:
Component1: Component {
content = getContent;
}
public WOComponent getContent() {
ReusablePage page = pagewithName("ReusablePage");
//Do some stuff with the page
return page;
}
I just want to know if it's possible to do something like thi
Hi Marcos,
Can you give us some more information on the situation and what you
want to achieve?
Thanks,
Chuck
On Sep 7, 2006, at 5:19 PM, Marcos Trejo Munguia wrote:
Hi List,
I have a doubt, is there a way to create a new instance of a
WOComponent and then bind it to some component, a