Skip to content

Commit

Permalink
Merge pull request #4 from avijra/master
Browse files Browse the repository at this point in the history
To fix issue of ClassCastException in JSPs where spring-web tags and jstl tags are used
  • Loading branch information
sguilhen committed Mar 14, 2014
2 parents cf35513 + 6142855 commit 219be20
Showing 1 changed file with 3 additions and 1 deletion.
Expand Up @@ -568,8 +568,10 @@ private static class ImplicitObjects

// XXX - This probably needs to change, now that this is in a
// standard pkg.
// Yes this has to move as it is breaking the spring tags or changing the value of the string sAttributeName
// from org.apache.taglibs.standard.ImplicitObjects to org.apache.taglibs.standard.jsp.ImplicitObjects
static final String sAttributeName =
"org.apache.taglibs.standard.ImplicitObjects";
"org.apache.taglibs.standard.jsp.ImplicitObjects";

//-------------------------------------
// Member variables
Expand Down

0 comments on commit 219be20

Please sign in to comment.