RE: Help in deciding weather or not to use struts

2001-03-18 Thread Wilson, Chris
Hi,   Would you mind sharing a copy of your Resin config file on Linux? It's putting up a hell of a fight working with Struts in my config. Thanks! Chris -Original Message-From: Mindaugas [mailto:[EMAIL PROTECTED]]Sent: Wednesday, March 07, 2001 11:58 PMTo: [EMAIL PROTECTED]Su

Re: Why won't these tag's work?

2001-03-18 Thread Craig R. McClanahan
On Sun, 18 Mar 2001, Anissina . wrote: > Could someone please point out what I am doing wrong here? This is my code: > > > property="<%= condition.getConditionId() %>"/> > > There was an old bug where the iteration variable ("condition" in your example) was not being expose

Re: Why won't these tag's work?

2001-03-18 Thread Ben Souther
- Original Message - From: "Anissina ." <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, March 18, 2001 2:43 AM Subject: Why won't these tag's work? > Could someone please point out what I am doing wrong here? This is my code: > > > property="<%= condi

Re: Why won't these tag's work?

2001-03-18 Thread Ken Beyer
Try adding in scope="session" (or wherever your 'conditions' bean resides) and possibly type="blah.blah.SomeConditionCollection" (if you need that) to your iterate tag. I'm kind of new, so not sure if that's the real problem or not. Ken "Anissina ." wrote: > Could someone please point out wha