• 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
  • Tim Cooke
  • paul wheaton
  • Paul Clapham
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Roland Mueller
  • Piet Souris
Bartenders:

Reserved Prefix in using custom tags

 
Ranch Hand
Posts: 45
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I used reserved prefix in my code.

<%@ taglib prefix = "sun" uri = "Collection" %>
<sun:menu> Simple Menu </sun:menu>

It doesn't throw any error.Page is evaluated and i got desired result also.
I tried with java,servlet, prefix also. Everything is working fine.

Uasage of reserved prefix is restricted right?
If so how does my code evaluates?
 
pie sneak
Posts: 4727
Mac VI Editor Ruby
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The spec doesn't say the container should throw an error.
[ April 02, 2008: Message edited by: Marc Peabody ]
 
reply
    Bookmark Topic Watch Topic
  • New Topic