RE: conditional validation

2005-09-20 Thread Jim McCollom
, constraint); To set the error and decorate the component. Hope that helped. Jim McCollom -Original Message- From: news [mailto:[EMAIL PROTECTED] On Behalf Of Dan Diephouse Sent: 20. september 2005 21:07 To: tapestry-user@jakarta.apache.org Subject: conditional validation Is there an

RE: Beta-7 and component-type

2005-09-20 Thread Jim McCollom
ter I upgraded to beta-7. Changing the specification path to WEB-INF/components/YourComponent.jwc should work. Not sure if that's the best approach. Cheers, -- Serge Original Message Follows---- From: "Jim McCollom" <[EMAIL PROTECTED]> Reply-To: "Tapestry users&qu

RE: Possible bug in Checkbox Field Labels SOLVED

2005-09-20 Thread Jim McCollom
I fixed this by making a new component called LabeledCheckbox. I copied the Checkbox.jwc into my components and added: The name of the field, which may be used by a FieldLabel. I put this in JIRA. Jim McCollom -Original Message- From: Jim McCollom [mailto:[EMAIL

Beta-7 and component-type

2005-09-20 Thread Jim McCollom
Just installed the Beta-7 release an I seem to have errors with the .application recognizing my components. This was working fine in Beta-6. The error I am getting is: Unable to locate asset 'components/ShowError.jwc' relative to context:/. My JWCs are in the directory: /WEB-INF/components Relev

Possible bug in Checkbox Field Labels

2005-09-19 Thread Jim McCollom
I am using tap4-beta 6 and I just tried to add my first checkboxes to my project and ended up getting a strange error: Error: org.apache.tapestry.BindingException Display name for admin/AddAdmin/$FieldLabel_4 was not specified and was not provided by field admin/AddAdmin/inputCanViewMembers. Page

Possible bug in Checkbox Field Labels

2005-09-19 Thread Jim McCollom
I am using tap4-beta 6 and I just tried to add my first checkboxes to my project and ended up getting a strange error: Error: Display name for admin/AddAdmin/$FieldLabel_4 was not specified and was not provided by field admin/AddAdmin/inputCanViewMembers. Page Definition: Page Templ

Paging and Sorting links in contrib:Table

2005-09-14 Thread Jim McCollom
I was wondering if anyon knew why the paging links on the contrib:Table will submit the form a table is contained in, but the column sorting links will not ? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-

Best place to initialize IBasicTableModel

2005-09-13 Thread Jim McCollom
I am trying to set up a paged table for one in one of my tables that needs to re-query the database evrytime the page loads. I have decided to implement IBasicTableModel, however I need to set up the TableModel so it can access my business services that are injected into the page. Should this happe

RE: Foreach and errorRenderers problem

2005-09-02 Thread Jim McCollom
Thanks a ton Alexandr -Original Message- From: Alexandr Kundirenko [mailto:[EMAIL PROTECTED] Sent: 2. september 2005 16:19 To: Tapestry users Subject: Re: Foreach and errorRenderers problem Hello Jim, Your page has not "err" property. Just add it. JM> Hi, I am trying to hack together

Foreach and errorRenderers problem

2005-09-02 Thread Jim McCollom
Hi, I am trying to hack together an error componenet to display all the errors as opposed to just the first one. I have a jwc that looks like: Error Count Error Message This worked fine when I was just displaying the first error, so I know the delegate