On Wed, Jul 23,'03 (04:03 PM GMT-0400), [EMAIL PROTECTED]
wrote: 
 
> I am not "super-experienced" in this, but it seems to me, that your
> line:
> 
> <html:submit property="method" value="    Query     ">

Oh sorry, I missed that... I doubt the above would ever work. The
"method" had to match an actual method in your DispatchAction. So
the value needs to be the name of the dispatch method. Even if the name
of your method was "Query" (not standard since methods should start with
capital letters), I'm not sure it would work with all those spaces
around it. (Personal preference is like to make my dispatch declaration
a hidden field vs using it as the property of the submit button, but it
will work as the submit button if labeled correctly).

-- 
Rick



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

Reply via email to