<%
org.apache.struts.action.ActionMapping mapping = null;
mapping = (org.apache.struts.action.ActionMapping)
request.getAttribute("org.apache.struts.action.mapping.instance");
%>
-Original Message-
From: Nandita Rajagopalan [mailto:[EMAIL PROTECTED]
Sent: Wednesday, F
oppss, just try to add language parameter,,
-Original Message-
From: Seyhan Basmaci
Sent: Friday, January 14, 2005 3:13 PM
To: Struts Users Mailing List
Subject: RE: Different validations for one form
add language and cuntry parameters ,,
(country may be different from FR
same error...
Seyhan Basmaci <[EMAIL PROTECTED]> wrote:you have two formset tag,
(Note: The FormSet has language, country, and variant attributes that
correspond with the java.util.Locale class.
If they are not used, the FormSet will be set to the default locale.)
Put "/commerci
ialplanPrint_jsp.java:734)
at
org.apache.jsp.commercialplanPrint_jsp._jspService(commercialplanPrint_jsp.java:210)
What am I doing wrong ?
Thanks !
Seyhan Basmaci <[EMAIL PROTECTED]> wrote:
in your struts config file ,
define two map to same action class,
for example , pathA and PathB
in va
anks for your help.
Seyhan Basmaci <[EMAIL PROTECTED]> wrote:
you can use form based validation or action based validation in struts 1.2 ,
1) to use form based validation,
form classes must extend ValidatorActionForm or DynaValidatorActionForm classes.
(org.apache.struts.validator.
you can use form based validation or action based validation in struts 1.2 ,
1) to use form based validation,
form classes must extend ValidatorActionForm or DynaValidatorActionForm
classes.
(org.apache.struts.validator.ValidatorActionForm,org.apache.struts.validator.DynaValidatorActionFor
We are decorating each request object for our requirements.
MySpecialRequest customReq= MySpecialRequest(request);
Also , MySpecialRequest extends HttpRequest
If the content type is multipart/form-data ,also struts decorates our request object
in
processMultipart method and returns an
Hi,
We have upgraded to Struts 1.2.2 , but we have encountered a problem. Embedded
JavaScript validators use the following code
function validateRequired(form) {
var isValid = true;
var focusField = null;
var i = 0;
var fields = new Array();
var formN
8 matches
Mail list logo