From: "Frasso, Anthony" <[EMAIL PROTECTED]>
> <% String test = "This is a test String."; %>
>
> ${test}
>
> This should print out "This is a test String" twice, correct?
No. Scripting variables and tags do not mix.
> Do I have to place the String in the request?
Yes. (Did you try it?) An
> Frasso, Anthony wrote:
>
> >So then I can completely remove the tag from my
> web.xml file, making it look like the following?
> >
> >
> >
> >http://java.sun.com/xml/ns/j2ee";;
> > xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";;
> > xsi:schemaLocation="http://java.sun.c
Frasso, Anthony wrote:
So then I can completely remove the tag from my web.xml file, making
it look like the following?
http://java.sun.com/xml/ns/j2ee";;
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";;
xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee
ht
From: "Frasso, Anthony" <[EMAIL PROTECTED]>
> There's nothing else I have to configure to use JSTL?
No, just use the correct uri in the <%@ taglib> in the JSP.
The tags in web.xml haven't been necessary since Servlet 2.3, but
most examples (including the Struts example apps) still included them
> On Jul 19, 2005, at 4:53 PM, Dave Newton wrote:
>
> >> I'm new to struts, and to web development in general, and after
> >> tinkering with the struts tag libraries, I've decided to
> switch to
> >> using the JSTL tag library. This requires JSP 2.0 support, which
> >> I should have, as I
Brian Lalor wrote:
On Jul 19, 2005, at 4:53 PM, Dave Newton wrote:
I'm new to struts, and to web development in general, and after
tinkering with the struts tag libraries, I've decided to switch to
using the JSTL tag library. This requires JSP 2.0 support, which I
should have, as I am us
On Jul 19, 2005, at 4:53 PM, Dave Newton wrote:
I'm new to struts, and to web development in general, and after
tinkering with the struts tag libraries, I've decided to switch to
using the JSTL tag library. This requires JSP 2.0 support, which
I should have, as I am using Tomcat 5.5.
No
Frasso, Anthony wrote:
I'm new to struts, and to web development in general, and after tinkering with
the struts tag libraries, I've decided to switch to using the JSTL tag library.
This requires JSP 2.0 support, which I should have, as I am using Tomcat 5.5.
No it doesn't.
Unfortunately,
8 matches
Mail list logo