Can you post the relevant form definition in validation.xml?  I'm having a
hard time downloading the attachment.

David


--- "Kamholz, Keith   (corp-staff) USX" <[EMAIL PROTECTED]> wrote:
> Hey everyone,
> I posted recently regarding my issues with the Validator plugin.  There
> were
> a few suggestions, but I had already checked everything that was
> mentioned.
> I'm going crazy, I've been trying for a several days to get this thing
> working, but have gotten nowhere.  I'm posting some of my code.  If
> anyone
> is willing to check it out to see if they notice any mistakes, I'd
> really
> appreciate it.
> 
> Here are a few snippets from my struts-config.xml :
> 
>   <form-beans>
>       <form-bean name="ansm" type="com.moog.us.app.ans.data.AnsmItem"/>
>       <form-bean name="ansa" type="com.moog.us.app.ans.data.AnsaItem"/>
>   </form-beans>
> 
> 
>   <action path="/AddFormat" type="com.moog.us.app.ans.action.AddANSM"
>       validate="true"
>       name="ansm"
>       scope="request"
>       input="tiles.addFormat"/>
> 
>   <message-resources parameter="ApplicationResources"/>
> 
>       <plug-in className="com.moog.us.struts.AppStartupPlugin"/>
> 
>       <plug-in className="org.apache.struts.tiles.TilesPlugin" >
>           <set-property property="definitions-config" 
>                                value="/WEB-INF/tiles-defs.xml" />
>           <set-property property="moduleAware" value="true" />
>               <set-property property="definitions-parser-validate"
> value="true" />
>       </plug-in>
>   
>       <plug-in className="org.apache.struts.validator.ValidatorPlugIn">
>               <set-property
>               property="pathnames"
>       
> value="/WEB-INF/validator-rules.xml,/WEB-INF/validation.xml"/>
>       </plug-in>
> 
> 
> I have the necessary messages in my ApplicationResources, and my form
> beans
> sublass ValidatorForm.
> 
> I've also attached my validation.xml and the JSP that uses the action
> that
> I've shown above.  If there are any other files that I should send as
> well,
> let me know.
> 
> I'm going nuts here!  Any help would be greatly appreciated.  Thanks!
> 
> 
> - Keith
> 
> 
> 
>  <<validation.xml>> 
> 
>  <<AddFormat.jsp>> 
> 
> > ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]


__________________________________
Do you Yahoo!?
SBC Yahoo! DSL - Now only $29.95 per month!
http://sbc.yahoo.com

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

Reply via email to