RE: using with Tiles and Struts

2005-03-25 Thread Fumo, Vince
thank you.. I totally missed that.. Appreciated! -Original Message- From: Benedict, Paul C [mailto:[EMAIL PROTECTED] Sent: Friday, March 25, 2005 2:57 PM To: 'Struts Users Mailing List' Subject: RE: using with Tiles and Struts Ah. Yes, that's the problem... The tag is t

RE: using with Tiles and Struts

2005-03-25 Thread Benedict, Paul C
apache.org/site/downloads/downloads_taglibs-standard.cgi -Original Message- From: Fumo, Vince [mailto:[EMAIL PROTECTED] Sent: Friday, March 25, 2005 2:50 PM To: 'Struts Users Mailing List' Subject: RE: using with Tiles and Struts I'm assuming you mean the jar? It's

RE: using with Tiles and Struts

2005-03-25 Thread Fumo, Vince
.fmt.MessageTag I'm assuming now that I somehow am using the wrong tld.. if I am, can you direct me to the correct one? -Original Message- From: Benedict, Paul C [mailto:[EMAIL PROTECTED] Sent: Friday, March 25, 2005 2:43 PM To: 'Struts Users Mailing List' Subject: RE

RE: using with Tiles and Struts

2005-03-25 Thread Benedict, Paul C
Did you accidentally include the run-time version of fmt? -Original Message- From: Fumo, Vince [mailto:[EMAIL PROTECTED] Sent: Friday, March 25, 2005 2:38 PM To: 'Struts Users Mailing List' Subject: RE: using with Tiles and Struts That was close to the first way I went about

RE: using with Tiles and Struts

2005-03-25 Thread Fumo, Vince
TECTED] Sent: Friday, March 25, 2005 2:27 PM To: 'Struts Users Mailing List' Subject: RE: using with Tiles and Struts Vince, You need to import the Tiles attribute before you reference it: Thanks, Paul -Original Message- From: Fumo, Vince [mailto:[EMAIL PROTECTED] Sen

RE: using with Tiles and Struts

2005-03-25 Thread Benedict, Paul C
Vince, You need to import the Tiles attribute before you reference it: Thanks, Paul -Original Message- From: Fumo, Vince [mailto:[EMAIL PROTECTED] Sent: Friday, March 25, 2005 2:11 PM To: 'user@struts.apache.org' Subject: using with Tiles and Struts I am building a

using with Tiles and Struts

2005-03-25 Thread Fumo, Vince
I am building a Struts Web application and I'm using Tiles for the first time. I have it all set up and working nicely. My problem comes in the fact that I want to use a standard messages.resources file for my page titles. For example home.title=Main Home Page info.title=Intro Page etc. I am u