From what I understand, the add attribute of the grid element is here
just to do that : add placeholder column, typically to put some actions
on the content of the row (like editing, detailing, deleting etc...).
I created the following JIRA :
Key: TAPESTRY-2451
d is within a formfragment?
>>>
>>> Zack
>>>
>>>
>>> zack1403 wrote:
>>>
>>>> Anyone have any ideas on this? I am stuck on this exact same issue and
>>>> have not been able to find a workaround.
>>>>
>>>> Zack
>>>>
>>>>
>>>>
>&
You're welcome, glad it helped.
And now I know why I didn't see this message on the mailing list: The T5
in the subject was missing.
zack1403 schrieb:
On #tapestry, TobiasW suggested to add the columns through beanmodel instead
of in my tml which turned out to work just fine. Definitely look
>
>>
>>
>
>
> -------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>
--
View this message in context:
http://www.nabb
My grid is not in a form fragment, so I would say no, but I'm not sure.
I really dont see why the volatile=true attribute could fix that.
Anyway, I'm openning a JIRA on this. It smells like a sneaky bug.
José
zack1403 a écrit :
On #tapestry, y informed me to try volatile="true", but this didnt
> have not been able to find a workaround.
>
> Zack
>
>
--
View this message in context:
http://www.nabble.com/Exception-when-using-a-grid-in-a-form-tp17693554p17739088.html
Sent from the Tapestry - User mai
rtbay.http.HttpConnection.service(HttpConnection.java:820)
> *
> org.mortbay.http.HttpConnection.handleNext(HttpConnection.java:986)
> * org.mortbay.http.HttpConnection.handle(HttpConnection.java:837)
> *
> org.mortbay.http.SocketListener.handleConnection(Sock
Hello all,
I put a grid in a form, and added a column in that grid, to hold special
options about the item on the given row.
I wrote something like that in my TML :
It renders flawlessly, but when I submit it, before the event is fired
in my class, I've got the f