Please tell how to send a request from jsp to portlet. I want to execute the 
processAction() method of portlet. I have created a simple login portlet with 
the help of jsp. Now after submitting the username and password i want to send 
the request from jsp to portlet. The way i tried is like

<%@ taglib uri="http://java.sun.com/portlet"; prefix="portlet" %>
<portlet:defineObjects/>

<portlet:actionURL var="actionUrl" >
<portlet:param name="action" value="hello"/>
</portlet:actionURL>


 And also tell do we need to write something specific in var, name and value 
part. If possible then provide some sample code.

Thanks

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3956362#3956362

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3956362

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to