Displaying 2 results from an estimated 2 matches for "hrenosoft".
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
2006 Apr 17
0
urls within components
When rendering component from application
render_component ({contoller =>''component/controller'', action =>
''SimpleAction''}, the call:
url_for ({controller => ''component/controller'', action =>
''SimpleAction''})
from that component produces /component/controller/SimpleAction.
But if we go to that url, call:
url_for