Yariv Sadan wrote:
> I'll look into the extra "/". It's probably a bug.
>
>
It is. When calling
erlyweb:create_component("page", path_to_app),
the view that is automagically generated contains links like this:
<a href="//page/new">create new</a>
instead of
<a href="/page/new">create new</a>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"erlyweb" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/erlyweb?hl=en
-~----------~----~----~----~------~----~------~--~---