Re: taglib uri question

2006-10-30 Thread Craig McClanahan
On 10/30/06, Wendy Smoak <[EMAIL PROTECTED]> wrote: On 10/30/06, Rick Schumeyer <[EMAIL PROTECTED]> wrote: > In any event, the author gives one method for including taglibs in jsp. > For example, for tiles you would use: > <%@ taglib uri="/WEB-INF/struts-tiles.tld" prefix="tilles" %> This work

Re: taglib uri question

2006-10-30 Thread Wendy Smoak
On 10/30/06, Rick Schumeyer <[EMAIL PROTECTED]> wrote: In any event, the author gives one method for including taglibs in jsp. For example, for tiles you would use: <%@ taglib uri="/WEB-INF/struts-tiles.tld" prefix="tilles" %> This works, but requires you to put the tld files in your webapp un

taglib uri question

2006-10-30 Thread Rick Schumeyer
I'm coming up to speed on struts 1.3.5, and I will be asking some possibly silly questions soon. I have been reading the "Jakarta Struts" book by Cavaness (2nd ed) which covers struts 1.1. I get the impression that there were several significant changes from 1.0 to 1.1; I'm not sure how big t