Re: BindingException

2005-04-18 Thread euphobot
Erik - I thoroughly appreciate your response and, if it were a textarea or TextField, I would thoroughly expect to supply and receive a String. However I am supplying an Integer (team.storyid) to a PropertySelection and expect in return an Integer returned to the same property. The question re

RE: Yet Another Stupid Syntax Question

2005-04-18 Thread Patrick Casey
Please disregard, I figured this out on my own. In case anyone's curious, this seems to work fine (although there may be a better solution). --- Pat --

Yet Another Stupid Syntax Question

2005-04-18 Thread Patrick Casey
Hi yet again, I've got a requirement that my forms be 508 compliant. One aspect of that means I need to put scope tags inside my column and row headers e.g.   Spring Summer Autumn Winter Betty 9-5 10-6 8-47-3 Wilma 10-6 10-6 9-5 9-5 Fred 10-6 10-6 10-6 10-6 I'm having

Pallete Component Question/Issue

2005-04-18 Thread Patrick Casey
Hi, Yet another question :). I've got a palette component on my screen. It draws correctly, puts the appropriate items in the available list, and otherwise looks great. The problem is that when I try to use it under either IE (6.029), or firefox (1.02), the butt

Re: BindingException

2005-04-18 Thread Erik Hatcher
On Apr 18, 2005, at 8:04 PM, euphobot wrote: I have a TeamForm.html with This comes to the exceptions below when a save is attempted through a listener method. Before that it imperfectly renders the first time (pre-rewind) with the minor(?) flaw that the PropertySelection will not be

BindingException

2005-04-18 Thread euphobot
Hi I am new to tapestry, but things were going very well until an immovable BindingException. I have so tried many fixes that I now am sure that I am not interpreting the error messages correctly. I sure would appreciate some advice. I have a TeamForm.html with This comes to the ex

: ApplicationRuntimeException

2005-04-18 Thread Kemkes, Andreas
I would like to use a public static member class as the type for a property-specification, but the following org.apache.tapestry.ApplicationRuntimeException is thrown: Unable to convert 'a.public.static.member.class' to a property type. The class extends commons enum. Is there any constraints tha

RE: precompile Tapestry files

2005-04-18 Thread Kemkes, Andreas
> > I haven't explored if there's a way to initialize a pool at startup. > > Erik? Howard? ...? > I would be interested as well in finding out what options exist to reduce the first-time rendering delay. Andreas - To unsubscr

Column Sorting

2005-04-18 Thread Patrick Casey
Hi Folks, Thanks again for all the help with my questions to date â. I have a new question though (more of a request for advice really). I have set up a system where I have a âgenericâ list form that takes as its input a list of objects (theObjects) and a list of proper

Form component validation against database.

2005-04-18 Thread Leo Sakhvoruk
Hi everyone, I'm trying to validate data input by users into a form against information held in a database. I'm not really certain where to do this. I basically have a form with a ListEdit component that generates the inputs dynamically. I was wondering where (i.e. form listener method) and how

First Bay Area Tapestry Users group is this Thursday in SF

