Re: tapestry-jpa

2010-01-25 Thread peter ricke
Hi Pierro, wow, thanks not only for for sharing the code with us but also for the really quick answer. With the versions from http://ci.repository.codehaus.org/ everything woked immediately. I should have asked some hours before ;-) Peter Piero Sartini schrieb: Hi Peter, nice to hear p

how to set focus on form component

2010-03-20 Thread peter ricke
Hello all, i have a form with various elements. When displaying the form,the focus allways is gained by the first which is not the first element in the form. A user trying to make his way through the form starting at the top, allways gets a confusing client-side validation-message arrised by t

Re: how to set focus on form component

2010-03-22 Thread peter ricke
No suggestions? Hello all, i have a form with various elements. When displaying the form,the focus allways is gained by the first which is not the first element in the form. A user trying to make his way through the form starting at the top, allways gets a confusing client-side validation-mes

Re: how to set focus on form component

2010-03-22 Thread peter ricke
yourself, you should switch of the autofocus on the form. Kind regards, Joachim peter ricke wrote: No suggestions? Hello all, i have a form with various elements. When displaying the form,the focus allways is gained by the first which is not the first element in the form. A user trying to make

javascript not working in updated zone ( IE only)

2010-03-22 Thread peter ricke
Hello, I`m writing a component wherein a zone is used for displaying various content via blocks. One of this blocks contains the following code ${playingAct.title} \/ id="info1b" >/\

Re: javascript not working in updated zone ( IE only)

2010-03-22 Thread peter ricke
elp you figure out what's wrong. It'd also be helpful to know what version of Tapestry you are using. Thanks, Josh On Mon, Mar 22, 2010 at 6:52 AM, peter ricke wrote: Hello, I`m writing a component wherein a zone is used for displaying variou

Re: javascript not working in updated zone ( IE only)

2010-03-23 Thread peter ricke
ck bla bla<\/div>\nbCblock bla bla\nbCblock bla bla\nbCblock bla bla<\/NOSCRIPT><\/div> show B<\/a>","script":"Tapestry.init({\"linkZone\":[[\"linkA-12787e695b1\",\"zone\",\"/experiment/peterrick.linka\"]]});\n"

DateField not working in updated Form (IE only)

2010-04-03 Thread peter ricke
Hello ! i ran into trouble using a t:dateField within an zone. When the zone containing the datefield is updated after the datefield has been used once, the datefield is no longer usable in InternetExplorer. (no Problems . in Chrome,FF) I get the following Error Message: Meldung: Objekt erford

Re: DateField not working in updated Form (IE only)

2010-05-27 Thread peter ricke
Hi Anton, no, i was not able to fix , still on my todo-list ;-( If you find a way, please let me know Peter Hello Peter! I am running into the same problem! Were you able to fix it? Thanks, Anton - To unsubscribe, e-mai

Re: BeanDisplay customisation (long lines wrapping)

2010-06-24 Thread peter ricke
Hi Jim, I had the same problem, following css solved it DL.t-beandisplay DD { display: table-cell; } thanks Peter There's probably some CSS that would do it, but I spent an hour or so playing with the CSS and gave up. Maybe some combination of float / width / overflow / display would do

Re: BeanDisplay customisation (long lines wrapping)

2010-06-28 Thread peter ricke
stand the fuss about avoiding the use of tables. Your solution looks very concise. Out of curiosity do you have a mandated browser in production for your application? I thought display: table-cell; had patchy coverage amongst some browsers? Regards, Jim. -Original Message- From:

T5: Easy FckEditor in Form with associated Zone

2010-10-04 Thread peter ricke
Hi all, We are using t5-easyFckEditor quite a while and it runs very well. But now we try to use it within a form with an associated zone. As soon as Zone="xyZone" is included in the - tag the content of the editorfield is not submitted (or not associated to the value-field) when the user su

[t5] Problems with grid in a loop

2010-10-04 Thread peter ricke
Hi, On a page i have a grid in a loop. When inPlace="true" clicking on a grids Pager-link always results in displaying the content of the last edited grid on the page, so i`m not able to move through the pages of the grids, and all grids display same information after clicking eachs grid-page

Re: T5: Easy FckEditor in Form with associated Zone

2010-10-04 Thread peter ricke
Ville, thank you. Ticket opend : http://kenai.com/jira/browse/T5_EASY_FCKEDITOR-4 Peter Hi, I will take a look at the old FCK editor (The main effort has been put to the newer CK integration.) to make it compatible with 5.2. I'll take a look at this also, but unfortunately it will take 2-4 wee

Re: [t5] Problems with grid in a loop

2010-10-05 Thread peter ricke
Problem was due to the static -structure of tapestry. When re-rendering after a pager-link was pressed , the grid-source was always the source of last rendered grid. Solved by decorating Grid so that onInPlaceUpdate() triggers an event handled by the embedding component which thereby ensures

tapestry-jpa

2010-01-25 Thread Dr. Peter Ricke
Hi, Beeing new to tapestry (and all the J2EE/web application stuff) i try to find my way to use it together with JPA. Following this (very helpfull) mailinglist i found tapestry-jpa /tapestry-jpa2, actually hosted at tynamo. Unfortunately i`m not able to bring it together. I downloaded the tape