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
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
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
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
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
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
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
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/-
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]
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
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
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
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.
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
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
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]
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
17 matches
Mail list logo