GayaBalan / struts2-jquery-plugin

Automatically exported from code.google.com/p/struts2-jquery-plugin
0 stars 0 forks source link

If i just include the head tag.. i get an error #14

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.<sj:head/>

What is the expected output? What do you see instead?
no errors is expected output.... 

but i see this error
*****The sj:head tag declares that it accepts dynamic attributes but does
not implement the required interface******

What version of the product are you using? On what operating system?
1.0.7

Please provide any additional information below.

Original issue reported on code.google.com by rris...@gmail.com on 5 Sep 2009 at 4:04

GoogleCodeExporter commented 9 years ago
I can't reproduce the problem:
I don't thin kit's an issue with the head tag. It sounds as if might have some 
.jar
issues (maybe wrong version of jsp-api.jar nor servlet-api.jar.).

Google "tag declares that it accepts dynamic attributes but does
not implement the required interface" to see some similar cases.

Original comment by obinna@gmail.com on 27 Sep 2009 at 4:00

GoogleCodeExporter commented 9 years ago
Hi, 
I'm facing the same issue as soon as I render the jsp where I put the <sj:head 
compressed="false"/> I get:

The sj:head tag declares that it accepts dynamic attributes but does not 
implement the required interface.

My Environment is:
OS: Windows XP
IDE: Eclipse Galileo Win32
Java Dyn Web App 2.4

struts2-core-2.0.11.jar
struts2-tiles-plugin-2.0.14.jar
struts2-jquery-plugin-1.4

Original comment by hua...@gmail.com on 17 Jun 2010 at 4:22

Attachments: