1) Under Jrun2.3 the behaviour of: http://server/test.jsp/bob would send
"bob" to the test.jsp servlet as the path info so that in test.jsp, you
could do a "getPathInfo".  Under Jrun3 (both 2.3 and 3.0 are using Netscape
Enterprise Server 3.6) - linking to the above URL results in a server error
and the page not even presented.  The workaround would be quite an intricate
one - as several interlinked files would have to be modified.  Is there an
explanation for this?   

2) Assume you have a Java string variable in a JSP, called layerSyntax
(used for IE/Netscape cross-browser DHTML).  For Netscape, I want
<layer> ***STUFF***</layer> to show up. So I do the following:
<% .........
.....
String layerSyntax = "layer";
%>
...
<<%=layerSyntax%>>
....

this should print out <layer> - but does not.  Any instance of <<% ignores
the <% as a scripting command.  There is a fairly trivial workaround, but
why wouldn't this be allowed?  The same issues holds true
for "</<%" - the Scripting element is ignored.

3) If a class extends a JSP class, it needs to know the exact name of the
class it is extending.  Formerly, if the jsp page name was 'test' then the
resulting class name would be test.class.  Now, it is more like
jrun__test2ejsp1b.class.  Is there a specific formula for the jsp's classes
name?  

------------------------------------------------------------------------------
Archives: http://www.egroups.com/group/jrun-interest/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/jrun_talk
or send a message to [EMAIL PROTECTED] with 'unsubscribe' in the 
body.

Reply via email to