Author: musachy
Date: Tue Mar  6 18:22:01 2007
New Revision: 515425

URL: http://svn.apache.org/viewvc?view=rev&rev=515425
Log:
WW-1607 Fix autocompleter example to use dojo plugin


Modified:
    
struts/struts2/trunk/apps/showcase/src/main/webapp/ajax/autocompleter/index.jsp

Modified: 
struts/struts2/trunk/apps/showcase/src/main/webapp/ajax/autocompleter/index.jsp
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/apps/showcase/src/main/webapp/ajax/autocompleter/index.jsp?view=diff&rev=515425&r1=515424&r2=515425
==============================================================================
--- 
struts/struts2/trunk/apps/showcase/src/main/webapp/ajax/autocompleter/index.jsp 
(original)
+++ 
struts/struts2/trunk/apps/showcase/src/main/webapp/ajax/autocompleter/index.jsp 
Tue Mar  6 18:22:01 2007
@@ -1,4 +1,5 @@
 <%@ page contentType="text/html;charset=UTF-8" language="java" %>
+<%@ taglib prefix="s" uri="/struts-tags" %>
 <%@ taglib prefix="sx" uri="/struts-dojo-tags" %>
 <html>
 <head>


Reply via email to