|
|
Sacha Mallais
|
|||||||||||
|
|
|
|
|||||||||
| Navigate Database Table: "WOFAQ" | ||||||||||
| Current record is #20 out of 21 in found set (21 total records in table) | ||||||||||
|
|
|||||||||
| 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 |