Navigation Bar Staff Secure Home Products Partners Services Portfolio News Corporate Jobs Home
border image border image
transparent spacer image border image
transparent spacer image transparent spacer image transparent spacer image
Navigate Database Table: "WOFAQ"
Current record is #20 out of 21 in found set (21 total records in table)
List View    Search    Find All
<<First <Prev Next> Last>>

Question I know of three ways in which you can return the same instance of a WOComponent in an action method:
return null;
return this;
return context().page();
What is the best/most efficient method?  
Answer Return this from methods in top level pages. Return context().page() from components. Don't return null, as it is ineffecient. 
Figure 1 No file available. 
Figure 2 No file available. 
Figure 3 No file available. 
Date Modified Dec 23 2004 
Modified By sacha@global-village.net