From: <fc...@us...> - 2007-02-05 15:10:49
|
Revision: 196 http://svn.sourceforge.net/openutils/?rev=196&view=rev Author: fcarone Date: 2007-02-05 07:10:48 -0800 (Mon, 05 Feb 2007) Log Message: ----------- dao uri fixed. Modified Paths: -------------- trunk/openutils-tags-spring/src/main/resources/META-INF/tags/ou/select.tag Modified: trunk/openutils-tags-spring/src/main/resources/META-INF/tags/ou/select.tag =================================================================== --- trunk/openutils-tags-spring/src/main/resources/META-INF/tags/ou/select.tag 2007-02-05 08:27:20 UTC (rev 195) +++ trunk/openutils-tags-spring/src/main/resources/META-INF/tags/ou/select.tag 2007-02-05 15:10:48 UTC (rev 196) @@ -1,7 +1,7 @@ <jsp:root version="2.0" xmlns:jsp="http://java.sun.com/JSP/Page" xmlns:spring="http://www.springframework.org/tags" xmlns:c="http://java.sun.com/jsp/jstl/core" xmlns:fmt="http://java.sun.com/jsp/jstl/fmt" xmlns:su="http://openutils.sourceforge.net/openutils-tags-commonslang" xmlns:elx="http://openutils.sourceforge.net/openutils-tags-elx" - xmlns:ou="http://openutils.sourceforge.net/openutils-tags-spring" xmlns:dao="urn:jsptld:dao"> + xmlns:ou="http://openutils.sourceforge.net/openutils-tags-spring" xmlns:dao="http://openutils.sourceforge.net/openutils-tags-dao"> <jsp:directive.attribute name="path" required="true" /> <jsp:directive.attribute name="name" required="false" /> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |