Re: Exception when using a grid in a form

2008-06-11 Thread José Paumard
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

Re: Exception when using a grid in a form

2008-06-11 Thread Marcelo Lotif
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 >>>> >>>> >>>> >&

Re: Exception when using a grid in a form [T5]

2008-06-11 Thread Tobias Wehrum
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

Re: Exception when using a grid in a form

2008-06-10 Thread zack1403
> >> >> > > > ------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- View this message in context: http://www.nabb

Re: Exception when using a grid in a form

2008-06-10 Thread José Paumard
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

Re: Exception when using a grid in a form

2008-06-09 Thread zack1403
> 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

Re: Exception when using a grid in a form

2008-06-09 Thread zack1403
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

Exception when using a grid in a form

2008-06-06 Thread José Paumard
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