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?