|
| WML devices are not working since the generated URLs for WML are
too long.
this problem is solved in Portal Version: 5.1 by install some fixes
http://www-1.ibm.com/support/docvie...uid=swg1PQ97766
but Now Iam using websphere portal 6 i beleive the problem is solved
but realy not i have this code installed in websphere portal 6
<%@ page contentType="text/vnd.wap.wml" %>
<%@ taglib uri="/WEB-INF/tld/portlet.tld" prefix="portletAPI" %>
<%@ taglib uri="/WEB-INF/tld/stateuri.tld" prefix="stateURI" %>
<%@ taglib uri="/WEB-INF/tld/engine.tld" prefix="wps" %>
<p align="center">
<big><b>System not avilable now try again later</b></big>
</p>
<p align="left">
<anchor>Search Again
<go href="<stateURI:createURI state="com.zak.moi.portlet.violation.actions.OpenNewSearch"/>" method="post"> </go>
</anchor>
</p>
the problem is submit link not work means some problem with long url
generating by portal
please any body help me please.
|
|