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
- 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
co
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
Could someone please point out what I am doing wrong here? This is my code:
It complains that condition is a non-existent entity. Shouldn't struts
recognise that it is wrapped by the iterate tag and retrive the value
through the same id?
Just to clarify, "conditions" is a collection of C
4 matches
Mail list logo