RE: status messages in tag

2005-03-31 Thread Fumo, Vince
7;ve checked the scriptlet outside of the tag and it outputs correctly. I'm thinking that the tag isn't pre-processing the scriptlet? -Original Message- From: Bob Arnott [mailto:[EMAIL PROTECTED] Sent: Thursday, March 31, 2005 12:41 PM To: Struts Users Mailing List Subject: Re: stat

RE: status messages in tag

2005-03-31 Thread Fumo, Vince
cool.. thanks! -Original Message- From: Bob Arnott [mailto:[EMAIL PROTECTED] Sent: Thursday, March 31, 2005 12:41 PM To: Struts Users Mailing List Subject: Re: status messages in tag Fumo, Vince wrote: > I want to implement a status message on a rollover for some of my links. I &g

status messages in tag

2005-03-31 Thread Fumo, Vince
I want to implement a status message on a rollover for some of my links. I was considering doing something like: http://www.google.com"; target="_blank" onmouseover="window.status='Go go google';return true"> which works fine. However, what I really want to do is pull the status message from my

RE: Struts + Spring or Struts versus Spring

2005-03-30 Thread Fumo, Vince
Don't know if it's appropriate to do this, but I am adding my 2c as well. I've been using Spring and Hibernate with Struts for some time now and have found it to be excellent. If you are the book type, there is a very good book on Spring from Apress titled "Pro Spring" that covers the entire framew

RE: using with Tiles and Struts

2005-03-25 Thread Fumo, Vince
dard.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 just the usual jstl.jar and the tld is fmt.tld hnm.

RE: using with Tiles and Struts

2005-03-25 Thread Fumo, Vince
: using with Tiles and Struts 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

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

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