I've had this one on the radar for quite a while but never really wanted to do it because it'll require a bit of hacking on all the jsps, but since we are doing a bunch of cleanup work for 3.2 it seems appropriate.

I'd like to do 2 things ...

1. move the taglibs.jsp under WEB-INF/jsps like all the other jsps so that it's not out in the app context. Doing this just means moving the file and updating all jsps which reference it with the new path.

2. remove the <html:xhtml> line and insert that line inside all of our actual struts jsps. this is kind of a nit pick, but i don't think this line has anything to do with setting up the taglibs and imports and really it should be part of the actual struts jsps rather than hidden in this imported file.

pretty simple changes.  anyone object?

-- Allen

Reply via email to