Re: About regexps on Tapestry

2009-09-21 Thread Madtyn
handy, it allows you to test regular expressions with ease: http://bastian-bergerhoff.com/eclipse/features/web/QuickREx/toc.html http://bastian-bergerhoff.com/eclipse/features/web/installation.html Martin On Mon, 21 Sep 2009 00:33:11 +0200, Madtyn mad...@gmail.com wrote: Hello! I have some

About regexps on Tapestry

2009-09-20 Thread Madtyn
Hello! I have some doubts about the regexp validators in Tapestry. I have learnt some about regexp but after making some validating with success, I haven't been able to do two things: 1) Which flavour of regexp does Tapestry use? I have looked for it on the Internet but I couldn't find out. I

Re: First try with chenilleKit.

2009-09-15 Thread Madtyn
Homburg hombu...@googlemail.com: Are you sure, that the chenillekit libs are resists in you WEB-INF/lib ? with regards Sven Homburg Founder of the Chenille Kit Project http://www.chenillekit.org 2009/9/14 Madtyn mad...@gmail.com I tried for the first time to use a chenilleKit component

First try with chenilleKit.

2009-09-14 Thread Madtyn
I tried for the first time to use a chenilleKit component, so I was reading about, and I only included a DateTimeField component. 1.- I added the repository and the dependencies to the pom xml of the parent multiproject. 2.- I added the next code on the Java class: import

Re: First try with chenilleKit.

2009-09-14 Thread Madtyn
Project http://www.chenillekit.org 2009/9/14 Madtyn mad...@gmail.com I tried for the first time to use a chenilleKit component, so I was reading about, and I only included a DateTimeField component. 1.- I added the repository and the dependencies to the pom xml of the parent multiproject. 2

Re: Website preview

2009-09-11 Thread Madtyn
Nice design. Keep on with the good work. 2009/9/11 Alfonso Quiroga alfonsose...@gmail.com: I like it :-) On Fri, Sep 11, 2009 at 12:10 PM, Sebastian Hennebrueder use...@laliluna.de wrote: Hello, I setup a preview website. You can find it here. http://tapestry.laliluna.de/ -- Best

Re: Why does this fail???

2009-09-07 Thread Madtyn
I forgot I posted this problem. Yes, you're right and I solved the problem changing the switch and inserting and if-else if structure instead. I was really confused about the same variable causing an error being used in different ways of making the same thing (retrieve the value), but now with the

Why does this fail???

2009-09-04 Thread Madtyn
Hello. I keep trying to use the EventContext and made some advances. As Joshua said the enums can be sent between the onPassivate and onActivate methods (Thank you Joshua :). But the problem is that I keep finding very strange problems. I have isolated the piece of code that is giving me

Re: Newbie questions

2009-09-03 Thread Madtyn
= context.get(String.class, 6); ...and so on } java.lang.VerifyError (class: es/udc/madtyn/gimnasio/web/pages/show/ShowSocios, method: onActivate signature: (Lorg/apache/tapestry5/EventContext;)V) Illegal constant pool index Stack trace: org.apache.tapestry5

Re: Newbie questiones

2009-09-03 Thread Madtyn
I'm experimenting and trying all kinds of things and I think the problem I have is when passing Enums to the EventContext. Although I do before the Enum - String conversion and then set the String value in the destination page and return as a String in the onPassivate, when I get the String

Re: Newbie questions

2009-09-03 Thread Madtyn
nervous :-(. 2009/9/3, Joshua Martin josmar52...@gmail.com: Are you trying to pass the value of a Select to another page? On Thu, Sep 3, 2009 at 5:14 PM, Madtyn mad...@gmail.com wrote: I'm experimenting and trying all kinds of things and I think the problem I have is when passing Enums