Skip to main content
Best answer by VasiliyRepecki

I found.

request.getParameter("null___XXX_col_XXX___textbox") returns value from date editor.

XXX - is name attribute of tag.

Can anybody tell me, what is null substring in parameter name?

1 reply

VasiliyRepecki1-VisitorAuthorAnswer
1-Visitor
September 12, 2014

I found.

request.getParameter("null___XXX_col_XXX___textbox") returns value from date editor.

XXX - is name attribute of tag.

Can anybody tell me, what is null substring in parameter name?

12-Amethyst
September 16, 2014

Hi,

If using HTML tag for input, the tag name must be following style for being read at NmCommandBean. “null___[attribute name]___textbox” If you want to use combo box, you must set name like following for NmCommandBean. “null___[attribute name]___combobox”

Thanks,

Kaushik