| Author |
IE bug ? field too long ?
|
Edward Chen
Ranch Hand
Joined: Dec 23, 2003
Posts: 758
|
|
I found a weird thing about IE. This will cause bug, say the form has problem. actually it is the name field length too long. <b> 'todos[0].todoId' is too long ! </b> .its maxium of it will be 12 character. I try firefox, it is fine. I am using IE6.02 and XP pro with SP2. Have you ever met same problem ? Any body knows how fix it , except reducing the length ? Thanks.
|
 |
Eric Pascarello
author
Rancher
Joined: Nov 08, 2001
Posts: 15357
|
|
I have seen form fields longer than 12 characters before, I do not think there is any problem. What is the exact error message. Eric
|
 |
Animesh Saxena
Ranch Hand
Joined: Jan 15, 2006
Posts: 62
|
|
Yup wierd....definitely.....not a bug
|
Animesh Saxena<br /> <br />Open Source Developer
|
 |
Edward Chen
Ranch Hand
Joined: Dec 23, 2003
Posts: 758
|
|
Originally posted by Eric Pascarello: What is the exact error message. Eric
The error is "invalid syntax" in these codings my jsp file is The problem is from this jsp coding above. Thanks for your reply.
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56204
|
|
my jsp file is
Showing the JSP source in an HTML forum doesn't help much. Rather, show us the renderred HTML that gets sent to the browser. Preferably pared down to only relevant portions.
|
[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
|
 |
 |
|
|
subject: IE bug ? field too long ?
|
|
|