Hi,

I'm just sitting in front of a HTML-form with post as method. The form
sends data to a simple-method, registered as service, but I'm always
getting errors about missing parameters. The missing parameters are
correct, because I've set some to optional="false".

2006-08-04 12:35:19,746 (http-0.0.0.0-8443-Processor4) [      
ModelService.java:300:DEBUG] [ModelService.validate] : {updateIt} :
Validating context - {myparam=1, mynextparam=2, ..., mylastparam=123}

The parameters seem to exist in my context, but how can I tell the service
to use them in the parameters map? (I think this map is used for
services?!?) I couldn't find a parameter in the service definition which
maps from context to parameters or any. Did I overlook anything?

BTW: With method="get" there were no problems, but try to submit a special
Unicode-char with get...;)

TIA

Best regards,
Fabian.



Reply via email to