Hello,

I wrote some portlets and they work in 2.2(SP1, SP2) very well.

After move to 2.4beta1, some function not work.

For example,


   
 ....


<a href="#" onClick='document.myForm.action.value="add"'; 
document.myForm.submit();">Add


In the above JSP, it works very well in JBos Portal 2.2(sp1 and sp2). But in 
2.4beta1, the "action value" always be empty when I tried to get it in portlet 
by using renderRequest.getParameter("action").

Is there any problem?


But it works if I use 

<portlet:renderURL var="addURL">
   <portlet:param name="action" value="add"/>
</portlet:renderURL>


It seems not work with the form?

Please help me !

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

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

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