On Feb 16, 2008 1:57 PM, Dave Newton <[EMAIL PROTECTED]> wrote:
> --- Maxx <[EMAIL PROTECTED]> wrote:
> > I seriously doubt it is actually really working like
> > presented in the Struts doc.
>
> I have a three-deep nested structure with a map between IDs and objects and
> it works fine.

I would seriously like to see the complete config & settings to see
how it really works.

> The reason your iterator doesn't work is because you should just use
> <s:property/> to display the item of iteration since it's not in a bean.

OK for using only <s:property /> to display the value, but what about
generating a <s:textfield /> referring to some nested field ??

> What else isn't working? If it's something to do with the form submission I'd
> first check to make sure the form is rendering properly. If it's something
> else without the code of the action being submitted to it'll be hard to help.

What is not working..? A simple <s:iterator value="testList" /> does
not iterate, simply because the referred "testList" is a List<String>,
even if the <action-name>-conversion.properties file exists and is
properly loaded...

> I'm not sure if this post was in response to an answer to yours; if not you
> can't always expect an immediate answer. Some of us have jobs and other stuff
> to do.

Effectively, this post is not an answer to my post, but mine does not
even get one, while about a dozen of others get ones!!?!
I know people here do have jobs, I have a job too; but for my job, I
need Struts, and Struts isn't working as excepted. And curiously on
this mailing-list, some basic questions get answers while more
sophisticated ones (although being well documented) do NOT get
answers. Strange, no..?

Maxx

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to