Vicky Rajawat

Greenhorn
+ Follow
since Jun 16, 2012
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
2
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Vicky Rajawat

Frits Walraven wrote:Hi Vicky,

SimpleTags cannot contain "JSP" as a body-content value (as opposed to ClassicTags).

Regards,
Frits


Ok so I was doing examulator.com quiz on custom tags.
One question was
Which of the following statements are true of custom tags that are created by extending the SimpleTagSupport class.

One option was

It can't have JSP as body-content type.
I chose that option but later they told me that it was the wrong answer.

By the way some question seems to be quite vague.
For example
Tag files must be in WEB-INF/tags or a subdirectory of that directory.
I mean they can also be in lib directory if it's a part of jar file, so technically this option is wrong, right?
But they have it as the right option. Exam question won't be this vague?

Thanks for the reply in advance
I guess I'll study that as well. Although I seem to remember someone saying that there were no questions from classic tags.
Thanks again
Thanks for the reply frits. By the way, are classic tags part of OCJEEWCD 6? They are in the 2nd edition of HFSJ but can't seem to find it in the syllabus on the oracle site.
So I'm preparing for wcd using headfirst Servlets and jsp. In one chapter its written that the <body-content> element can be one of either three or four values , depending on the type of tag.
Values are:(empty, scritpless, tagdependent, JSP.)
Now in the next chapter its written that the body of a tag that invokes a simple tag handler is encapsulated in the JspFragment object and it can't contain any scripting elements.
But doesn't giving "JSP" as the body-content fields value, let you do just that? I mean If I give "JSP" as the body-content value then I can use scripting elements right?
So how does this make sense?
It could've something to do with DD infact I think it has. Check the <web-app x x x> tag. Someone had the same problem, I think it has something to do with little change. I mean the tag you are using probably would've been valid earlier. So change x x and x accordingly
11 years ago
Thanks for the reply. Yeah I'm from India, L charles book (1.5)is available here so should I use that or head first? Plus there can't be too many changes between 1.5 and 1.6 right? I can read all the new topics or new specifications online. Again thanks for the reply.
Ok so I cleared scjp 1.6 last October and I've been studying Servlets, JSP etc. I never studied them in as detail as needed for these exams, I just know basics(actually much more than basics but you know..). So can anyone recommend me books for this exam?

There's charles lyons 1.5 book available here but I need to prepare for 1.6 . I heard that head first isn't as detailed as needed and doesn't complete all the topics so what would you guys recommend.
I've to give the exam by 31st july.
Is there any head first book available for this exam(latest one)?
Thanks in advance for all the replies