Re: this doesn't work.why...code snippet

2000-12-06 Thread Rich Carreiro
> this doesn't work,,why? I thought this would be a simple > procedure, but no. > The IF test doesn't work it ignore the parameter field1 and laways > prints > the first thing "you didn't ." regardless... why? It doesn't work because you're not testing the right thing. Remember, in Java,

JSP contentType setting question in context of jsp:include action

2000-11-30 Thread Rich Carreiro
Here's the story...(using JWS 2.0...I know, I know :() I have a page, call it foo.jsp. Inside of foo.jsp is Both foo.jsp and fooTable.jsp have <%@ page contentType="text/html" [etc] %> When I look at the generated Java source, both have calls to response.setContentType("text/html"). But de

, and URL rewriting

2000-05-08 Thread Rich Carreiro
If one is using URL rewriting for session tracking, does one need to rewrite the URLs in the page attribute of the and tags? I can imagine that one might have to, but since those tags cause a server-side "context switch", I also wouldn't be surprised of one didn't hav

JSP equivalent of JHTML

2000-04-13 Thread Rich Carreiro
do I see an obvious equivalent. Anyone know the canonical methodology to do this in JSP? Thanks! Rich Carreiro [EMAIL PROTECTED] Senior Software Engineer Centra Software === To unsubscribe