About Question com.enthuware.ets.scwcd.v5.2.133 :

All the posts and topics that contain only an error report will be moved here after the error is corrected. This is to ensure that when users view a question in ETS Viewer, the "Discuss" button will not indicate the presence of a discussion that adds no value to the question.

Moderators: Site Manager, fjwalraven

Post Reply
bluster
Posts: 60
Joined: Wed Apr 23, 2014 6:38 pm
Contact:

About Question com.enthuware.ets.scwcd.v5.2.133 :

Post by bluster »

One of the wrong answers is
<jsp:include file="notice.html"/>
The blue explanations says
This causes inclusion at request time.
The JSP spec 5.4 lists two valid attributes to jsp:include: "page" and "flush". Perhaps the blue explanation should be changed to reflect that "file" is invalid; it could make one think it is OK. Happened to me.. :oops:
JavaServer PagesTM Specification
Version 2.0

Table JSP.5-4 jsp:include Atrributes
page: The URL is a relative urlSpec as in Section JSP.1.2.1. Relative paths are interpreted relative to the current JSP
page. Accepts a request-time attribute value (which must evaluate to a String that is a relative URL specification).

flush: Optional boolean attribute. If the value is true, the buffer is flushed now. The default value is false.

admin
Site Admin
Posts: 10389
Joined: Fri Sep 10, 2010 9:26 pm
Contact:

Re: About Question com.enthuware.ets.scwcd.v5.2.133 :

Post by admin »

You are right. Fixed.
thank you for your feedback!

Post Reply

Who is online

Users browsing this forum: No registered users and 13 guests