I had a look in the sources, indeed sb. changed them. I talked with my
collegues, we changed to struts version 1.1, now everything works fine.

Thanks a lot for your help. I really appreciate this!

----- Original Message ----- 
From: "Dirk Markert" <[EMAIL PROTECTED]>
To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
Sent: Friday, July 25, 2003 2:40 PM
Subject: Re[9]: validate = false does not work


> Hello Michael,
>
> even in version 1.0 there is no line 1955 in ActionServlet!? Has
> anyone changed the sources?
>
> Can you send your complete stack trace? It might help.
>
> ***************************************************************
>
> MO> Hi Dirk,
>
> MO> Iīm using version 1.0.
>
> MO> Iīm starting with requestSave. I donīt get it, why Struts is calling
the
> MO> validate method of my proposalForm.
>
> MO> Thanks Michael
> MO> ----- Original Message ----- 
> MO> From: "Dirk Markert" <[EMAIL PROTECTED]>
> MO> To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
> MO> Sent: Friday, July 25, 2003 12:19 PM
> MO> Subject: Re[7]: validate = false does not work
>
>
> >> Hello Michael,
> >>
> >> what is the action you are starting with, proposalAdd or requestSave?
> >>
> >> Which version of Struts are you using? The sources of ActionServlet
> >> (version 1.02) only have 1795 lines. Your stack trace says line 1955
> >> in ActionServlet.
> >>
> >> ***************************************************************
> >>
> >> MO> Hi Dirk,
> >>
> >> MO> thanks for your help. I donīt think that the validate getīs called
> >> MO> elsewhere. See....... config. always forward success is called. it
> MO> crashes
> >> MO> from end of proposalAdd to proposalEdit.
> >>
> >> MO>            <action    path="/requestSave"
> >> MO>                   type="epool.controller.request.SaveAction"
> >> MO>                   name="requestForm"
> >> MO>                   scope="request"
> >> MO>                   validate="false"
> >> MO>                   input="/requestaddedit.jsp">
> >> MO>             <forward name="success" path="/proposalAdd.action"/>
> >> MO>        </action>
> >> MO>  <action    path="/proposalAdd"
> >> MO>                   type="epool.controller.proposal.AddAction"
> >> MO>                   name="requestForm"
> >> MO>                   scope="request"
> >> MO>                   validate="false"
> >> MO>                   input="/proposaladdedit.jsp">
> >> MO>          <forward name="success"  path="/proposalEdit.action"/>
> >> MO>        </action>
> >>
> >> MO>   <action    path="/proposalEdit"
> >> MO>                   type="epool.controller.proposal.EditAction"
> >> MO>                   name="proposalForm"
> >> MO>                   scope="request"
> >> MO>                   validate="false"
> >> MO>                   input="/proposaladdedit.jsp">
> >> MO> <forward name="success"  path="/proposaladdedit.jsp"/>
> >> MO>        </action>
> >>
> >> MO> see the stack trace says, that struts calls the validate method
> >>
> >> MO> ...
> >> MO>  at
> MO> epool.view.AbstractActionForm.validate(AbstractActionForm.java:214)
> >> MO>  at
> >> MO>
> MO>
org.apache.struts.action.ActionServlet.processValidate(ActionServlet.java:19
> >> MO> 55)
> >> MO> ......
> >> MO>        ----- Original Message ----- 
> >> MO> From: "Dirk Markert" <[EMAIL PROTECTED]>
> >> MO> To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
> >> MO> Sent: Friday, July 25, 2003 11:35 AM
> >> MO> Subject: Re[5]: validate = false does not work
> >>
> >>
> >> >> Hello Michael,
> >> >>
> >> >>
> >> >>
> >> >> ***************************************************************
> >> >>
> >> >> MO> no there is no validate call in the whole project. i searched
for
> >> MO> references
> >> >> MO> und declarations.
> >> >>
> >> >> By default, validate is performed for every action mapping. If
another
> >> MO> action mapping
> >> >> is using your "requestForm" the validate method will be called.
Check
> >> >> your action mappings.
> >> >>
> >> >> MO> what does
> >> >> MO> <init-param>
> >> >> MO>       <param-name>validate</param-name>
> >> >> MO>       <param-value>true</param-value>
> >> >> MO>     </init-param>
> >> >>
> >> >> That's for validating your config files.
> >> >>
> >> >> MO> in the web.xml mean? perhaps is there anything wrong?
> >> >> MO> ----- Original Message ----- 
> >> >> MO> From: "Dirk Markert" <[EMAIL PROTECTED]>
> >> >> MO> To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
> >> >> MO> Sent: Friday, July 25, 2003 11:15 AM
> >> >> MO> Subject: Re[3]: validate = false does not work
> >> >>
> >> >>
> >> >> >> Hello Michael,
> >> >> >>
> >> >> >>   may be your /proposalEdit.action??
> >> >> >>
> >> >> >> ***************************************************************
> >> >> >>
> >> >> >> DM> Hello Michael,
> >> >> >>
> >> >> >> DM> there is/was no problem with validation. Perhaps another
action
> >> >> >> DM> mapping is calling your validate action?
> >> >> >>
> >> >> >> DM>
***************************************************************
> >> >> >>
> >> >> >> MO>> No, I have restarted everything. Iīve got an older version
of
> >> MO> struts.
> >> >> MO> Was
> >> >> >> MO>> there a problem once? I canīt switch to a newer version,
> MO> because
> >> MO> of
> >> >> MO> the
> >> >> >> MO>> spec.
> >> >> >> MO>> ----- Original Message ----- 
> >> >> >> MO>> From: "Nagaraj_K" <[EMAIL PROTECTED]>
> >> >> >> MO>> To: "Struts Users Mailing List"
> MO> <[EMAIL PROTECTED]>
> >> >> >> MO>> Sent: Friday, July 25, 2003 10:48 AM
> >> >> >> MO>> Subject: RE: validate = false does not work
> >> >> >>
> >> >> >>
> >> >> >> MO>> I dont see any error in what is mentioned out here. Only
doubt
> MO> for
> >> MO> me
> >> >> MO> is
> >> >> >> MO>> that if u have changed the XML file in the middle and have
not
> >> >> MO> restarted the
> >> >> >> MO>> webserver...
> >> >> >> MO>> try restarting web server once...
> >> >> >>
> >> >> >> MO>> -----Original Message-----
> >> >> >> MO>> From: Michael Olszynski [mailto:[EMAIL PROTECTED]
> >> >> >> MO>> Sent: Friday, July 25, 2003 1:57 PM
> >> >> >> MO>> To: 'Struts Users Mailing List'
> >> >> >> MO>> Subject: validate = false does not work
> >> >> >>
> >> >> >>
> >> >> >> MO>> Hi,
> >> >> >>
> >> >> >> MO>> Validate=false in my struts-config.xml does not work. The
> MO> validate
> >> >> MO> Method is
> >> >> >> MO>> called alway. Can anybody help me? See:
> >> >> >>
> >> >> >> MO>>  <action    path="/proposalAdd"
> >> >> >> MO>>                   type="epool.controller.proposal.AddAction"
> >> >> >> MO>>                   name="requestForm"
> >> >> >> MO>>                   scope="request"
> >> >> >> MO>>                   validate="false"
> >> >> >> MO>>                   input="/proposaladdedit.jsp">
> >> >> >> MO>>          <forward name="success"
path="/proposalEdit.action"/>
> >> >> >> MO>>        </action>
> >> >> >>
> >> >> >> MO>> Is there any error?
> >> >> >>
> >> >> >> MO>> Iīm using an older version of struts..
> >> >> >> MO>>
> >> >> MO>
> >> MO>
> MO>
**************************************************************************
> >> >> >> MO>> This email (including any attachments) is intended for the
sole
> >> MO> use
> >> >> MO> of the
> >> >> >> MO>> intended recipient/s and may contain material that is
> MO> CONFIDENTIAL
> >> >> MO> AND
> >> >> >> MO>> PRIVATE COMPANY INFORMATION. Any review or reliance by
others
> MO> or
> >> >> MO> copying or
> >> >> >> MO>> distribution or forwarding of any or all of the contents in
> MO> this
> >> >> MO> message is
> >> >> >> MO>> STRICTLY PROHIBITED. If you are not the intended recipient,
> MO> please
> >> >> MO> contact
> >> >> >> MO>> the sender by email and delete all copies; your cooperation
in
> >> MO> this
> >> >> MO> regard
> >> >> >> MO>> is appreciated.
> >> >> >> MO>>
> >> >> MO>
> >> MO>
> MO>
**************************************************************************
> >> >> >>
> >> >> >>
> >> >> >>
> >> >> >>
> >>
>
MO>>>> ---------------------------------------------------------------------
> >> >> >> MO>> To unsubscribe, e-mail:
> MO> [EMAIL PROTECTED]
> >> >> >> MO>> For additional commands, e-mail:
> >> MO> [EMAIL PROTECTED]
> >> >> >>
> >> >> >>
> >> >> >>
> >> >> >> DM> Regards,
> >> >> >> DM> Dirk
> >> >> >>
> >> >> >> DM> +------- Quality
leads ---------------------------------------+
> >> >> >> DM> | Dirk Markert                     [EMAIL PROTECTED]
|
> >> >> >> DM> | Dr. Markert Softwaretechnik AG
|
> >> >> >> DM> | Joseph-von-Fraunhofer-Str. 20
|
> >> >> >> DM> | 44227 Dortmund
|
> >> >> >> DM> +---------------------------------->>>>>>> to success!
<<<<<<-+
> >> >> >>
> >> >> >>
> >> >> >>
> >>
DM>> ---------------------------------------------------------------------
> >> >> >> DM> To unsubscribe, e-mail:
> MO> [EMAIL PROTECTED]
> >> >> >> DM> For additional commands, e-mail:
> >> MO> [EMAIL PROTECTED]
> >> >> >>
> >> >> >>
> >> >> >>
> >> >> >> Regards,
> >> >> >> Dirk
> >> >> >>
> >> >> >> +------- Quality leads ---------------------------------------+
> >> >> >> | Dirk Markert                     [EMAIL PROTECTED] |
> >> >> >> | Dr. Markert Softwaretechnik AG                              |
> >> >> >> | Joseph-von-Fraunhofer-Str. 20                               |
> >> >> >> | 44227 Dortmund                                              |
> >> >> >> +---------------------------------->>>>>>> to success! <<<<<<-+
> >> >> >>
> >> >> >>
> >> >>
> >>> ---------------------------------------------------------------------
> >> >> >> To unsubscribe, e-mail:
[EMAIL PROTECTED]
> >> >> >> For additional commands, e-mail:
[EMAIL PROTECTED]
> >> >> >>
> >> >> >>
> >> >>
> >> >>
> >> >>
> >> >>
> MO>> ---------------------------------------------------------------------
> >> >> MO> To unsubscribe, e-mail:
[EMAIL PROTECTED]
> >> >> MO> For additional commands, e-mail:
> MO> [EMAIL PROTECTED]
> >> >>
> >> >>
> >> >>
> >> >> Regards,
> >> >> Dirk
> >> >>
> >> >> +------- Quality leads ---------------------------------------+
> >> >> | Dirk Markert                     [EMAIL PROTECTED] |
> >> >> | Dr. Markert Softwaretechnik AG                              |
> >> >> | Joseph-von-Fraunhofer-Str. 20                               |
> >> >> | 44227 Dortmund                                              |
> >> >> +---------------------------------->>>>>>> to success! <<<<<<-+
> >> >>
> >> >>
> >>
>> ---------------------------------------------------------------------
> >> >> To unsubscribe, e-mail: [EMAIL PROTECTED]
> >> >> For additional commands, e-mail: [EMAIL PROTECTED]
> >> >>
> >> >>
> >>
> >>
> >>
> >>
MO> ---------------------------------------------------------------------
> >> MO> To unsubscribe, e-mail: [EMAIL PROTECTED]
> >> MO> For additional commands, e-mail:
[EMAIL PROTECTED]
> >>
> >>
> >>
> >> Regards,
> >> Dirk
> >>
> >> +------- Quality leads ---------------------------------------+
> >> | Dirk Markert                     [EMAIL PROTECTED] |
> >> | Dr. Markert Softwaretechnik AG                              |
> >> | Joseph-von-Fraunhofer-Str. 20                               |
> >> | 44227 Dortmund                                              |
> >> +---------------------------------->>>>>>> to success! <<<<<<-+
> >>
> >>
> >> ---------------------------------------------------------------------
> >> To unsubscribe, e-mail: [EMAIL PROTECTED]
> >> For additional commands, e-mail: [EMAIL PROTECTED]
> >>
> >>
>
>
>
> MO> ---------------------------------------------------------------------
> MO> To unsubscribe, e-mail: [EMAIL PROTECTED]
> MO> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>
> Regards,
> Dirk
>
> +------- Quality leads ---------------------------------------+
> | Dirk Markert                     [EMAIL PROTECTED] |
> | Dr. Markert Softwaretechnik AG                              |
> | Joseph-von-Fraunhofer-Str. 20                               |
> | 44227 Dortmund                                              |
> +---------------------------------->>>>>>> to success! <<<<<<-+
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to