[Ejtools-cvs] CVS: applications/jndi.browser/src/webapp/resources application.tld,1.1,1.2
Brought to you by:
letiemble
From: Laurent E. <let...@us...> - 2002-05-25 20:52:50
|
Update of /cvsroot/ejtools/applications/jndi.browser/src/webapp/resources In directory usw-pr-cvs1:/tmp/cvs-serv4799/jndi.browser/src/webapp/resources Modified Files: application.tld Log Message: Add attribute value Index: application.tld =================================================================== RCS file: /cvsroot/ejtools/applications/jndi.browser/src/webapp/resources/application.tld,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** application.tld 24 May 2002 21:16:36 -0000 1.1 --- application.tld 25 May 2002 20:52:47 -0000 1.2 *************** *** 24,26 **** --- 24,57 ---- </attribute> </tag> + <tag> + <name>propertyEditor</name> + <tagclass>net.sourceforge.ejtools.jndibrowser.web.taglib.AttributeEditorTag</tagclass> + <bodycontent>empty</bodycontent> + <info/> + <attribute> + <name>name</name> + <required>true</required> + <rtexprvalue>true</rtexprvalue> + </attribute> + <attribute> + <name>property</name> + <required>true</required> + <rtexprvalue>true</rtexprvalue> + </attribute> + <attribute> + <name>scope</name> + <required>false</required> + <rtexprvalue>true</rtexprvalue> + </attribute> + <attribute> + <name>filter</name> + <required>false</required> + <rtexprvalue>true</rtexprvalue> + </attribute> + <attribute> + <name>ignore</name> + <required>false</required> + <rtexprvalue>true</rtexprvalue> + </attribute> + </tag> </taglib> |