Re: Creating a valid web.xml version 2.4

2005-07-19 Thread Brian Lalor
lib and use the configured URI in the JSP's taglib directive. Meaning, even pre-JSP 2.0 you could drop jstl.jar into WEB-INF/lib and specify <%@ taglib uri="http://java.sun.com/jstl/core"; prefix="c" %> in the JSP. -- __ / / / __/ Brian Lalor /

Re: passing param as part of URL path

2005-07-15 Thread Brian Lalor
On Jul 15, 2005, at 1:12 PM, Brian Lalor wrote: Hey, cool! The two books that I can find (of the 3 I own) only cover up to Struts 1.1. The link Laurie sent contains some more info on the wildcard mappings, but it appears that you've gotta use a custom ActionMapping class[1, 2], wit

Re: passing param as part of URL path

2005-07-15 Thread Brian Lalor
articles/article.asp?p=23734&seqNum=5&rl=1 [2] http://www.systemmobile.com/wp/?p=78 -- __ / / / __/ Brian Lalor "If you still have gas, you're not lost." / _ \/__ \ [EMAIL PROTECTED]

passing param as part of URL path

2005-07-15 Thread Brian Lalor
2 and stick them into the request, but I'm not sure how to go about it. It this functionality that Struts already has, do I need to implement a filter, or should I subclass the main ActionServlet? Thanks in advance, B -- __ / / / __/ Brian Lalor "If you still h

Introduction & broken list links

2004-03-31 Thread Brian Lalor
uot;Struts in Action" and "Struts Kick Start" by my side, but frankly, I'm still struggling. I'll follow up with specific questions later. Struts looks like a great tool to learn, and I'm looking forward to working more with it! Thanks, B -- __ / / / _