From: sayoyo@... Date: 2005-11-09T02:02:49+09:00 Subject: Can a action view invoke a methode of a controller then display its results Hi, Can an action view (a template) invoke a methode of a controller, then display the results of the methode at the same template? like: if actionTwo return a simple string "xyz123" and the action view looks like this: abcde <%= render(:action => :actionTwo) %> Should the result html be abcde xyz123 Thanks you very much Sayoyo