Re: how to specify to say more than one java file to share same html

2009-06-15 Thread kk4Nabble
Hi all, My problem is I have CalendarHome.java which extends Calendar.java. But i want both the files to share Calendar.html How do i do it? basically when it sees CalendarHome.java it ll search for CalendarHome.html, i wan it look for Calendar.html instead of CalendarHome.html. Please suggest.

Re: Event bubbling question

2009-06-15 Thread Robert Zeigler
Two comments: 1) onSuccessFromComponent, in theory, should work, but IFF "Component" doesn't also have its own onSuccess handler. 2) Normally, what I do in these situations, is to encapsulate the events with a custom event. That hides the details of component from users of the component, s

IE rendering the "any" component informal parameters on a XHR encoded....

2009-06-15 Thread Tom Zurkan
I have a form tied to a zone. On FF everything works fine. On initial render in IE everything renders fine. However, after a form submit, the returned block which contains some anchors of type "any", renders its informal parameters encoded. so, it looks like this before submission: Comment

Event bubbling question

2009-06-15 Thread Piero Sartini
Hello! I have a problem with the event bubbling stuff. A form is located inside a component which in turn is embedded inside my page. Now I am trying to process the form in my page. There is more than one component inside the page so there is the need to specify the component who triggers the

Re: best book for T5

2009-06-15 Thread Antonio Fernández
Viva ! (+1) Antonio haipeng du escribió: +1. For sure, many people have second language. After English or German version is ready, we can translate to different languages. To make tapestry to be popular, we must support it. I love tapestry. On Mon, Jun 15, 2009 at 10:01 AM, Craig St. Jean w

Dynamic Select with Textarea.

2009-06-15 Thread b...@umd
Here is my problem : I created a DynamicSelect like this http://lombok.demon.co.uk/tapestry5Demo/test/components/dynamicselectdemo1source one which allow me to select a "Category" and then an "Application" from my database. Here is an extract of my tml :

[Announce] Tapestry XPath project - v1.0.0 released

2009-06-15 Thread Paul Field
I'd like to announce the first stable release of the Tapestry-XPath project at Tapestry360: https://tapestry.formos.com/projects/tapestry-xpath/ Tapestry XPath allows you to use XPath expressions to query the Tapestry DOM, which is a particularly useful thing to do in tests of components and

T5.1: Custom Acegi 403 error page breaks page/actionlinks

2009-06-15 Thread immutability
Guys, I'm facing another strange issue with Tapestry 5.1.0.5. I'm using Tapestry-Acegi, but I guess I would get the same behavior with Spring-Security. I have configured a custom error page for the 403 forbidden error in my AppModule, i.e.: configuration.add("acegi.accessDenied.url", "/Acc

Re: Switch from Prototype to jQuery?

2009-06-15 Thread Thiago H. de Paula Figueiredo
Em Mon, 15 Jun 2009 13:06:14 -0300, Piero Sartini escreveu: Maybe we would see way more components for tapestry if they could be build with jquery. They can be built with jQuery. I even made one that I plan to opensource later. I don't know why other people haven't done components that

Re: best book for T5

2009-06-15 Thread haipeng du
+1. For sure, many people have second language. After English or German version is ready, we can translate to different languages. To make tapestry to be popular, we must support it. I love tapestry. On Mon, Jun 15, 2009 at 10:01 AM, Craig St. Jean wrote: > +1 > > On Mon, Jun 15, 2009 at 11:14 AM

Re: Switch from Prototype to jQuery?

2009-06-15 Thread Piero Sartini
Am Montag, 15. Juni 2009 17:47:32 schrieb Norman Franke: > FWIW, I'm quite happy with Prototype. I'd vote we use developer cycles > for something more productive than dealing with library preferences. The good news first: Tapestry is opensource. That's why users who see the need of a jQuery integ

Re: best book for T5

2009-06-15 Thread Craig St. Jean
+1 On Mon, Jun 15, 2009 at 11:14 AM, Paulo Marcelo wrote: > +1 > > Paulo Marcelo > > He who asks is a fool for five minutes, but he who does not ask > remains a fool forever. > > Chinese Proverb > > > 2009/6/15 Thiago H. de Paula Figueiredo > > > +1. The more books, the better. :) > > > > -- > >

Re: Switch from Prototype to jQuery?

2009-06-15 Thread Thiago H. de Paula Figueiredo
On Mon, Jun 15, 2009 at 12:47 PM, Norman Franke wrote: > FWIW, I'm quite happy with Prototype. Me too! > I'd vote we use developer cycles for > something more productive than dealing with library preferences. They are > largely functionally equivalent and prototype support is already done. The p

Re: Hooks for code on every page request

2009-06-15 Thread Olle Hallin
...or just the sample timing filter that the quickstart archetype creates! Olle 2009/6/15 Thiago H. de Paula Figueiredo > On Mon, Jun 15, 2009 at 11:06 AM, Jason Lotz wrote: > > Thanks, I think the request filter is what I was looking for. > > You're welcome! > You can use the Tapestry Access

