Re: What happened to Tapidea (IntelliJ IDEA Plugin)

2008-02-08 Thread Emmanuel Sowah
Hugo, So you think you have the greatest business model with this Loomy thing and that you and your company would be making millions? How many Tapestry users are there? Stop dreaming, baby. On Feb 8, 2008 5:30 PM, Hugo Palma <[EMAIL PROTECTED]> wrote: > It's very much active but not as TapIDEA.

Re: Property expression language into a Map or Properties

2008-02-08 Thread Bill Holloway
That might do it! On Feb 8, 2008 4:55 PM, Sven Homburg <[EMAIL PROTECTED]> wrote: > hm, > > i not tried yet, but may be possible with Ognl, > so please wait for next release of t5components. > there is an OGNL binding inside. > > or try http://213.160.23.119:8080/demo-0.5.7-SNAPSHOT/startpage > >

Re: Property expression language into a Map or Properties

2008-02-08 Thread Sven Homburg
hm, i not tried yet, but may be possible with Ognl, so please wait for next release of t5components. there is an OGNL binding inside. or try http://213.160.23.119:8080/demo-0.5.7-SNAPSHOT/startpage 2008/2/8, Bill Holloway <[EMAIL PROTECTED]>: > > Hi, > > We've got very complex domain classes who

Re: Property expression language into a Map or Properties

2008-02-08 Thread Howard Lewis Ship
No, it simply isn't supported, sorry. Without the type information obtained from real properties, a lot of the T5 magic (such as Grid and BeanEditForm) goes away. On Feb 8, 2008 1:55 PM, Bill Holloway <[EMAIL PROTECTED]> wrote: > Hi, > > We've got very complex domain classes whose types will vary

Re: Tapestry Application Survey

2008-02-08 Thread Javier Sanchez
- It would be nice to know also 1. the country where the system is 2. its natural language. 3. number of concurrent users 4. application server type (Jboss, OC4J, ...) 5. number of servers supporting the system (web servers + application servers + data base servers) JAVIER SANCHEZ CIO, EDESA S.A.

Property expression language into a Map or Properties

2008-02-08 Thread Bill Holloway
Hi, We've got very complex domain classes whose types will vary page to page. We're thinking about putting all the page display data into Maps or Properties for display. However a property expression like value="personMap.get('name')" doesn't work in the T5 templating language, neither does pers

Re: Tapestry Application Survey

2008-02-08 Thread Robert Zeigler
oops. :) Meant to send this directly to howard. Robert On Feb 8, 2008, at 2/83:47 PM , Robert Zeigler wrote: App 1: Site: http://www.puregumption.com/ Tapestry release: 5 This is just a simple site; it was my first T5 "app", so it was more of getting a feeling for the nuts and bolts of T5

Re: Ivy dependency problem for Selenium

2008-02-08 Thread Bill Holloway
Yeah, I just knocked it out with an tag in ivy. I'll go grab it when I need it. Bill On Feb 8, 2008 7:37 AM, Kevin Menard <[EMAIL PROTECTED]> wrote: > I'm not sure, since I punted ivy a while ago, but I think I had to add the > selenium dependency manually. The selenium artifacts are not in th

Re: Tapestry Application Survey

2008-02-08 Thread Robert Zeigler
App 1: Site: http://www.puregumption.com/ Tapestry release: 5 This is just a simple site; it was my first T5 "app", so it was more of getting a feeling for the nuts and bolts of T5 Type: Public Application Size: small. ~ 7 pages. Sector: commerce/education Status: deployed Team Size: 2 (1 d

Tapestry Application Survey

2008-02-08 Thread Howard Lewis Ship
Hello folks ... People often ask me what they can do to help with Tapestry adoption, and my usual response is to say "evangelize! give a talk to a user's group!". Here's something else you can do. I'm frequently asked "Who is using Tapestry?" and "How big is their site?" "How well does it scale

Re: lightbox, shadowbox, thickbox example

2008-02-08 Thread Olof Næssén
There is no real secret in getting one of these boxes to work with Tapestry 5. I've used a slightly modified version of lightbox for a pop up in a Tapestry 5 application and it works fine. If I recall correctly lightbox simply listens for clicks from a certain link and loads a page in a pop up win

