cancel
Showing results for 
Search instead for 
Did you mean: 

htmlb InputField+showHelp

Former Member
0 Kudos

Hi Friends,

I am using htmlb InputField with type"DATE" in a JSP DynPage.The code is

<hbj:inputField

id="input_verificationDate"

type="DATE"

showHelp="TRUE" />

With this code,I am getting the date picker button after the inputfield.But the problem is,when I click that button It is not opening the date pop up window.It is displaying a message saying that "Error on Page".

Can plz tell me the problem,Urgent.

Thanks

Sampath .g

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

u shud use the model also.

here in my jsp file,i ve given model="myBean.model"

in bean u get & set the datenavigator model ,using getter & setter methods

for more help ,refer this help file.

http://help.sap.com/saphelp_nw04/helpdata/en/aa/9b0e41a346ef6fe10000000a1550b0/frameset.htm

Regards

Bhargava

try to award points if it is helpful

Answers (0)