• 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
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

j2eeCertificate(getProperty)

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


shouldnt the answer be 2,4,5?

regards
-santosh
 
Ranch Hand
Posts: 2023
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
same question thread
 
singh santosh
Ranch Hand
Posts: 136
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi owen,
thanks for the reply
but from that thread i got
i tried this in tomcat and it worked .Yes it would be invalid if there is some space between
<jsp:getProperty .. >space</jsp:getProperty>

afterall

according to the jsp syntax getProperty and setProperty should not have body that means body should be empty.
But, doesnt the following is valid syntax for empty body tag:
<tag:myTag />
<tag:myTag></tag:myTag> (there should not be any blank space in the body)

If the above is true then the option 2 should also be the answer.

Please clarify..

regards
-santosh
[ July 15, 2006: Message edited by: singh santosh ]
 
wise owen
Ranch Hand
Posts: 2023
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Check this one.
 
reply
    Bookmark Topic Watch Topic
  • New Topic