Re: [T4] Question on TableRows

2007-06-19 Thread Marcos Chicote
Thanks Jesse! I was missing those "+" (concatenation). Also, justo using row.id doesn't work. I had to bind TableRow's row parameter to a page variable to make it work. I added to the page file something like: and then used something like "ognl:'StringValueInHere' + thisLP.id

Re: [T4] Question on TableRows

2007-06-18 Thread Jesse Kuhnert
Use double quotes for your javascript function parameters? Either that or try writing a javascript template via http://tapestry.apache.org/tapestry4.1/usersguide/script.html. Also, it's questionable whether or not you need to actually quote those characters at all. Apart from that it looks lik

[T4] Question on TableRows

2007-06-15 Thread Marcos Chicote
Hi! I'm developing a page where I have a Form and a Table component (actually Table component is not used, I use TableView, TableColumns, etc). The idea is that when someone clicks on a TR of the table a JS function is called and the form is filled with information about that row (so the user can