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

[OCWCD] Standard-tags <jsp:root>

 
Greenhorn
Posts: 12
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi!

I have a little problem with this tag, because I can't declare it in my JSP file.


I wanna know, which file is the config file of stardart-tags.
I think that should be a ".TLD" file, like others tags, but I can not find it too...


But, if this file not exists. I wanna know because my JSP not accepts the <jsp:root> tag...


Thnks
Paulo Gervásio.
 
Creator of Enthuware JWS+ V6
Posts: 3412
320
Android Eclipse IDE Chrome
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Paulo,

The jsp:root element can only appear at the root of the file:

JSP.6.3.2 The jsp:root Element
he jsp:root element can only appear as the root element in a JSP document or
in a tag file in XMLsyntax; otherwise a translation error shall occur.




How did you try to use it?

Regards,
Frits
 
Paulo Gervásio.
Greenhorn
Posts: 12
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Frits,

In truth I am trying do a XML document class a taglib... For example:


And I got it! Take a look:



Thanks, you really helped me!



 
reply
    Bookmark Topic Watch Topic
  • New Topic