You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-user@portals.apache.org by gueclan <gu...@singnet.com.sg> on 2002/08/22 03:36:43 UTC

URL for Action Field of Form

Hi,

May I know how to specified the URL for the action field in a html form? My class is TestAction and the method I want to invoke is doTest, and I'm using Velocity. 

For example:
<form name="form" action="???" method="post">

What should be the ??? Any way not to hardcode the URL?

Thanks a lot in advance!


Regards,
Andy