T5.0.10 to T5.0.18 Component not found

2009-02-17 Thread kasper
the Layout.tml which is basically nothing more than the most simple html file. I also tried to modify Start.tml to: ... insert random text here ... Which also didn't work out. When I edited the Start.tml to be a small html file it worked. Does anybody has a clue? - Kasper

Re: T5.0.10 to T5.0.18 Component not found

2009-02-17 Thread kasper
I see that the two examples were removed because it was html. Start(1).tml.txt is the first Start(2).tml.txt the second - Kasper On Tue, 17 Feb 2009 16:03:24 +0100, wrote: > > > Hi, > > I've created a small project but I just figured out that I was still > using

Re: T5.0.10 to T5.0.18 Component not found

2009-02-17 Thread kasper
.internal.services.InternalClassTransformationImpl.assembleClassAnnotations(InternalClassTransformationImpl.java:1556) ... 72 more - Kasper On Tue, 17 Feb 2009 12:11:39 -0300, "Thiago H. de Paula Figueiredo" wrote: > On Tue, Feb 17, 2009 at 12:03 PM, wrote: > >> An unexpected application exception has occurred. >> java.lang.Cl

Re: T5.0.10 to T5.0.18 Component not found

2009-02-17 Thread kasper
Thanks, I see now that I somehow managed to remove all tapestry libs without really having troubles during the programming. Anyhow, this works. - Kasper On Tue, 17 Feb 2009 12:20:34 -0300, "Thiago H. de Paula Figueiredo" wrote: > On Tue, Feb 17, 2009 at 12:16 PM, wrote:

T5: Loop through HashMap.

2009-03-16 Thread kasper
do this inside the *.tml file? Thanks, Yours, Kasper - To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org

Re: T5: Loop through HashMap.

2009-03-16 Thread kasper
Problem solved since I always know the Key values I read them now directly. I loop through the list and then read the hashmap. List> ${ognl:post.get('title')} Yours, Kasper > Hi all, > > I have a List> which can be looped through by the Loop > component. This wor

T5: AccessController Dispatcher asm.exists() not working?

2009-03-31 Thread Kasper
@InjectService("AccessController") Dispatcher accessController) { configuration.add("AccessController", accessController, "before:PageRender"); } } -- Does a

T5: Multiple Select preselected values

2009-04-10 Thread Kasper
ield"); return l; } This doesn't work, it also doesn't work when I try to use List or just long[]. It does work when I use plain long. But then only one option can be preselected. Does anyone have a clue how to let more th

T5: validation without instant popups

2009-06-02 Thread kasper
Hi, Is it possible to perform the validation in forms without getting the black pop-ups? http://tapestry.apache.org/tapestry5/tutorial1/address-v6.png

T5: Validation title message

2009-06-03 Thread kasper
Hi, On top of the validation messages there is an english sentence: "You must correct the following errors before you may continue." Is it possible to override this message? Thanks in common, Yours, Kasper - To u

Re: T5: Validation title message

2009-06-03 Thread kasper
Thanks, but do you also know how? Yours, Kasper On Wed, 03 Jun 2009 09:29:58 +0200, Ulrich Stärk wrote: > Yes it is. > > Uli > > kas...@nekoconeko.nl schrieb: >> Hi, >> >> On top of the validation messages there is an english sentence: "You > must &