[mailto: [EMAIL PROTECTED]
> To: user@struts.apache.org
> Date: Sat, 28 Jan 2006 02:01:39 -0500
> Subject: Form pre-fill issue
>
> Hi,Form data is not getting pre-filled on submission. Can anyone tell me
> thereason?JSP - included from def.jsp-<%@ page language="java&quo
It must be the query parameters you stuck in the action name. I never seen that
before. Turn those
into html hidden fields and try again?
--- Karthik Manimaran <[EMAIL PROTECTED]> wrote:
> The bean property however is getting printed when jsp tags are used as
> shown below. But html:text tag do
ctionality
--- On Sat 01/28, Karthik Manimaran < [EMAIL PROTECTED] > wrote:
From: Karthik Manimaran [mailto: [EMAIL PROTECTED]
To: user@struts.apache.org
Date: Sat, 28 Jan 2006 02:01:39 -0500
Subject: Form pre-fill issue
Hi,Form data is not getting pre-filled on submission. Ca
The bean property however is getting printed when jsp tags are used as
shown below. But html:text tag doesnt populate the value.
<%@ page language="java" %>
<%@ taglib uri="/WEB-INF/struts-html.tld" prefix="html" %>
<%@ taglib uri="/WEB-INF/struts-bean.tld" prefix="bean" %>
"/>
submit
O
Hi,
Even after giving the fully qualified class name it doesn't work.
Thanks and regards,
Karthik.
On 1/28/06, Debendra Barik <[EMAIL PROTECTED]> wrote:
>
> Hello,
> its appearing that you are using the type attribute inside the
> tag, its ok but you have to give fully qualified class name of
Hello,
its appearing that you are using the type attribute inside the
tag, its ok but you have to give fully qualified class name of the ActionForm
which you are using in the form-bean section of your struts-config.xml.
that is type="com.bofa.ecomm.snf.web.privacy.PrivacyPreferencesBean"
N
Hi,
Form data is not getting pre-filled on submission. Can anyone tell me the
reason?
JSP - included from def.jsp
-
<%@ page language="java" %>
<%@ taglib uri="/WEB-INF/struts-html.tld" prefix="html" %>
<%@ taglib uri="/WEB-INF/struts-bean.tld" prefix="bean" %>
submit
PrivacyPreferences
7 matches
Mail list logo