cancel
Showing results for 
Search instead for 
Did you mean: 

Problem with onClick method on JSP

Former Member
0 Kudos
158

Hi All,

I have been experiencing a strange problem - when I activate any control (dropdownlistbox, button, radio-button, etc.) on the JSP, instead of activating the method specified in the onClick property the JSP activates the doInitialization method.

How can I get rid of this error?

I am using ep5.5 with jspdynpage class and the iView has isolation level 4.

Aviad

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

I have found that the error was caused by data field with a non standard char.

In one of the inputfields the value was 'Ren

ê

Roberto Rosa', when i changed the

ê

to a regular

e

the methods start working properly.

If anyone can explain why this char was interrupting with the normal flow of the jsp i would appreciate it very much

Aviad