cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Help us improve the PTC Community by taking this short Community Survey! X

Jsp tag dateInputComponent

VasiliyRepecki
12-Amethyst

Jsp tag dateInputComponent

Hi.

I'm using jsp tag dateInputComponent (from http://www.ptc.com/windchill/taglib/wrappers library) to create date editor.

How can i get data from this editor in jsp?

Thanks.

ACCEPTED SOLUTION

Accepted Solutions

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?

View solution in original post

2 REPLIES 2

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?

KD
12-Amethyst
12-Amethyst
(To:VasiliyRepecki)

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

Announcements


Top Tags