Hi, 

i dont know how to use the Struts validator together with DispatchAction (Struts 
1.1b1): 

in the validator.xml there had to be the 
- name of the form of struts-config (f. e. TestForm) 
- or the name of the path from struts-config (f.e. /test ) 

as soon as one of this appears, the validation gets started. 

If i only want to start validation with (/test?method=specialThing), i couldnt define 
it anywhere, as far as i see. 

So, the validation is started for e. g.: 
- /test?method=showLeftFrame 
- /test?method=showMainFrame 
- /test?method=specialThing 

therefore always the jsp, which is defined as input in struts-config is shown. 

Suppose i have a Frameset with two frames, in both frames are shown the same jsp now. 

Who knows a solution? Or do i have to extend Struts myself?

Best Regards, 
M. Weise 

Reply via email to