Menu

how to specify parameters in action using "addActions"

giluka
2013-05-30
2013-06-03
  • giluka

    giluka - 2013-05-30

    Hi all,
    is it possible to specify parameters in action when i add it using "addActions" method in a ViewBaseAction ?
    I would set resetAfter=false when i add a "CRUD.save" action ...

    addActions("CRUD.save");

    Thanks

     
  • Javier Paniza

    Javier Paniza - 2013-06-03

    Hi Giluka,

    there is already an action configured on that way. Just add it:

    addActions("TypicalNotResetOnSave.save");
    

    Help others in this forum as I help you.
    Need more help? Get OpenXava professional support.

     

Log in to post a comment.