Changes between Version 14 and Version 15 of JoinedResourceController


Ignore:
Timestamp:
11/14/09 13:37:25 (15 years ago)
Author:
Fran Boon
Comment:

Invoking callbacks on Joined Requests

Legend:

Unmodified
Added
Removed
Modified
  • JoinedResourceController

    v14 v15  
    5555
    5656No definitions are required at the primary resource, just define the table as usual.
    57 
    5857== Controller ==
    5958
     
    8079These backlinks can be used to reproduce the original request after doing something on the primary resource (e.g., edit or change the selected record).
    8180
    82   * '''NOTE:''' Callbacks from CRUD settings (like in the example above) as well as onvalidation and onaccept callbacks are only invoked at requests on the main resource, but not at joined requests.
     81  * '''NOTE:''' Callbacks from CRUD settings (defined as in the example above) as well as onvalidation and onaccept callbacks are only invoked at requests on the main resource, but not at joined requests. To invoke on Joined Requests, need to define in the {{{jrlayer.add_jresource()}}} or later using {{{jrlayer.set_attr()}}}
    8382
    8483=== Options ===