Re: Switch from Prototype to jQuery?

2009-06-15 Thread Norman Franke
FWIW, I'm quite happy with Prototype. I'd vote we use developer cycles for something more productive than dealing with library preferences. They are largely functionally equivalent and prototype support is already done. Norman Franke Answering Service for Directors, Inc. www.myasd.com On

[T5] Extending Tapestry Fields

2009-06-15 Thread Onno Scheffers
I have a TextField component that takes quite a bit of configuration (several validators are assigned, maxlength is set and the localized label comes from the database). It doesn't feel right to have to copy the entire configuration into each page where I use that field. So I'd like to create my o

Re: best book for T5

2009-06-15 Thread Paulo Marcelo
+1 Paulo Marcelo He who asks is a fool for five minutes, but he who does not ask remains a fool forever. Chinese Proverb 2009/6/15 Thiago H. de Paula Figueiredo > +1. The more books, the better. :) > > -- > Thiago > > - > To

Re: [T5] TapestryIoC Registry Interop with other Servlets

2009-06-15 Thread P . Stavrinides
Nice! A dumb question: How do I integrate the library with Tapestry? regards, Peter - Original Message - From: "Thiago H. de Paula Figueiredo" To: "Tapestry users" Sent: Wednesday, 20 May, 2009 03:07:12 GMT +02:00 Athens, Beirut, Bucharest, Istanbul Subject: Re: [T5] TapestryIoC Reg

Re: Hooks for code on every page request

2009-06-15 Thread Thiago H. de Paula Figueiredo
On Mon, Jun 15, 2009 at 11:06 AM, Jason Lotz wrote: > Thanks, I think the request filter is what I was looking for. You're welcome! You can use the Tapestry Access Logger (http://www.arsmachina.com.br/project/tapestryaccesslogger) for a request filter example. -- Thiago

how to specify 2 java file to same html

2009-06-15 Thread kk4Nabble
Hi all. I have 2 java pages and i want it to refer same html for both java files. How do I do it in .application file. The above does not work. By the way am using tapestry 4.1 Please help. Thanks in advance -- View this message in context: http://www.nabble.com/how-to-specify-2-java-f

Re: Hooks for code on every page request

2009-06-15 Thread Jason Lotz
Thanks, I think the request filter is what I was looking for. Jason On Sun, Jun 14, 2009 at 11:26 AM, Thiago H. de Paula Figueiredo < thiag...@gmail.com> wrote: > Em Sun, 14 Jun 2009 02:12:34 -0300, Angelo Chen < > angelochen...@yahoo.com.hk> escreveu: > > maybe dispatcher? you can find a relat

Re: Redirect from Exception Page (with Tomcat) in 5.1

2009-06-15 Thread P . Stavrinides
The way exceptions are dealt with in Tapestry is 'second to none!' ... one of the frameworks best features imho, see this page: http://tapestry.apache.org/tapestry5/tapestry-core/guide/event.html There are many ways to handle exceptions, you choose whats best for you, what I am doing is using a

Re: T5: validation without instant popups

2009-06-15 Thread P . Stavrinides
Sorry to poach on this thread, but is there a way to reconfigure the client side validation model rather than disable it entirely? i.e.: to customize the validation trigger event (onClick,onBlur,onFocus,onKeyUp etc), or instead of per element validation, validate before a submit like this for ex

Re: best book for T5

2009-06-15 Thread Thiago H. de Paula Figueiredo
+1. The more books, the better. :) -- Thiago - To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org

Re: Can I disable include of prototype in tapestry page?

2009-06-15 Thread Peter Stavrinides
Hi Thiago, > That's a very difficult feature to have, as everything in Tapestry that > needs Javascript uses Prototype. That's an awful lot of code to be > reimplemented. Looking through recent posts on the list, it looks like this is now being looked at, and I am very glad for this, because

Re: best book for T5

2009-06-15 Thread Erick Erickson
+1 On Mon, Jun 15, 2009 at 12:51 PM, Borut Bolčina wrote: > +1 > > Thanks > > 2009/6/15 Igor Drobiazko > > > Well, this community can help to make the publisher's decision easier. If > > somebody of you is interested in a book translation, just comment here. I > > will forward this thread to th

Redirect from Exception Page (with Tomcat) in 5.1

2009-06-15 Thread Moritz Gmelin
Hi, I'd like to have all Exception of my Application handled by its special ExceptionReport in the way that on the production system the ExceptionReport directly redirects the user to the start page. This works well using Jetty as AppServer and checking for the error reason in beginRender a

Re: best book for T5

2009-06-15 Thread Borut Bolčina
+1 Thanks 2009/6/15 Igor Drobiazko > Well, this community can help to make the publisher's decision easier. If > somebody of you is interested in a book translation, just comment here. I > will forward this thread to the publisher. The more interests available the > more likely they will do it.

Re: best book for T5

