• 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

specification

 
Ranch Hand
Posts: 41
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello,
I dont't know for you, but when I learnt with specification for preparing my beta 1.4 exam, I found a few things that looked strange.Maybe it could help people who make the specification, or the application server we use, if we feed back them after our studies.I'm not sure it's the good place to, but our moderator will react if needed.So I decide to write these things :
For example, I'm a little puzzled that the standard action <jsp:body> can't appear many times, at least in Tomcat 5.0.18, in an element such :

If standard actions claim to be XML why don't they behave like? In an XML element, If I remember correctly, the body of an element is considered to be the concatenation of all what is not an element.So the body can be cut in many pieces.That is not allowed by <jsp:body> . Do you agree?
reply
    Bookmark Topic Watch Topic
  • New Topic