Re: T5 getElementById from Layout component

2008-02-08 Thread Baofeng Yu
Thanks for all your replies ... Finally fixed the problem by looking at the generated html source file. The problem was actually not with calling the div from the head of layout.tml. Because after the page is rendered, all the elements are available, so there is really no problem there. But fo

T5: Email Validator

2008-02-08 Thread Renat Zubairov
Hello T5 users, What is the default approach of handling email validation inside the form/beanEditForm? -- Best regards, Renat Zubairov

Re: Re: tapdoc progress

2008-02-08 Thread Tomek Sniadach
Thanks Igor, unfortunately I'm not using maven :( and this configuration doesn't support code sample. Tomek Igor Drobiazko schrieb: If you want to generate it via maven you just need to add something like: .. com.erinors.t

Re: What happened to Tapidea (IntelliJ IDEA Plugin)

2008-02-08 Thread Hugo Palma
We're currently evaluating the effort for the update to IDEA 7. The adoption of IDEA 7 was much faster than we anticipated so we're doing our best to get support for it as soon as possible. Andreas Andreou wrote: > That's nice to hear Hugo! > Hope that it'll not be that hard to cover IDEA 7 as wel

Re: T5: BeanEditForm questions

2008-02-08 Thread Howard Lewis Ship
Please see examples: http://tapestry.formos.com/nightly/tapestry5/tapestry-core/ref/org/apache/tapestry/corelib/components/TextField.html On Feb 8, 2008 9:19 AM, Zheng, Xiahong <[EMAIL PROTECTED]> wrote: > I am getting the following exception when I moved the CreateAddress page > from tutorial1 to

Re: T5 getElementById from Layout component

2008-02-08 Thread Chris Lewis
If all of this is within your start page, then it's quite easy. T5 is built around the Prototype JS lib, which you can get a feel for here: http://www.prototypejs.org/ (api here: http://www.prototypejs.org/api). It is a staggeringly simply library to use. Now you'll have to test this, but I'm

lightbox, shadowbox, thickbox example

2008-02-08 Thread jthompson209
hey has anyone gotten these to work with tapestry 5, i follow the directions from each framework but all i get is a link to the page no special popup box -- View this message in context: http://www.nabble.com/lightbox%2C-shadowbox%2C-thickbox-example-tp15359877p15359877.html Sent from the Tape

T5: BeanEditForm questions

2008-02-08 Thread Zheng, Xiahong
I am getting the following exception when I moved the CreateAddress page from tutorial1 to my T5 project as is. Org.apache.tapestry.ioc.internal.util.TapestryException Failure reading parameters validate of component core/PropertyEditBlocks:textfield: Validator 'regexp' requires a validation cons

Re: Class trandformation problems

2008-02-08 Thread Howard Lewis Ship
I haven't been seeing this, it's new to me. What JDK and OS are you using? Earlier versions had some issues with inner classes that were resolved. If you could turn on debugging of generated classes it would be useful. Enable logging for your component class name and it will be produced at leve

Re: Latest snapshot breaks my contributed translator

2008-02-08 Thread Denis McCarthy
That's it - thanks On 08/02/2008, Howard Lewis Ship <[EMAIL PROTECTED]> wrote: > > It's early, that should be TranslatorSource and TranslatorDefaultSource. > > On Feb 8, 2008 6:18 AM, Howard Lewis Ship <[EMAIL PROTECTED]> wrote: > > The ValidatorDefaultSource service has gone away. You must make

Re: What happened to Tapidea (IntelliJ IDEA Plugin)

2008-02-08 Thread Andreas Andreou
That's nice to hear Hugo! Hope that it'll not be that hard to cover IDEA 7 as well. On Feb 8, 2008 6:30 PM, Hugo Palma <[EMAIL PROTECTED]> wrote: > It's very much active but not as TapIDEA. > I actually brought the former TapIDEA into the company i work for now > and we're investing a lot of time

Re: T5 getElementById from Layout component

