How to direct to an action in current controller

If you don't want to have separate myAction.rhtml file, just add line: render 'default'

in the end of your myAction code in controller It will render file default.rhtml