You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by we...@apache.org on 2007/01/29 21:07:57 UTC

svn commit: r501169 - /myfaces/tomahawk/trunk/sandbox/core/src/main/tld/myfaces_sandbox.tld

Author: werpu
Date: Mon Jan 29 12:07:56 2007
New Revision: 501169

URL: http://svn.apache.org/viewvc?view=rev&rev=501169
Log:
changed the entity include
due to missing entity attribute implementations
this fixes a problem with weblogic in the input suggest
tld

Modified:
    myfaces/tomahawk/trunk/sandbox/core/src/main/tld/myfaces_sandbox.tld

Modified: myfaces/tomahawk/trunk/sandbox/core/src/main/tld/myfaces_sandbox.tld
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/sandbox/core/src/main/tld/myfaces_sandbox.tld?view=diff&rev=501169&r1=501168&r2=501169
==============================================================================
--- myfaces/tomahawk/trunk/sandbox/core/src/main/tld/myfaces_sandbox.tld (original)
+++ myfaces/tomahawk/trunk/sandbox/core/src/main/tld/myfaces_sandbox.tld Mon Jan 29 12:07:56 2007
@@ -156,7 +156,7 @@
         Enhanced standard JSP actions and custom MyFaces actions.
     </description>
 
-    <!-- inputSuggest -->
+    
 	<tag>
 		<name>loadBundle</name>
 		<tag-class>org.apache.myfaces.custom.loadbundle.LoadBundleTag</tag-class>
@@ -193,7 +193,7 @@
 		<tag-class>org.apache.myfaces.custom.suggest.InputSuggestTag</tag-class>
 		<body-content>JSP</body-content>
 		<description>Provides an input textbox with "suggest" functionality.</description>
-		&standard_input_text_attributes;
+		&ui_input_attributes;
 		&ext_forceId_attribute;
 		&alt_location_attributes;
 		&html_input_suggest_attributes;