Hi.

I'm using cocoon2.1m3.

I'm passing this to an action:

<map:parameter name="id" value="{request-param:id}"/>

Inside the action, if the HTTP POST request fails to include "id", the
value of the parameter ( params.getParameter("id", null) ) is an empty
String instead of a null.

Why does the *value* of the sitemap parameter gets filled with an empty
String instead of a null ??

Because of this, inside the action I can't determine if there is
something wrong with the POST request (id not included should be null),
or if the id sent is really empty.

Thanks for your help.




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

Reply via email to