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

Question on simple tag with attribute

 
Greenhorn
Posts: 28
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi all

I am trying to execute a program with simple tag.

The tag file:



The Jsp file:



I am expecting error as i didnt mention the attribute while calling tag in Jsp.

The output is:
Header
Here the Header


I tried changing the tag file like this;


still I am not receiving any error

Note: The tag file (Sampleheader.tag) is inside tags folder of WEB-INF directory., Jsp file (SampleTagsTest.jsp) is inside Jsp folder of Webcontent. I am using Websphere for programming.
Could any one of you please clarify this?
 
reply
    Bookmark Topic Watch Topic
  • New Topic