Hi

I have IndexController serving index.html that has sugnin form. And I 
want forward username and password to AccountController.

${ h.start_form(h.url(action='login'), method='POST') } returns 
'index/login'

Adding controller parameter:
${ h.start_form(h.url(controller='account', action='login'), 
method='POST') } return this html:

<form action="/login" method="POST">

If I use "/account" or "/login" than I get "/account//login"

Is it a bug or I'm doing wrong here?

-- 
Best regards,
Antipin Aleksei


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" group.
To post to this group, send email to pylons-discuss@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/pylons-discuss?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to