On Feb 16, 2008 2:37 PM, Dave Newton <[EMAIL PROTECTED]> wrote:
> If you want people to help I'd probably suggest going about it a different
> way. Different people know different things, may not have the time to look at
> every single message, etc.

I would not "require" people's help if the documentation would be
clear enough. It is not really the case.

> Like I said: is the HTML being generated properly?

Nothing get's generated...

> > What is not working..? A simple <s:iterator value="testList" /> does
> > not iterate, simply because the referred "testList" is a List<String>,
>
> You just said above that it does. Is it the *iteration* that doesn't work or
> the generation of the textfield name?

No, in fact, the thing is a little bit confusing.
There's too case :
 - first one is when iterating directly on a "testList"
(List<String>): nothing get's generated; it looks like the iterator
does not iterate!
 - second one is when iterating on a "testBean.testList", the
List<String> being UNDER a bean; the iterator works, but when trying
to use a <s:textField name="testBean.testList(#theStatus.index)" />
(which GETS generated) , values are not set properly after form
submission!
All this while setting the proper Element_xxx=java.lang.String into
the *-conversion.properties file.

> > Effectively, this post is not an answer to my post,
>
> Yeah. It is. Sometimes figuring out what's wrong is a *process* and it won't
> get answered in a single post. Complaining about not getting an immediate
> answer on a forum where people *volunteer* their time to solve *other
> people's* problems is counter-productive and impolite.

Some people here "volunteer" by just giving links towards the
documentation. I read the documentation. I re-read several times. And
unfortunately, it lacks some more explicit examples. And in my case it
does not work, while I applied everything described in the famous
page: http://struts.apache.org/2.0.11/docs/type-conversion.html

Maxx

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

Reply via email to