Displaying 1 result from an estimated 1 matches for "hguestbook".
Did you mean:
guestbook
2006 Apr 15
0
Component using
...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 and addMessages actions from guestbook component:
<%= render_component(:controller => "hguestbook/GuestBook", :action =>
"viewMessages") %>
<%= session[:addMessageReturnController] = ''/Main''
session[:addMessageReturnAction] = ''guestBook''
render_component(:controller => "hguestbook/GuestBook", :action =>
"...