cancel
Showing results for 
Search instead for 
Did you mean: 

Permission Denied - Date Inputfield

Former Member
0 Kudos

Hello,

I'm using EP 5.0 PDK and am having some issues with a date type inputfield. When I set the "showhelp" to true so the date browser appears it works the first time, but every subsequent time a javascript error occurs that says "Permission Denied." Has anyone else solved this problem?

Thanks,

Dustin

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

I used it as an hbj control in a jsp page. I have no problem.

<hbj:inputField

id="DocumentDate"

type="date"

showHelp="true"

maxlength="100"/>

it shows up everytime. Perhaps something to do with your internet settings.