2005-04-18 Thread Jordan Redner
Hello all, The first Bay Area Tapestry Users group is set for this Thursday. Date: Thursday, April 21st, 2005 Time: 6:30pm Location: The Thirsty Bear in San Francisco (http://www.thirstybear.com/) >In the first meeting I'm thinking of having it at a nice bar/restaurant or >something i

fixed issue with tacos:Partial Partial.js

2005-04-18 Thread Jeff Gerber
It appears that the javascript that handles the response does not account for quirks with the FireFox XMLDocument object. The text nodes seem to have a max length of 4096 bytes. I noticed this when I tried to convert my tree component (not a tacos:tree) to partial rendering. The tree would trunc

Re: precompile Tapestry files

2005-04-18 Thread Nathan Kopp
> Hi @all, > > I'm just reading the book "Tapestry in Action". > I really like the concepts of Tapestry and I like to think to get rid of the JSPs ;-) > > And I like the idea to configure my pages and components in order to reduce the amount of code. > > But I'm missing something: Can I also precom

Re: precompile Tapestry files

2005-04-18 Thread Jamie
Tapestry pages aren't compiled, as they don't use JSPs. However, there is a lot of run-time injection. To aid in performance, Tapestry uses pooling. The first time a page is rendered, it's a lot slower than subsequent requests. I haven't explored if there's a way to initialize a pool at startup

Re: Creating checkboxes for multiple select items.

2005-04-18 Thread Paul Ferraro
Have you looked at the contrib:MultiplePropertySelection component? It does exactly this. Paul Random Tapestry User wrote: Hi all, Not sure if I'm missing something here. I've read the book, and I know this must be something simple I have overlooked. I have a survey that the user needs to fill

Problem with form component

2005-04-18 Thread Denis Souza
Hello, I'm trying to write a new Foreach component that allows you to safely add/remove entries from the provided list of objects during the rewind cycle (to make it easier to create pages such as the todo listing show in "Tapestry in Action"). I do this by caching the list during t

Creating checkboxes for multiple select items.

2005-04-18 Thread Random Tapestry User
Hi all, Not sure if I'm missing something here. I've read the book, and I know this must be something simple I have overlooked. I have a survey that the user needs to fill out. The survey object, has question objects. Each question object has a number of choices, either single-select or multiple

precompile Tapestry files

2005-04-18 Thread maddinontheworks
Hi @all, I'm just reading the book "Tapestry in Action". I really like the concepts of Tapestry and I like to think to get rid of the JSPs ;-) And I like the idea to configure my pages and components in order to reduce the amount of code. But I'm missing something: Can I also precompile the Ta

DatePicker and CSS?

2005-04-18 Thread Kemkes, Andreas
What is the recommended way to apply style properties (e.g., color scheme, font) to the DatePicker component? Is there a general scheme for Tapestry components that I could follow? Where is the best place to find information on that subject? Any links/pointers would be great. I've looked aro

Re: Tapestry boost

2005-04-18 Thread Jamie
Do any developers use these tools? I'm curious about this. In the world I work in, everyone seems to sneer at this stuff. Jamie Konstantin Iignatyev wrote: >>I tend to think of the MDA stuff as a lot of hooey. Agreed. >>Well, it's not MDA, but I think Trails is attempting to fulfill a similar goa

Re: Tapestry boost

2005-04-18 Thread Konstantin Iignatyev
>>I tend to think of the MDA stuff as a lot of hooey. Agreed. >>Well, it's not MDA, but I think Trails is attempting to fulfill a similar goal of accelerating development Agreed But I still think that Hibernate MDA cartridge is very useful as a Tapestry promotion tool for a different crowd (UML

Re: Tapestry boost

2005-04-18 Thread Chris Nelson
Well, it's not MDA, but I think Trails is attempting to fulfill a similar goal of accelerating development by focusing on developing the domain model and letting the rest of the app be automatically created. Chris Nelson Founder, Trails Project http://trails.dev.java.net. --- Konstantin Iignat

Re: Tapestry boost

2005-04-18 Thread Viktor Szathmary
there's this that I recall: http://www.nemesisit.ro/opendocs/mda/ On 4/18/05, Konstantin Iignatyev <[EMAIL PROTECTED]> wrote: > > Speaking of a boost for Tapestry: > > It might be very useful to have Tapestry Cartridge for MDA (for example > Andro-MDA http://andromda.org/ ). This way Tapestry

Re: Tapestry boost

2005-04-18 Thread Jamie
" It takes model(s) from CASE-tool(s) and generates fully deployable applications and other components" H... I tend to think of the MDA stuff as a lot of hooey. Jamie Konstantin Iignatyev wrote: Speaking of a boost for Tapestry: It might be very useful to have Tapestry Cartridge for

Re: contrib:Table and ITableModel reload problem

2005-04-18 Thread amanivachagam
Hi, Could you please let me know where it would be appropriate (page lifecycle method) to call reset() on the Tablemodel ? Thanks, Arun |-+> | | Mind Bridge | | | <[EMAIL PROTECTED]| | | hoo.com>

Tapestry boost

2005-04-18 Thread Konstantin Iignatyev
Speaking of a boost for Tapestry: It might be very useful to have Tapestry Cartridge for MDA (for example Andro-MDA http://andromda.org/ ). This way Tapestry could be associated with a MDA buzz and demonstrate its strength for fellow UML addicts :) Does anybody aware of any efforts in the direct

Re: [ANN] Tapestry31+Spring integration project

2005-04-18 Thread Ashton . Hepburn
Going further, it would be quite interesting if this main Tapestry umbrella was itself written in Tapestry... |-+> | | Massimo Lusetti | | | <[EMAIL PROTECTED]| | | om> | | |

Re: [ANN] Tapestry31+Spring integration project

2005-04-18 Thread Massimo Lusetti
On 4/17/05, Nanda Firdausi <[EMAIL PROTECTED]> wrote: > Hope this will benefit everyone who interested. That's sound good (like Heineken) Don't want to bother anyone but don't you think could be a good boost on the spreading of tapestry to have all the tapestry contrib apps and tools under the t