2008-02-08 Thread Andreas Andreou
The problem is that when the script is executed, there's no such element (yet) Either delay its execution by wrapping with something like dojo.addOnLoad (prototype should provide a similar helper) or move the script at the very end of the html file, just before On Feb 8, 2008 6:08 PM, Baofeng Yu

Class trandformation problems

2008-02-08 Thread Adriaan Joubert
Hi, tapestry 5 is great and it is fantastic how easy it is to write new components for tapestry. One problem we have though is that using injected variables at times breaks the application in unpredictable ways. A typical example is as follows: Getting some information from a wrapping component

Re: What happened to Tapidea (IntelliJ IDEA Plugin)

2008-02-08 Thread Hugo Palma
It's very much active but not as TapIDEA. I actually brought the former TapIDEA into the company i work for now and we're investing a lot of time and effort in implement a great plugin. So TapIDEA is now called Loomy. We're going to get the plugin site up and running very soon and will also releas

What happened to Tapidea (IntelliJ IDEA Plugin)

2008-02-08 Thread David Marquis
Hi! I just joined the mailing list, and I would like to say first that T5 looks very promising... can't wait to get my hands on it and start playing with it (our next project might be on that platform!) I have a question regarding the Tapidea plugin for IntelliJ IDEA : does anybody know i

Re: T5 getElementById from Layout component

2008-02-08 Thread Baofeng Yu
Say I have a layout.tml that contains header, footer, navi menu, and an empty section. Now in start.tml, I do the following: http://tapestry.apache.org/schema/tapestry_5_0_0.xsd";> ... ... When user selects a radio button on the start page, I want to change the style of div "1". I know th

Re: tapdoc progress

2008-02-08 Thread Igor Drobiazko
If you want to generate it via maven you just need to add something like: .. com.erinors.tapestry tapdoc-maven-plugin /net/sf/tacos/Tacos.library

Re: Latest snapshot breaks my contributed translator

2008-02-08 Thread Howard Lewis Ship
It's early, that should be TranslatorSource and TranslatorDefaultSource. On Feb 8, 2008 6:18 AM, Howard Lewis Ship <[EMAIL PROTECTED]> wrote: > The ValidatorDefaultSource service has gone away. You must make sure > you are contributing to the ValidatorSource service (it has "absorbed" > the Valid

Re: T5 getElementById from Layout component

2008-02-08 Thread Chris Lewis
What exactly do you want to do? What you're explaining doesn't really make sense - that is, hard-coding a DOM id in a component that doesn't contain such an id. What is your ultimate goal? chris Baofeng Yu wrote: Hi all, I have a layout component that wraps around a page, say Start.tml. Sup

tapdoc progress

2008-02-08 Thread Tomek
Hi, I'm interested on TapDoc. I've made my first component docs, but I have trouble with the tapdoc.xml. I couldn't find a dtd, so I had to search in source code to find allowed tags. Especially I don't know to make the samle code for the components (like on the tapestry site). I'm using versio

Re: T5: Palette

2008-02-08 Thread Daniel Pinheiro
OK, thank you Gabriel. maybe your answer can help me. Gabriel Landais wrote: > > Daniel Pinheiro a écrit : >> How can i use palette with data from DataBase? Can someone help me? >> > I had some troubles with JPA too. If you use one request to retrieve all > elements and another one for se

Re: Latest snapshot breaks my contributed translator

2008-02-08 Thread Howard Lewis Ship
The ValidatorDefaultSource service has gone away. You must make sure you are contributing to the ValidatorSource service (it has "absorbed" the ValidatorDefaultSource service). On Feb 8, 2008 6:12 AM, Patrick Moriarty <[EMAIL PROTECTED]> wrote: > We implemented getType(). For example, > > public

Re: Latest snapshot breaks my contributed translator

2008-02-08 Thread Patrick Moriarty
We implemented getType(). For example, public Class getType() { return BigDecimal.class; } But we observe the same behaviour. Looks like the lookup by type isn't working correctly. On 08/02/2008, Kevin Menard <[EMAIL PROTECTED]> wrote: > > It looks like the Translator interface has been ch

Re: T5: Hibernate and threaded service

