|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Wap
Hi
I have to make jsp page which can run in IE Fire fox by using wml and i am unable to submitte the page data during clicking of link my code is below i am having problem in <anchor> tag so any body having a strutswml jar which support <wml:anchor> please help <%@page contentType="text/vnd.wap.wml" %> <%@ taglib uri="/WEB-INF/oui.tld" prefix="oui" %> <%@ taglib uri="/WEB-INF/struts-bean.tld" prefix="bean" %> <%@ taglib uri="/WEB-INF/struts-wml.tld" prefix="wml" %> <%@ taglib uri="/WEB-INF/struts-logic.tld" prefix="logic" %> <%@ taglib uri="/WEB-INF/struts-bean.tld" prefix="bean" %> <wml:wml> <card title="Pamper Village"> <wml:errors/> <p> <br> Pamper Village a place to grow. <br/> </p> <wml:form action="/logon" > <bean:cookie id="email" name="StrutsCookbookUsername" value=""/> <bean:cookie id="pword" name="StrutsCookbookPassword" value=""/> <% Cookie cookies[] = request.getCookies(); if(cookies != null) { for(int i = 0; i < cookies.length; i++) { if (cookies[i].getName().equals("StrutsCookbookUsername")); } } else { } %> <wml:text property="emailAddress" value="<%=org.apache.struts.webapp.example.Base64Coder.decodeString(email.getValue( ))%>"/> <bean:message key="prompt.emailAddress"/> <wml assword property="password" size="16" maxlength="16" value="<%=org.apache.struts.webapp.example.Base64Coder.decodeString(pword.getValue( ))%>"/><bean:message key="prompt.password"/> <br></br> <input type="checkbox" name="rememberMe" value="Y">Remember Me <anchor> <wml:go method="post" href="/pamperspoc/logon.do"> <postfield name="emailAddress" value="$(emailAddress)"/> <postfield name="password" value="$(password)"/> <postfield name="rememberMe" value="$(rememberMe)"/> </wml:go> Sign in </anchor> <wml:link page="/editRegistration.do?action=Create"> <bean:message key="index.registration"/> </wml:link> </p> </wml:form> </card> </wml:wml> |
![]() |
| Viewing: Dev Shed Forums > Programming Languages - More > Mobile Programming > Wap |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|