2009-06-15 Thread Inge Solvoll
Yes! On Mon, Jun 15, 2009 at 11:41 AM, Newham, Cameron wrote: > A book in English would be great. > > > -Original Message- > From: Igor Drobiazko [mailto:igor.drobia...@gmail.com] > Sent: 15 June 2009 07:34 > To: Tapestry users > Subject: Re: best book for T5 > > Well, this community can

Re: Problems with Tapestry, Spring & jax-ws integration

2009-06-15 Thread Peter Stavrinides
> Has anyone successfully created a project using Tapestry and Spring for > jax-ws web services? I would be interested in giving this a try! If you get this working could you document it, perhaps in a wiki article? Cheers, Peter - Original Message - From: "Otho" To: "Tapestry users"

Re: t5: protecting data from public access

2009-06-15 Thread P . Stavrinides
Hi Angelo, Using a Dispatcher (or Request filter) enables you to filter on every Request, so simply wire Tapestry's ApplicationStateManager to your Dispatcher and retrieve the appropriate ASO instance to check access for the requested page / resource: public PageAccessController(ApplicationSta

Re: Netbeans 6.7 tapestry 5 plugin support

2009-06-15 Thread Piero Sartini
Very nice! Looking forward to give it a try. Thanks for the work. Piero - To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org

RE: best book for T5

2009-06-15 Thread Newham, Cameron
A book in English would be great. -Original Message- From: Igor Drobiazko [mailto:igor.drobia...@gmail.com] Sent: 15 June 2009 07:34 To: Tapestry users Subject: Re: best book for T5 Well, this community can help to make the publisher's decision easier. If somebody of you is interested i

RE: best book for T5

2009-06-15 Thread Alexey Chmutov
+1 Thanks, Alexey. -Original Message- From: Ivano Luberti [mailto:lube...@archicoop.it] Sent: Monday, June 15, 2009 11:23 AM To: Tapestry users Subject: Re: best book for T5 I'm also interested. BTW I'm surprised this kind of books can be printed in a language other then English Peter

t:zone inside t:formfragment

2009-06-15 Thread Borut Bolčina
Hi, Is it at all possible to have a Zone inside FormFragment like this? show block 2 show block 1 I am getting Render queue error in SetupRender[account/SignupWizard:areacode]: The Area Code component must be enclosed by a Fo

Re: best book for T5

2009-06-15 Thread Onno Scheffers
I would buy an English version of your book instantly. regards, Onno On Mon, Jun 15, 2009 at 8:33 AM, Igor Drobiazko wrote: > Well, this community can help to make the publisher's decision easier. If > somebody of you is interested in a book translation, just comment here. I > will forward this

Re: T5 enhancement: Redirecting from ComponentEventLinkEncoder.decodePageRenderRequest()

2009-06-15 Thread Massimo Lusetti
On Fri, Jun 12, 2009 at 10:23 PM, Blower, Andy wrote: > I recently moved authentication for our project in method advice for the > ComponentEventLinkEncoder method decodePageRenderRequest() because some other > method advice to the same method has some modified URL processing and it > saves dup

Re: more actionlink's context values in *.tml directly

2009-06-15 Thread DH
If 5.1, like context="[param1,param2]" If 5.0, refer to list binding of t5component project. DH - Original Message - From: "Radek Terber" To: "Tapestry users" Sent: Monday, June 15, 2009 3:49 PM Subject: more actionlink's context values in *.tml directly > Hi all. > > Is there any w

more actionlink's context values in *.tml directly

2009-06-15 Thread Radek Terber
Hi all. Is there any way to put more than one context parameter (for actionlink, pagelink and similar components) directly into tml file (for example "param1" and "param2" to generate URL in form "http://urBase/param1/param2";, something like this: ... ) ? I can do it using ComponentResources'

Re: best book for T5

2009-06-15 Thread Ivano Luberti
I'm also interested. BTW I'm surprised this kind of books can be printed in a language other then English Peter Stavrinides ha scritto: > Yes of course I am interested. > > Peter > > -- == dott. Ivano Mario Luberti Archimede Informatica societa'

Re: best book for T5

2009-06-15 Thread DH
Waiting for it too. DH - Original Message - From: "Peter Stavrinides" Sent: Monday, June 15, 2009 2:59 PM Subject: Re: best book for T5 > Yes of course I am interested. > > Peter > > -- > If you are not an intended recipient of this e-mail, please notify the > sender, delete it an

Netbeans 6.7 tapestry 5 plugin support

2009-06-15 Thread iberck
Hi I'm developing a netbeans plugin for tapestry 5 tested on windows xp The supported features are: Initial features: * Create pages/components from wizard * Code templates * Actions * tml files highlighting * Live class reloading Code templates For example, if you type [o

Re: best book for T5

2009-06-15 Thread Peter Stavrinides
Yes of course I am interested. Peter -- If you are not an intended recipient of this e-mail, please notify the sender, delete it and do not read, act upon, print, disclose, copy, retain or redistribute it. Please visit http://www.albourne.com/email.html for important additional terms relating