[Zope] Impossibly long urls

Chris Withers chrisw@nipltd.com
Fri, 02 Aug 2002 19:16:39 +0100


David Beech wrote:

> Here is one use but the technique is used widely throughout a couple of
> applications:
> 
> <form action="/grp/Forum/forumScripts/newMsg" method="post">
> 

try changing the abvoe to:

<form action="/grp/Forum/forumScripts/newMsg" method="post"
       tal:attributes="here/grp/Forum/forumScripts/newMsg/absolute_url">

>  return container.grp.Forum.forumPages.forum_frontpage(container.grp, container.REQUEST)

I'm guessing there's a link to the form that includes the above on forum_frontpage?
If so, can you give us the code which geenrates it?

cheers,

Chris