Search...
FAQs
Subscribe
Pie
FAQs
Recent topics
Flagged topics
Hot topics
Best topics
Search...
Search within JSP
Search Coderanch
Advance search
Google search
Register / Login
Win a copy of
Eclipse Collections Categorically: Level up your programming game
this week in the
Open Source Projects
forum!
Post Reply
Bookmark Topic
Watch Topic
New Topic
programming forums
Java
Mobile
Certification
Databases
Caching
Books
Engineering
Micro Controllers
OS
Languages
Paradigms
IDEs
Build Tools
Frameworks
Application Servers
Open Source
This Site
Careers
Other
Pie Elite
all forums
this forum made possible by our volunteer staff, including ...
Marshals:
Campbell Ritchie
Tim Cooke
paul wheaton
Ron McLeod
Jeanne Boyarsky
Sheriffs:
Paul Clapham
Saloon Keepers:
Tim Holloway
Roland Mueller
Bartenders:
Forum:
JSP
jsp error
subrat jyetki
Greenhorn
Posts: 4
posted 18 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
Exception: /normreports/reportsMainTemplate.jsp(120,32) Attribute onChange invalid for tag file according to TLD
Christophe Verré
Sheriff
Posts: 14691
16
I like...
posted 18 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
Look at line 120, column 32 in reportsMainTemplate.jsp.
You are setting an attribute called onChange to a tag which does not support this attribute.
[My Blog]
All roads lead to JavaRanch
subrat jyetki
Greenhorn
Posts: 4
posted 18 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
so what shoul i do to remove the error
plase help me
Christophe Verré
Sheriff
Posts: 14691
16
I like...
posted 18 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
I can't tell without seeing that line of your
JSP
file. Just check the tag at line 120, and check its documentation to see if you can use an onChange attribute.
[My Blog]
All roads lead to JavaRanch
What are your superhero powers? Go ahead and try them on this tiny ad:
Clean our rivers and oceans from home
https://www.kickstarter.com/projects/paulwheaton/willow-feeders
reply
reply
Bookmark Topic
Watch Topic
New Topic
Boost this thread!
Similar Threads
Onchange Attribute in TLD
Attribute onchange
MVC form action problem
unable to display bean property using ArrayList
Redeclare even inherited tag attributes in TLD?
More...