2008-02-08 Thread Davor Hrg
uh, oh, it seems I've found a small workarround, not a definitive fix, but the TreadSource works with it.. the wiki is updated http://wiki.apache.org/tapestry/Tapestry5HowToRunTaskInThread Davor Hrg On Feb 8, 2008 12:45 PM, Davor Hrg <[EMAIL PROTECTED]> wrote: > this seems to be a JVM bug > ht

Re: Latest snapshot breaks my contributed translator

2008-02-08 Thread Kevin Menard
It looks like the Translator interface has been changed. There is now a method with the following signature that you must implement: public Class getType(); I haven't dug into why that is, but my guess is that has something to do with generics and type erasure. -- Kevin On 2/8/08 7:39 AM, in

Re: Ivy dependency problem for Selenium

2008-02-08 Thread Kevin Menard
I'm not sure, since I punted ivy a while ago, but I think I had to add the selenium dependency manually. The selenium artifacts are not in the public repositories, and ivy may very well not be looking at all the dependencies declared in the tapestry POM. -- Kevin On 2/7/08 8:18 PM, in article

progressworker class?

2008-02-08 Thread asiancool
is this class exist in tapestry 4? i'm trying out progress bar example,but cannot find this class - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: clientsidevalidation for selectbox

2008-02-08 Thread Andreas Andreou
in tapestry 4? You probably need to build a custom validator because the required validator just checks if the value is empty... On Feb 8, 2008 11:30 AM, dojor <[EMAIL PROTECTED]> wrote: > i have a selectbox with first value is "-1" means user didnt select anything > yet. how do i use clientsideva

RE: use i18n in javascript

2008-02-08 Thread Kristian Marinkovic
try Gesendet von: news <[EMAIL PROTECTED]> 08.02.2008 14:00 Bitte antworten an "Tapestry users" An users@tapestry.apache.org Kopie Thema use i18n in javascript how to use i18n key inside confirm('') ? i have

use i18n in javascript

2008-02-08 Thread dojor
how to use i18n key inside confirm('') ? i have

Latest snapshot breaks my contributed translator

2008-02-08 Thread Denis McCarthy
Hi, In my AppModule.java, I had contributed code for an Enum class like this: public static void contributeTranslatorDefaultSource( MappedConfiguration, Translator> configuration) { ... configuration.add(ReleaseType.class, new Translator() { public ReleaseType pars

Re: T5: Hibernate and threaded service

2008-02-08 Thread Davor Hrg
this seems to be a JVM bug http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=5025230 I tried it in Java 6 and code works just fine I'll look into it, an post a jira... also still trying to make a workarround for it Davor Hrg On Feb 8, 2008 1:29 AM, Angelo Chen <[EMAIL PROTECTED]> wrote: > > Hi

clientsidevalidation for selectbox

2008-02-08 Thread dojor
i have a selectbox with first value is "-1" means user didnt select anything yet. how do i use clientsidevalidation to validate this ? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: T5: Palette

2008-02-08 Thread Gabriel Landais
Daniel Pinheiro a écrit : How can i use palette with data from DataBase? Can someone help me? I had some troubles with JPA too. If you use one request to retrieve all elements and another one for selected elements, it will not be same instances in both case. So for each Palette, I have spe

Re: t5 persist pageLoaded instance variable initialization

2008-02-08 Thread riccaruf
riccaruf wrote: > > Hi everybody, > > I've got the same question as Angelo in this post > http://www.mail-archive.com/users@tapestry.apache.org/msg19237.html > http://www.mail-archive.com/users@tapestry.apache.org/msg19237.html > > about the reasons why if I initialize some instance variabl

Zone component - Having a progress indicator.

2008-02-08 Thread Mahen Perera
Hi all, Just a thought,,, it would be nice if we were given the ability to show some progress indicator (some animation which basically gets displayed until the Ajax response returns) , when using the Zone component. Can this facility be easily added to the Zone component,, or else, can we do t

clientside validation call a javascript if success

2008-02-08 Thread dojor
i'm using clientside validation for my form. is there any parameter that i can use for my form so that it will call my custom javascript if validation is success? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional comma