This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes HTML, CSS and JavaScript and the fly likes IE bug ? field too long ? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Engineering » HTML, CSS and JavaScript
Reply Bookmark "IE bug ? field too long ?" Watch "IE bug ? field too long ?" New topic
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
    
    6
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
    
  13

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]
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: IE bug ? field too long ?
 
Similar Threads
Javascript API
HashMap and hashCode()
Getting "Password can not be less than 6 characters" error message even i enter more than 6 chars
Hashmap Confusion
S & B SCJP 6 - C7 - Q4 erratum