Hello, s'me again! How do I differentiate actions between two Velocity forms so that the right portlet is used ?
... VelocityPortlet1 <form action="http://cpt:8080/portal/template/Home" method="post"> <input name="text" value="QWE" size="30" /> <input type="submit" name="eventSubmit_doUpdate" value="Update" /> </form> ... VelocityPortlet2 <form action="http://cpt:8080/portal/template/Home" method="post"> <input name="text" value="QWERTY" size="30" /> <input type="submit" name="eventSubmit_doUpdate" value="Update" /> </form> ... This also refers the posted message http://www.mail-archive.com/[email protected]/msg01547.html Thanks for your help, Emmanuel. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
