• 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

Valid Directives and standard actions with Tag files.

 
Ranch Hand
Posts: 637
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
What is the complete list of valid directives and standard actions that can be used only [ Repeating only with tag files] with tag files and when used with JSP pages will fail or is not allowed.
The ones that i can think of are
<%@ tag %>
<%@ attribute %>
<%@ variable %>

jsp oBody
jsp:invoke

If my list is incomplete and incorrect, requesting to correct and coomplete it.
 
Deepak Jain
Ranch Hand
Posts: 637
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Any suggestions ?
 
Greenhorn
Posts: 21
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
According to JSP 2.0 Spec,
taglib,
include,
directives are also available to tag files.
 
Deepak Jain
Ranch Hand
Posts: 637
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Please complete the list of directive and standard actions that can be used with tag files only and the directives and standard actions that cane be used by both tag files and normal jsp page.
 
Deepak Jain
Ranch Hand
Posts: 637
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
May Day May Day.
Please respond.
[ October 23, 2008: Message edited by: Deepak Jain ]
 
Sheriff
Posts: 14691
16
Eclipse IDE VI Editor Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Deepak,
Please show a bit of patience. If you are in a hurry, you can grab the JSP specification, and check the full list of directives and standard actions. A lot of your questions can be answered like that. I recommend you to check the spec first, I think it will help you remember better.
[ October 23, 2008: Message edited by: Christophe Verre ]
 
Deepak Jain
Ranch Hand
Posts: 637
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I was just kidding when i said "May Day May Day".
Next time will take care about my sense of humor.
 
Ranch Hand
Posts: 124
Eclipse IDE MySQL Database Tomcat Server
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
For tag files the list of allowed Directives -->

1:tag
2:attribute
3:taglib
4:include
5:variable

reply
    Bookmark Topic Watch Topic
  • New Topic