|
Home > Archive > WebSphere Portal Server > August 2005 > Does Portal Support GET submission of Form?
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Does Portal Support GET submission of Form?
|
|
|
| I just change a form's method form post to get, and it turned out that the portal would not handle the action now.
Thanks!
| |
|
| It does work. I tried it on one of my portlets on seeing your query, it did work
| |
|
| OK, Thanks.
But I found out that when using get method, I can not get the parameter of <portletAPI:URIParameter>, it can not be got by get method.
<FORM method="GET" action="<portletAPI:createURI><portletAPI:URIAction name='<%=MYPortlet.SOME_ACTION%>'/><portletAPI:URIParameter name="APARAM" value="PARAMVALUE" /></portletAPI:createURI>">
|
|
|
|
|