From: infiliset@... Date: 2007-11-12T05:35:08+09:00 Subject: RubyOnRails - One view, many actions Hi all, I've got a view named "prompt.rhtml"and a controller named "customer" with some actions ("prompt", "getdata", and so on...). Of course, the URL "/customer/prompt" is associated to the action "prompt" and then to the view "prompt.rhtml", but is it possible to associate the action "getdata" with the view "prompt.rhtml"? If so, how can I do this? Thanks, Matthew