The same problem.... 
I think he didn´t reference the correct Object. I would try to make the
parameters as properties(default-value then should be the value of the
input-parameter) and in the doSubmitForm() i would save them... but this
doesnt seem to work in tapestry 4.1!



[EMAIL PROTECTED] wrote:
> 
> i had some problems wiht @For
> 
> I used instead @Foreach. Try with @Foreach
> 
> 
> ----- Original Message ----- 
> From: "Skorpien126" <[EMAIL PROTECTED]>
> To: <users@tapestry.apache.org>
> Sent: Tuesday, October 31, 2006 6:27 PM
> Subject: Re: setAttribute() fails.. (Tapestry 4.1)
> 
> 
> 
> I REALLY NEED HELP.....
> (last night i thought thats its maybe a problem with accesing because the
> list is build and accessed by two different services
> (page,direct-service...
> ).. so i decide to make the list a porperty of an global/ Visit Object...
> i
> can access the object and i can read the data... but i can´t save...
> HHHHHHHHHEEEEEEEEEELLLLLLLLLLLPPPPPPPPP)
> 
> 
> 
> Skorpien126 wrote:
>>
>> Hi..
>> I have a problem but i cant find out whats wrong.. (.. i also feel not
>> really good).
>> I have a page defining a table (persist property in page).. for each
>> entry
>> in the table i use the same component to visualize. in the page
>> definition
>> i use a "@For" component to write all. it looks like
>> <span jwcid="@For" source="ognl:mylist" value="ognl:item">
>>      <span jwcid="@MYCOMPONENT" name="item.name" content="item.content"/>
>> <span>
>>
>> @MYCOMPONENT implements a form in which try to change the content... when
>> i try to submit the change, Tapestry throw an exception that f.e. the
>> setContent() Method fails... I thought that tapestry 4.1 binds parameters
>> automaticly.. ??? so... what could be the problem???
>>
>>
> 
> -- 
> View this message in context: 
> http://www.nabble.com/setAttribute%28%29-fails..-%28Tapestry-4.1%29-tf2538245.html#a7091665
> Sent from the Tapestry - User mailing list archive at Nabble.com.
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/setAttribute%28%29-fails..-%28Tapestry-4.1%29-tf2538245.html#a7092495
Sent from the Tapestry - User mailing list archive at Nabble.com.


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

Reply via email to