this is how i defined my form action: <%@ taglib uri="http://java.sun.com/portlet" prefix="portlet" %> <portlet:defineObjects />
<form action="<portlet:actionURL />"> ... </form> On 2/8/06, Ate Douma <[EMAIL PROTECTED]> wrote: > > yao cuihong wrote: > >>David > > > > > > Thank you. > > Should each action of form in my jsp be modified? For example, a.jspas > > following: > > <form action="b.jsp"> > > <input type="text"> > > <input type=submit> > > </form> > > Shoule the action property(b.jsp) of the form be modified? > Yes. > Please, spend some time reading up on Portlets and the Portlet API > (JSR-168) ... > > > > > Thanks. > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Regards, SweeHeng
