This week's book giveaway is in the Agile and Other Processes forum.
We're giving away four copies of Darcy DeClute's Scrum Master Certification Guide: The Definitive Resource for Passing the CSM and PSM Exams and have Darcy DeClute on-line!
See this thread for details.
  • 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
  • Devaka Cooray
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Jeanne Boyarsky
  • Tim Cooke
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Tim Moores
  • Mikalai Zaikin
  • Carey Brown
Bartenders:

body-content in tags

 
Ranch Hand
Posts: 69
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hello everybody,

i think tags are the most confusing topic.I am very much confused about the valid values for body-content in the tags....so plz if anyone can tell me if i am correct. according to me

1)For Classical Custom Tags possible values are:empty,tagdependent,JSP(default)

2)For Simple Custom Tags possible values are:empty,tagdependent,scriptless.

3)For tag files(using tag directive) possible values for body-content are:empty,tagdependent,scriptless(default).

If the above is correct please let me know the default value in case of Simple Custom Tags.

Thanking in advance.
 
Ranch Hand
Posts: 517
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The possible body content values for simple tags,

scriptless(default)
tagdependent
empty


The possible body content values for classic tags,

JSP (Default)
tagdependent
empty.


Hope this will help you .

Thanks,
Vinod.
 
Ranch Hand
Posts: 951
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

Possible values for Custom tags : JSP, scriptless,empty,tagdependent
Possible values for Simple tags : scriptless,empty,tagdependent
Possible values for Tag files : scriptless (default) ,empty,tagdependent

No defuult for Custom and Simple tag. <body-content> is mandatary in tld for these tags as per JSP spec 2.0.

Thanks
 
I RELEASE YOU! (for now .... ) Feel free to peruse this tiny ad:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic