Re: Setting a collection????

2005-10-25 Thread Martin Marinschek
Can you elaborate a bit more - with snippets from your source?

regards,

Martin

On 10/24/05, Rafael Nami [EMAIL PROTECTED] wrote:
 Hi everyone
 We are trying to do something like this:
 In a page, we have to populate a collection with informations, so we gave to
 the user a inputText that he can
 write how much informations he wanna add, and after he submits it, the page
 is reconstructed adding n lines in this
 dataTable with forms, to the user complete the informations. The problem is
 that the faces isn't accepting the collection
 when i try to execute the action - it's passing the components with null
 value to the backing bean.

 What did I have to do? Does JSF didn't have this kind of stuff? What am I
 going wrong?

 Thanks in advance and Best Regards

 Rafael Mauricio Nami


--

http://www.irian.at
Your JSF powerhouse -
JSF Trainings in English and German


Re: Setting a collection????

2005-10-25 Thread Rafael Nami
Sorry folks. I was putting the inputFields inside a f:verbatim. Now it's running fine :)

Best Regards

Rafael Mauricio Nami
2005/10/25, Martin Marinschek [EMAIL PROTECTED]:
Can you elaborate a bit more - with snippets from your source?regards,MartinOn 10/24/05, Rafael Nami 
[EMAIL PROTECTED] wrote: Hi everyone We are trying to do something like this: In a page, we have to populate a collection with informations, so we gave to
 the user a inputText that he can write how much informations he wanna add, and after he submits it, the page is reconstructed adding n lines in this dataTable with forms, to the user complete the informations. The problem is
 that the faces isn't accepting the collection when i try to execute the action - it's passing the components with null value to the backing bean. What did I have to do? Does JSF didn't have this kind of stuff? What am I
 going wrong? Thanks in advance and Best Regards Rafael Mauricio Nami--http://www.irian.atYour JSF powerhouse -JSF Trainings in English and German



Setting a collection????

2005-10-24 Thread Rafael Nami
Hi everyone
We are trying to do something like this:In a page, we have to populate a collection with informations, so we gave to the user a inputText that he can
write how much informations he wanna add, and after he submits it, the page is reconstructed adding n lines in this
dataTable with forms, to the user complete the informations. The problem is that the faces isn't accepting the collection
when i try to execute the action - it's passing the components with null value to the backing bean.

What did I have to do? Does JSF didn't have this kind of stuff? What am I going wrong?

Thanks in advance and Best Regards

Rafael Mauricio Nami