Re: [T5]: CSS question? But having to do with default.css (Tapestry CSS)

2008-04-05 Thread Andy Huhn
I think I solved my own question. For the sake of anyone else facing this same issue, I added this to my stylesheet: DIV.t-beandisplay DIV.t-beandisplay-value { display: block; float: left; clear: right; } Thanks, Andy On Sat, 2008-04-05 at 22:27 -0400, Andy Huhn wrote: > All, > >

RE: Coercion error in grid

2008-04-05 Thread Jonathan Barker
Actually, it wasn't the coercion to GridDataSource I was concerned about. It looks like a Set is generated in the page, and then passed to the component as a List and then that is used as the source for the grid. (Having said that, is com.mycompany.MyType a custom type declared for Hibernate?) I

[T5]: CSS question? But having to do with default.css (Tapestry CSS)

2008-04-05 Thread Andy Huhn
All, I hope this isn't too off-topic, but I'm posting here since default.css is generated by Tapestry, and I'm hoping that someone else on the list has solved the same problem. I have a BeanDisplayForm. I have something like this in my CSS: div.t-beandisplay-label{ width: 80px; } (I don't

RE: [T5]: Default TextField size?

2008-04-05 Thread Andy Huhn
Sorry, Kristian. I think I was looking at something else while I was typing. :o) Thank you, Kristian! On Sat, 2008-04-05 at 22:20 -0400, Andy Huhn wrote: > Thank you, Kevin! That was the direction I needed. > > On Fri, 2008-04-04 at 11:11 +0200, Kristian Marinkovic wrote: > > i use CSS to set

RE: [T5]: Default TextField size?

2008-04-05 Thread Andy Huhn
Thank you, Kevin! That was the direction I needed. On Fri, 2008-04-04 at 11:11 +0200, Kristian Marinkovic wrote: > i use CSS to set the VISUAL size of my input fields :) > > g, > kris > > > > Andy Huhn <[EMAIL PROTECTED]> > 04.04.2008 11:03 > Bitte antworten an > "Tapestry users" > > > An

T5.0.11 datepicker first day of week

2008-04-05 Thread ryanskow
Is there an easy way to set the first day of the week to be Sunday within the popup calendar used for date fields on a global basis? I'm pretty sure I'm missing something simple, but I can't seem to figure out anything besides hacking into the javascript which is stuffed in the tapestry jar... A

Re: T5: mixing select component onchange="this.form.submit()" and zone component

2008-04-05 Thread Shing Hing Man
The cause of 'this.form.submit is not a function' is explained at the following link. http://www.webprodevelopment.com/BrightLight/2006/05/04/thisformsubmit-is-not-a-function-really-its-an-object/ (Just google the error message, you will find lots of related links.) Shing --- ice96 <[EMAIL

T5: mixing select component onchange="this.form.submit()" and zone component

2008-04-05 Thread ice96
Hello, I have problem. I want to do same action as on click submit button. source: Test3.tml http://tapestry.apache.org/schema/tapestry_5_0_0.xsd";> Ajax test fun dynamic block! ${color} : Cont

Re: Coercion error in grid

2008-04-05 Thread Howard Lewis Ship
No, I'm pretty sure there's a built-in coercion from Collection to GridDataSource. Again, a stack trace would be helpful to figure out what's really going on here (and the exact version of Tapestry). On Fri, Apr 4, 2008 at 1:53 PM, Jonathan Barker <[EMAIL PROTECTED]> wrote: > > It sounds like th