Re: T5: XML encoding of URLs

2008-02-02 Thread Howard Lewis Ship
That should be correct, the & inside the src attribute should be converted, by the browser, back into a single '&' when it sends the request to fetch the image. On Feb 1, 2008 1:06 AM, Szemere Szemere <[EMAIL PROTECTED]> wrote: > I'm having trouble including an image source URL in my .tml files. T

Re: T5.0.9 bug? Session in actionlink URL kills context

2008-02-02 Thread Howard Lewis Ship
That looks like a bug ... as if it were running the partial path through HttpServletResponse.encodeURL rather than the full path. On Feb 2, 2008 5:22 PM, Chuck Kring <[EMAIL PROTECTED]> wrote: > I'm debugging a strange behavior in a T5.0.9 application. The > application is a dashboard containing

Re: Tap 5.0.9: Why can't Grid column header has blank label

2008-02-02 Thread Howard Lewis Ship
The label is also used by BeanEditor and individual fields when composing error messages. On Feb 2, 2008 12:16 PM, Shing Hing Man <[EMAIL PROTECTED]> wrote: > Hi, > > In the Grid component, I added a custom column with > a > blank label. > > beanModel.add("rowNo", null).label(" "); > > This re

T5.0.9 bug? Session in actionlink URL kills context

2008-02-02 Thread Chuck Kring
I'm debugging a strange behavior in a T5.0.9 application. The application is a dashboard containing multiple zone-like divs that are refreshed via a javascript keypress event handler. The handler does an Ajax.request on an actionlink.href, then updates several zone-like div areas. This is i

Tap 5.0.9: Why can't Grid column header has blank label

2008-02-02 Thread Shing Hing Man
Hi, In the Grid component, I added a custom column with a blank label. beanModel.add("rowNo", null).label(" "); This resulted in the following exception. I could use css to make the label non-visible. Is there a more elegant way of having a blank column header. Thanks in advance for any

Re: Tapestry[5] - Overriding the form error messages

2008-02-02 Thread Adam Zimowski
Okay, I created new component "errorMsg" which can be used anywhere on the page to display individual error. Enhancements welcome. This component takes two arguments, a literal string denoting field for which error should be rendered, and form to which field is bound. The form must be accessible

Re: T5: BeanEditForm doesn't pick up .properties

2008-02-02 Thread Howard Lewis Ship
OK, I'm glad you're back in operation. On Feb 2, 2008 9:39 AM, Michael Gerzabek <[EMAIL PROTECTED]> wrote: > Ok, finally I found it: Months ago I was playing around with the Label > component. I found [1] and did a little rewrite to be able to put labels > directly in my .tml files. Now 3 months l

Re: T5: BeanEditForm doesn't pick up .properties

2008-02-02 Thread Michael Gerzabek
Ok, finally I found it: Months ago I was playing around with the Label component. I found [1] and did a little rewrite to be able to put labels directly in my .tml files. Now 3 months later restarting the project I forgot about that. So sorry for the noise! Michael [1] http://www.nabble.com/-

RE: [ANN] t5components - release 0.5.6

2008-02-02 Thread Jonathan Barker
Sven I can hardly wait to try out the ognl binding. It's something I've missed moving from T4->T5. Ditto on Remove. Jonathan > -Original Message- > From: Sven Homburg [mailto:[EMAIL PROTECTED] > Sent: Saturday, February 02, 2008 8:56 AM > To: users@tapestry.apache.org > Subject: [ANN]

Re: T5: BeanEditForm doesn't pick up .properties

2008-02-02 Thread Michael Gerzabek
Ok. I packed the sources. But before I sent them I wanted to try it one more time on my own. I generated new .project and .classpath files with maven (2.0.8), created a new project in eclipse (3.2) imported the project built it and ... ... all the labels where there! So actually now I have wha

Re: T5.0.7: No service implements the interface org.slf4j.Logger

2008-02-02 Thread Howard Lewis Ship
The situation is that you can inject a Logger when constructing a service, but you can't inject a Logger when contributing to a service. Perhaps it would be a good idea to allow the service's Logger to be injected into contributor methods, with the intention that any logging related to the service

Re: Tapestry[5] - Overriding the form error messages

2008-02-02 Thread Adam Zimowski
I've asked for easy form error customisation a few times (see my earlier reply from this thread). There is no wiki on this. No concise answer, not even YES/NO. Well, assume the default: No - it's not easy to customize individual form errors at the moment. So T5 has . How hard would it be to create

[ANN] t5components - release 0.5.6

2008-02-02 Thread Sven Homburg
Hi there, the t5components 0.5.6 released today. - new component TrimmedString - new component DateFormat - new component Remove - new component MaskFormat - new mixin Element (extends component Element) - new binding "ognl" look at change log project page with demo click here http://213.160.

Re: T5.0.7: No service implements the interface org.slf4j.Logger

2008-02-02 Thread Robert Zeigler
This is a different issue from the threads mentioned. Those threads are classloader issues, where the slf4j classes can't be found. In Franz's case, the org.slfj4.Logger interface is properly loaded by the classloader. The issue is that the ioc container is confusing the Logger parameter for

Re: T5 tapestry5-acegi salt source not overridable

2008-02-02 Thread Robin Helgelin
On Jan 21, 2008 7:59 PM, Franz Amador <[EMAIL PROTECTED]> wrote: > It looks to me like the tapestry5-acegi module hard-codes the password salt > source to be SystemWideSaltSource. I can change the system-wide salt via > acegi.password.salt, but there is no corresponding acegi.salt.source > prop

use key inside table "id:description:expression"

2008-02-02 Thread learner
in table column expression "id:description:expression" how to use key from app.properties for the "description" ? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

call javascript inside myMehtod(RequestCycle cycle)

2008-02-02 Thread learner
my table listing have an edit link that when pressed will call myMehtod(RequestCycle cycle) . in the method, is it possible to call javascript? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAI