Hello,

I'm trying to get my portlet's processAction() method get called from a form
submittal but am having no luck.  Having a bare-bones form in my doView()
(I'm not using JSP files yet--I would like to get processAction() working
first):

        response.getWriter().println("<form action='???' method='POST'>");      
        response.getWriter().println("<input type='submit'
value='Hello'/>");      
        response.getWriter().println("</form>");        

I'm not sure what to place in for the action attribute so that the portlet's
processAction() method will be called.  Any ideas?

Thanks,
Glen

-- 
View this message in context: 
http://www.nabble.com/%28newbie%29-processAction%28%29-not-being-called-tp24651504p24651504.html
Sent from the Jetspeed - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-user-unsubscr...@portals.apache.org
For additional commands, e-mail: jetspeed-user-h...@portals.apache.org

Reply via email to