Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.0
-
None
Description
The following script:
<j:jelly xmlns:j="jelly:core">
<foo xmlns:xx="lolo" xx:att2="lala"/>
</j:jelly>
Yields a very weird error which, after tracing, indicates that StaticTagScript handles attributes without namespace.
paul