search for: viewmessages

Displaying 1 result from an estimated 1 matches for "viewmessages".

2006 Apr 15
0
Component using
Hello all, I have a simple task. I need to create a guestbook component, and render it from the main application. The guestbook have the following controller actions: viewMessages - simply shows messages from model addMessage - generates form that accept message text, username, password. The form points to saveMessage action. saveMessage - receives data from addMessage action. On the main application i have application.rhtml layout, and template that renders viewMessages...