Set value of SubComponent from Parent.
Set value of SubComponent from Parent.
- Subject: Set value of SubComponent from Parent.
- From: email@hidden
- Date: Fri, 6 May 2005 17:22:27 +0200
Hello,
i use a subcomponent as navigation menu for a list of objects.
This SubComponent has 4 buttons first - previous - next - last
each button executes a method on the parent component like
--------------------------------------------------------------
public WOActionResults first( )
{
return performParentAction( "first" );
}
--------------------------------------------------------------
i created 2 boolean fileds in the SubComponent.
my question is, how can i disable the first and previous buttons when the
current object is the first?
in other words how can i effect the SubComponent fileds (with public
setter/getter) from the parent Component.
Thanks,
Sako.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden