Craig McClanahan wrote the following on 11/23/2004 2:32 PM:

I'm not a huge fan of web forums either, but that's what JSF has to
deal with :-).

(Free registration required) http://forum.java.sun.com/forum.jspa?forumID=427

Cool. Joining today. I notice there is a yahoo group maybe we could build that up some since you can use that as regular mail list.


So, something like this should work:

<h:inputText
value="#{someVo.someList[someHandleToAnIndexInLoop].someList[someHandleToAnIndexInLoop].someList[someHandleToAnIndexInLoop].someValue"/>

Note that JSF basically does away with the need for a form bean
because the components themselves do what we use form beans for
(holding the string version of the input data so it can be redisplayed
if conversion fails).

Great, that'll be perfect then. Thanks for the quick response.

--
Rick

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



Reply via email to