Author: scabanovich
Date: 2010-08-04 10:37:38 -0400 (Wed, 04 Aug 2010)
New Revision: 23920
Modified:
trunk/jst/plugins/org.jboss.tools.jst.web.kb/taglibs/JsfHtmlBasic.xml
Log:
https://jira.jboss.org/browse/JBIDE-6303
Modified: trunk/jst/plugins/org.jboss.tools.jst.web.kb/taglibs/JsfHtmlBasic.xml
===================================================================
--- trunk/jst/plugins/org.jboss.tools.jst.web.kb/taglibs/JsfHtmlBasic.xml 2010-08-04
13:13:46 UTC (rev 23919)
+++ trunk/jst/plugins/org.jboss.tools.jst.web.kb/taglibs/JsfHtmlBasic.xml 2010-08-04
14:37:38 UTC (rev 23920)
@@ -2,7 +2,11 @@
<!DOCTYPE tag-lib PUBLIC "-//Red Hat, Inc//DTD Knowledge Base 2.0//EN"
"http://anonsvn.jboss.org/repos/jbosstools/trunk/jst/plugins/org.jboss.tools.jst.web.kb/resources/kbCustomTagLibSchema-1.0.dtd">
<tag-lib defaultPrefix="h">
<component closeTag="true" name="commandButton">
- <attribute name="action" required="true" />
+ <attribute name="action" required="true">
+ <proposal type="beanMethodBySignature">
+ <param name="returnType" value="java.lang.String" />
+ </proposal>
+ </attribute>
<attribute name="value" required="true" />
<attribute name="image">
<proposal type="file">