• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

about uri element of tld

 
Ranch Hand
Posts: 188
IntelliJ IDE MySQL Database Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi
is the <uri> element of a tld (which comes under <taglib ....> ) an optional element ??
 
Ranch Hand
Posts: 218
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

<xsd:element name="uri" type="j2ee:xsdAnyURIType" minOccurs="0">
<xsd:annotation>
<xsd ocumentation>Defines a public URI that uniquely identifies this version of the taglibrary. Leave it empty if it does not apply.</xsd ocumentation>
</xsd:annotation>
</xsd:element>



This part of the xsd tells the story, uri tag is is optional.
[ September 16, 2007: Message edited by: Amol Nayak ]
 
reply
    Bookmark Topic Watch Topic
  • New Topic