• 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:

clarification reg jsp:invoke, variable directive etc..

 
Ranch Hand
Posts: 372
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Are jsp:invoke, variable directives in tag files and dynamic-attributes / DynamicAttributes interface covered in the exam syllabus? Chapter 10 does not even mention about these, but there are quite a few mock-exam questions at the end of the chapter regarding these...those who have taken the exam please respond if you got questions in the exam in these areas.
 
Ranch Hand
Posts: 87
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I had a question abiut dynamic attributes. something like "Is it enough to use dynamic attributes, when taglib.tld has <dynamic-attributes>true</dynamic-attributes> element?"
I think, you can encounter questions concerning any aspect of tags.
 
B.Sathish
Ranch Hand
Posts: 372
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Sergey,
From which book did you learn these? I suppose these are not covered fully in the HFJS book, other than the mock-exam questions.
 
Sergey Tyulkin
Ranch Hand
Posts: 87
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I used Servlet specification and JSP specification
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic