RE: Configuring plug-ins using

2004-07-15 Thread Geeta Ramani
> -Original Message- > From: Jim Barrows [mailto:[EMAIL PROTECTED] > Sent: Thursday, July 15, 2004 3:35 PM > To: Struts Users Mailing List > Subject: RE: Configuring plug-ins using struts-config.xml) > > > > > > P.S> I can see now why writing to

RE: Configuring plug-ins using

2004-07-15 Thread Jim Barrows
> -Original Message- > From: Geeta Ramani [mailto:[EMAIL PROTECTED] > Sent: Thursday, July 15, 2004 12:21 PM > To: Struts Users Mailing List > Subject: RE: Configuring plug-ins using struts-config.xml) > > > Jim: > > Yes that worked. I actually read &

RE: Configuring plug-ins using

2004-07-15 Thread Geeta Ramani
Jim: Yes that worked. I actually read ".. which will all have been called before the init() method is invoked." as "which will have to be called before the init() method is invoked." and got stumped.. Thank you so much! Geeta P.S> I can see now why writing to the list before googling is so t

RE: Configuring plug-ins using

2004-07-15 Thread Jim Barrows
> -Original Message- > From: Geeta Ramani [mailto:[EMAIL PROTECTED] > Sent: Thursday, July 15, 2004 12:01 PM > To: Struts Users Mailing List (E-mail) > Subject: Configuring plug-ins using struts-config.xml) > > > Hi all: > > I have a question regarding

Configuring plug-ins using

2004-07-15 Thread Geeta Ramani
Hi all: I have a question regarding the use of plug-ins. According to the docs, "For PlugIns that require configuration themselves, the nested element is available." My question is simply this: how do I retrieve the value that I set in a set-property tag? I am sure this is dead simple to most