addScript(), entities, CDATA...

2008-01-24 Thread Francois Armand
rhaps Tapestry may have a javascriptblock component, with it's content automagically added to Tapestry.onDOMLoaded... Thank in advance, -- Francois Armand Etudes & Développements J2EE Groupe Linagora - http://www.linagora.com Tél.: +33 (0)1 58 18 68 28 -

Re: T5 Encoding issue (repost)

2008-01-28 Thread Francois Armand
Francois Armand wrote: Are you sure this issue is solved in the latest version of T5? So that you can even have slashes in your activation parameters? Well, you are right : slashes are not supported. But spaces, "+", accented letters are well encoded/decoded I spoke to fast

Re: T5 Encoding issue (repost)

2008-01-28 Thread Francois Armand
ing the order of utf8filter (with "after:*" or "before:*" in configuration) doesn't seem to do anything I believe I forgot to switch a configuration to UTF-8, somewhere. But I don't know where :/ So, Martin, have you find a way to have it to work ? Have you an

Re: T5 Encoding issue (repost)

2008-01-28 Thread Francois Armand
od_jk, and I don't really understand where it comes from. Are you sure this issue is solved in the latest version of T5? So that you can even have slashes in your activation parameters? Well, you are right : slashes are not supported. But spaces, "+", accented letters are well enc

[T5] URL encoding maze : post to encoded URL (even in 5.0.9) ?

2008-01-29 Thread Francois Armand
x27;m doing something bad. Please, would somebody show me my error ? -- Francois Armand Etudes & Développements J2EE Groupe Linagora - http://www.linagora.com Tél.: +33 (0)1 58 18 68 28 --- InterLDAP - http://interldap.org FederID - http://www.federid.org/ Open

Re: Editing a collection

2008-01-29 Thread Francois Armand
. When you click on a button, updated values are set in the list at the right place. It may be use to construct simpler list editor. Hope it may help ! -- Francois Armand Etudes & Développements J2EE Groupe Linagora - http://www.linagora.com Tél.: +33 (0)1 58 18 68 28

Re: [T5] URL encoding maze : post to encoded URL (even in 5.0.9) ?

2008-01-29 Thread Francois Armand
Francois Armand wrote: So, if (as it's in my case) you use onActivate(String name) in a page using a post, the "name" given to onActivate for the post action will receive a non decoded String. If some validation are done based on that encoded value, as a check in DB, they f

[ANN] InterLDAP : LDAP identity management with T5

2008-02-07 Thread Francois Armand
source, and we will be really glad to welcome new users or contributors. Any comments or question will be welcome ! You may contact me on the Tapestry chan #tapestry on freenode (I'm fanf), or by mail. Have a nice day, and a great Thanks to Tapestry 5 developers for this great framework. -- Fr

Re: [ANN] InterLDAP : LDAP identity management with T5

2008-02-07 Thread Francois Armand
it's more like an "LDAP content management system". The authentication is not part of the system (in fact, authentication is delegated to Acegi) Sorry for the misleading -- Francois Armand Etudes & Développements J2EE Groupe Linagora - http://www.linagora.com Tél.: +33 (0)1 58 1

Re: T5 5.0.10 release

2008-02-13 Thread Francois Armand
the good new here. I believe you may already use the repository http://people.apache.org/~hlship/tapestry-ibiblio-rsynch-repository/ to get 5.0.10 jars. If you see a blocking issue on these binary, please let the tapestry developers let it knows. -- Francois Armand Etudes & Développements

Re: Event bubbling

2008-02-18 Thread Francois Armand
erhaps you are looking for the eventLink http://tapestry.formos.com/nightly/tapestry5/tapestry-core/ref/org/apache/tapestry/corelib/components/EventLink.html Hope it may help, -- Francois Armand Etudes & Développements J2EE Groupe Linagora - http://www.linagora.com Tél.: +33 (

Re: Only reload components?

2008-02-20 Thread Francois Armand
-core/guide/ajax.html I believe that you are looking for something like the zone component and Ajax use. -- Francois Armand Etudes & Développements J2EE Groupe Linagora - http://www.linagora.com Tél.: +33 (0)1 58 18 68 28 --- InterLDAP - http://interldap.org FederID - http://www.federid

Re: Grid in form and pager

2008-02-21 Thread Francois Armand
rge.objectweb.org/cgi-bin/viewcvs.cgi/interldap/interldap-wui-common/trunk/src/main/resources/org/interldap/wui/t5lib/components/ListEditor.tml?rev=547&view=markup Note : I will be very happy with other solution to this very problem :) -- Francois Armand Etudes & Développements J2EE Groupe Lin

Tapestry 5 and PVM jBPM integration for flow management

2008-03-03 Thread Francois Armand
ybody has some insight of what Tapestry 5 / PVM - jBPM integration may look like, or if someone has already done it (who knows :), I would be glad to know it. [1] Process Virtual Machin, http://jbpm.org/pvm [2] Anonymous svn of PVM, http://anonsvn.jboss.org/repos/jbpm/tempranillo/pvm/trunk/ O

Re: T5: Response Content Type, Web Standards and IE

2008-03-07 Thread Francois Armand
Tapestry see "text/html", it switches to its SGML renderer and so the input is not longer valid XHTML (it's valid HTML). Perhaps I misunderstood, but I believe that Christian 1/ want to render valid XHTML 2/ have to use "text/html" content type. -- Francois Arman

Re: Tapestry 5 and Spring Web Flow 2.0

2008-03-07 Thread Francois Armand
. We will begin to prototype and test that in a near future, so if some other people are interested on that subject, perhaps we should work together ? -- Francois Armand Etudes & Développements J2EE Groupe Linagora - http://www.linagora.com Tél.: +33 (0)1 58 18 68 28 --- In

Re: T5: Jruby

2008-03-12 Thread Francois Armand
king that JRuby class are much more different from Java class than Scala or Groovy are, so I'm a little doubtful. -- Francois Armand Etudes & Développements J2EE Groupe Linagora - http://www.linagora.com Tél.: +33 (0)1 58 18 68 28 --- InterLDAP - http://interldap.org FederID

Re: T5 : How to access to a Component Body ?

2008-03-16 Thread Francois Armand
of t5, but the code should be relevant : http://markmail.org/search/list:org.apache.tapestry.users#query:list%3Aorg.apache.tapestry.users%20date%3A200708%20order%3Adate-forward+page:1+mid:qgywhbudcryvz2ks+state:results -- Francois Armand Etudes & Développements J2EE Groupe Linagora - http://ww

Re: Tapestry at my company

2008-03-18 Thread Francois Armand
Rob Smeets wrote: Hi All, [] I really really hope that no Wicket's dev are aware of that continuous fud. And I really really hope that no Tapestry user is doing the same thing on Wicket's list (or anywhere else, for the matter). -- Francois Armand Etudes & Développemen

Re: AW: T5 Reasons for Using Tapestry / Comparison

2008-03-19 Thread Francois Armand
ke to read what Tapestry and GWT may bring one other to each other. -- Francois Armand Etudes & Développements J2EE Groupe Linagora - http://www.linagora.com Tél.: +33 (0)1 58 18 68 28 --- InterLDAP - http://interldap.org FederID - http://www.federid.org/ Open Source identities manag

Re: AW: AW: T5 Reasons for Using Tapestry / Comparison

2008-03-20 Thread Francois Armand
your comment, so if you want to add details or rewrite some parts... Thank you ! -- Francois Armand Etudes & Développements J2EE Groupe Linagora - http://www.linagora.com Tél.: +33 (0)1 58 18 68 28 --- InterLDAP - http://interldap.org FederID - http://www.federid.org/ Open So

Re: Client side validation and IE

2008-03-25 Thread Francois Armand
cript Adapter Architecture") ? -- Francois Armand Etudes & Développements J2EE Groupe Linagora - http://www.linagora.com Tél.: +33 (0)1 58 18 68 28 --- InterLDAP - http://interldap.org FederID - http://www.federid.org/ Open Source identities management

Re: @Cached and caching in general

2008-03-25 Thread Francois Armand
r any other looping component) and you get the current value of an object, for the current iteration. -- Francois Armand Etudes & Développements J2EE Groupe Linagora - http://www.linagora.com Tél.: +33 (0)1 58 18 68 28 --- InterLDAP - http://interldap.org FederID - http://www.fe

Re: @Cached and caching in general

2008-03-25 Thread Francois Armand
th things that just don't work as expected. -- Francois Armand Etudes & Développements J2EE Groupe Linagora - http://www.linagora.com Tél.: +33 (0)1 58 18 68 28 --- InterLDAP - http://interldap.org FederID - http://www.federid.org/ Open Source identit

Re: component event handling problem

2008-04-02 Thread Francois Armand
ected ? -- Francois Armand Etudes & Développements J2EE Groupe Linagora - http://www.linagora.com Tél.: +33 (0)1 58 18 68 28 --- InterLDAP - http://interldap.org FederID - http://www.federid.org/ Open Source identities management and f

Re: component event handling problem

2008-04-02 Thread Francois Armand
c A button doesn't send the "submit" event but the "selected" event, as you can see here: http://tapestry.formos.com/nightly/tapestry5/tapestry-core/ref/org/apache/tapestry/corelib/components/Submit.html Try onSelectedFromSubmitButton() {...} Hope it will help, -- Franco

Re: onSelected event from Submit component

2008-04-02 Thread Francois Armand
ation. There is on the wiki a "submit with context" component : http://wiki.apache.org/tapestry/Tapestry5SubmitContextComponent -- Francois Armand Etudes & Développements J2EE Groupe Linagora - http://www.linagora.com Tél.: +33 (0)1 58 18 68 28 --- InterLDAP - http://interldap.

Re: [ANN] JumpStart 3.5 available - for Tapestry 5.0.11

2008-04-02 Thread Francois Armand
Geoff Callender wrote: Hi all, [..] Geoff Callender Again, so that we also say when things go well : thank you for that Geoff :) -- Francois Armand Etudes & Développements J2EE Groupe Linagora - http://www.linagora.com Tél.: +33 (0)1 58 18 68 28 --- InterLDAP - http://interldap

Re: How to redirect in component

2008-04-07 Thread Francois Armand
can I use it ? -- Francois Armand Etudes & Développements J2EE Groupe Linagora - http://www.linagora.com Tél.: +33 (0)1 58 18 68 28 --- InterLDAP - http://interldap.org FederID - http://www.federid.org/ Open Source identities management

Re: T5: beta?

2008-04-09 Thread Francois Armand
Angelo Chen wrote: Hi, any news about coming beta? 5.0.11 is tagged beta, but I didn't see any "official" annonce of that. -- Francois Armand Etudes & Développements J2EE Groupe Linagora - http://www.linagora.com Tél.: +33 (0)1 58 18 68 28 --- InterLDAP - h

Re: T5: beta?

2008-04-09 Thread Francois Armand
Hugo Palma wrote: You mean other than http://tapestry.apache.org/news.html#Tapestry%205.0.11%20is%20beta and the fact that Tapestry 5 in the home page now shows up as "Tapestry 5 (beta)" ? Oups :) Perhaps should I change my glasses :) -- Francois Armand Etudes & Développemen

Re: Getting Answers on the User List

2008-04-10 Thread Francois Armand
Howard Lewis Ship wrote: Just want to say thanks to everyone whose providing answers and support on the users list. I'm really impressed by how much Tapestry 5 knowledge is out there. Not to forget the irc channel on freenode: #tapestry ;) -- Francois Armand Etudes & Développem

Re: T5 : Event bubbling

2008-04-10 Thread Francois Armand
: http://tapestry.apache.org/tapestry5/tapestry-core/guide/event.html If you want to return the same page, just return the page object (available thanks to ComponentResources#getPage() ). Perhaps if you return this, T5 will do the job for you. -- Francois Armand Etudes & Développements

Re: Tapestry 5 - doesn't generate valid XHTML

2008-04-15 Thread Francois Armand
09/15/467901.aspx), and if page with content type set to "text/html" are not valid xhtml. I don't find this bug reported, but I'm quite sure that Christian already talked about that in the ml. Christian, does this remind you someting ? -- Francois Armand Etudes & Dével

Re: Dynamic list of strings in a form

2008-04-15 Thread Francois Armand
, and that's all ! This simple component build the form for you. There is a big drawback: this kind of feature should be made only client side, or almost. Here, each add/remove send a request to the server... Hope it will help ! -- Francois Armand Etudes & Développements J2EE Gr

Re: Tapestry 5 - doesn't generate valid XHTML

2008-05-06 Thread Francois Armand
/MarkupWriterFactoryImpl.java?view=log Thank you Christian for your tutorial that explains how to set XHTML as the default : http://wiki.apache.org/tapestry/Tapestry5HowToXhtml I put the link here for history (and mailing list archive search ;) -- Francois Armand Etudes & Développements

How to add a List support for BeanEditor?

2007-07-12 Thread Francois Armand
Dear list, It would be great if BeanEditor support collection and map properties, or at least List. Functionally, for this kink of properties, one wants to be able to add/remove elements from the collection and edit them. Programatically, it seems to be an hard problem... I would like to explo

Re: Recursion of components

2007-07-17 Thread Francois Armand
Dmitry Sidorenko wrote: Hi all. Hi, In my project I need to generate edit form for a class like this: class Section{ List subSectionList; List fieldList; } > [...] Probably I'm doing something wrong, maybe my task should be done in completely different manner.. Any ideas? Is there any

Re: T5 Component Info Passing

2007-08-01 Thread Francois Armand
order), and if you want to only have declared id, perhaps use client in place of component id. But I think that it roughly mathc what you want to do. Hope it may help ! -- Francois Armand Etudes & Développements J2EE LINAGORA SA - http

Re: [T5] Security of files in the classpath

2007-08-03 Thread Francois Armand
al file is accessible by error, because a user forgot to hide it. But I agree that the white list should authorize jokers to enable "*.jpg" kind of filter (and if you name your confidential file "picture_of_my_secret_weapon.jpg", well, to bad for you ;) -- Francois Armand Etudes

Re: Recursion of components

2007-08-22 Thread Francois Armand
from a business perspective. Ok, so here, the problem is that the tree component is not well designed (or not as much generic as it should be). Perhaps a real tree component in standard lib would be good. But it has little to do with the lack of recursion structure, that is painful. A tree struct

Edit List in BeanEditForm

2007-08-22 Thread Francois Armand
Any help would be appreciated. -- Francois Armand Etudes & Développements J2EE LINAGORA SA - http://www.linagora.com Tél.: +33 (0)1 58 18 68 28 --- InterLDAP - http://interldap.org FederID - http://www.federid.org/ Open Source identities management and f

Re: T5 questions: adding my own initializations; outputing pre-formatted HTML; tree component; javadoc

2007-08-24 Thread Francois Armand
our post) -- Francois Armand Etudes & Développements J2EE LINAGORA SA - http://www.linagora.com Tél.: +33 (0)1 58 18 68 28 --- InterLDAP - http://interldap.org FederID - http://www.federid.org/ Open Source identities management an

Re: T5 questions: adding my own initializations; outputing pre-formatted HTML; tree component; javadoc

2007-08-24 Thread Francois Armand
y use the same base in place of reinventing the wheel. Moreover, if the core developers are ok to add such a component, we may hope that it will be more generic, idiomatic of Tapestry 5, deeply tested, etc than ours. I post our two reference implementations as examples. -- Francois Armand E

Re: T5: Chinese localization

2007-08-29 Thread Francois Armand
Angelo Chen wrote: Hi, I'm trying out Chinese localization, I have following: [...] Have you tried this http://wiki.apache.org/tapestry/Tapestry5Utf8Encoding ? -- Francois Armand Etudes & Développements J2EE LINAGORA SA - http://www.linagora.com Tél.: +33 (0)1 58

Re: Help out Matt Raible: Looking for Web Framework Stories

2007-09-04 Thread Francois Armand
Howard Lewis Ship wrote: Matt Raible is looking for stories of how people chose a JVM Web Framework and how it worked out for them. I'd encourage all Tapestry users to drop in with a story or two. http://raibledesigns.com/rd/entry/choosing_a_jvm_web_framework1 Done :) -- Francois A

Re: [T5] Service Module declaration

2007-09-06 Thread Francois Armand
nce a didn't test it. Hope it will help -- Francois Armand Etudes & Développements J2EE Groupe Linagora - http://www.linagora.com Tél.: +33 (0)1 58 18 68 28 --- InterLDAP - http://interldap.org FederID - http://www.federid.org/ Open Source identit

Re: [T5] Service Module declaration

2007-09-06 Thread Francois Armand
Thiago H de Paula Figueiredo wrote: On Thu, 06 Sep 2007 10:03:04 -0300, Francois Armand <[EMAIL PROTECTED]> wrote: I saw that in a (old) thread : http://mail-archives.apache.org/mod_mbox/tapestry-users/200704.mbox/[EMAIL PROTECTED] But I can't tell you anymore, since a did

Re: [T5] Service Module declaration

2007-09-06 Thread Francois Armand
no configuration: having the HiberTapestry JAR in the classpath is all I need to do. Tapestry-IoC does the work of locating and loading it. My application doesn't have a compile dependency in HiberTapestry but it uses it. Just wonderful. :) Intersting project, I missed it :) -- Francois A

Re: T5: Two simple questions

2007-09-10 Thread Francois Armand
I just can find it any more. As it is an important convention, it should be clearly written somewhere. Perhaps a page with all convention of Tapestry 5 would be great ? -- Francois Armand Etudes & Développements J2EE Groupe Linagora - http://www.linagora.com Tél.: +33 (0)1 58 18 68 28 -

Accessing fields of a form

2007-09-13 Thread Francois Armand
access the list of field of the form (and I can't inject fields because they are generated at runtime, or enclosed in other components). anybody know how can I access the fields of a form ? Thanks, -- Francois Armand Etudes & Développements J2EE Groupe Linagora - http:

Re: Accessing fields of a form

2007-09-13 Thread Francois Armand
think that finally global messages will be great ;) -- Francois Armand Etudes & Développements J2EE Groupe Linagora - http://www.linagora.com Tél.: +33 (0)1 58 18 68 28 --- InterLDAP - http://interldap.org FederID - http://www.federid.org/ Open Source identities management

Re: T5: A Hopefully Simple Question About Action Link Scope

2007-09-17 Thread Francois Armand
s the last MacthInfo that is persists. You may want to have a look at http://tapestry.apache.org/tapestry5/tapestry-core/guide/pagenav.html and look how Tapestry deals with context and onActivate/onPassivate methods. -- Francois Armand Etudes & Développements J2EE Groupe Linagora - http://ww

Re: t5: ActionLink-ing to a different page.

2007-09-20 Thread Francois Armand
ave a special action handler in the target, you simply can pass a parameter into the context of the link, and analyze it on the target, when onActivate occurs. For more information, see : http://tapestry.apache.org/tapestry5/tapestry-core/guide/pagenav.html -- Francois Armand Etudes & Développem

Re: [T5] more tutorials or sample projects?

2007-09-20 Thread Francois Armand
t annotation to do this before 5.0.6 (svn), so if you are using 5.0.5, you have to set the order of properties thanks to the beanModel and methods like beanModel.get("propoertyName").order(10), see http://tapestry.apache.org/tapestry5/tapestry-core/guide/beaneditform.html to have more e

Re: Comparison

2007-09-25 Thread Francois Armand
sibility, the migration path between major version is quite frightening (but it should be better from now). Of course, it's my biased opinion. After all, I wouldn't use T5 if I dislike it. -- Francois Armand Etudes & Développements J2EE Groupe Linagora - http://www.linagora.c

Re: Comparison

2007-09-27 Thread Francois Armand
till alpha, but it *is* simple. Being productive with it is a matter of minutes... -- Francois Armand Etudes & Développements J2EE Groupe Linagora - http://www.linagora.com Tél.: +33 (0)1 58 18 68 28 --- InterLDAP - http://interldap.org FederID - http://www.federid.org/ Ope

Tapestry IRC chan

2007-10-03 Thread Francois Armand
4 or tapestry 5. For example, I'm 'fanf' and I'm used to being present between 7h-16h UTC. So when you have simple question, or think that a chat will fit better your pb, don't hesitate to come. -- Francois Armand Etudes & Développements J2EE Groupe Linagora - http://

Re: [5.0.6-SNAPSHOT] Bug? isTraceEnabled missing when I switch to slf4j

2007-10-04 Thread Francois Armand
directory. And to set my mind at rest, I also deleted previous version of slf4j from lib/jsp-2.0 directory. -- Francois Armand Etudes & Développements J2EE Groupe Linagora - http://www.linagora.com Tél.: +33 (0)1 58 18 68 28 --- InterLDAP - http://interldap.org FederID - http://

Re: A Sample Application In Tapestry 5.0.5 with Hibernate 3.2.2 ga Spring 2.0

2007-10-11 Thread Francois Armand
Sadhana Reddy wrote: This is a sample Apllication of Tapestry 5.0.5 [] Wow ! I think this great mail should be put into the HowTo page : http://wiki.apache.org/tapestry/Tapestry5HowTos. Thank you for the contribution :) -- Francois Armand Etudes & Développements J2EE Groupe Lina

Re: A Sample Application In Tapestry 5.0.5 with Hibernate 3.2.2 ga Spring 2.0

2007-10-11 Thread Francois Armand
Francois Armand wrote: Wow ! I think this great mail should be put into the HowTo page : http://wiki.apache.org/tapestry/Tapestry5HowTos. Thank you for the contribution :) OK, I should check before writting : it *is* on HowTos : http://wiki.apache.org/tapestry/OnSubmit Sorry for the noise

Re: Why Can't I get the 5.0.6?

2007-10-23 Thread Francois Armand
rmos.com/maven-snapshot-repository true 8< It is also where the site that follows snapshot evolution is (http://tapestry.formos.com) -- Francois Armand Etudes & Développements J2EE Groupe

Re: why Tapestry 5.0.6 hasn't released yet?

2007-10-23 Thread Francois Armand
(one day remaining, I think), and after that, if it is positive, there is the time taken for publication and synchro. So be patient, but you should not have too much to wait, see : http://tapestryjava.blogspot.com/2007/10/tapestry-506-soon.html -- Francois Armand Etudes & Développements J2

Re: T5 BeanEditForm additional button

2007-10-29 Thread Francois Armand
you custom form, with what buttons you want. See : http://tapestry.apache.org/tapestry5/tapestry-core/component-parameters.html#orgapachetapestrycorelibcomponentsbeaneditor and BeanEditForm code to understand how use it. -- Francois Armand Etudes & Développements J2EE Groupe L

Re: Help out Matt Raible: Looking for Web Framework Stories

2007-10-30 Thread Francois Armand
ework-CSS2007.pdf En,joy ! -- Francois Armand Etudes & Développements J2EE Groupe Linagora - http://www.linagora.com Tél.: +33 (0)1 58 18 68 28 --- InterLDAP - http://interldap.org FederID - http://www.federid.org/ Open Source identities management and f

[T5] Javascript : integration of DWR ( Was: 3 new French Tapestry5 tutorials )

2007-11-05 Thread Francois Armand
with Tapestry 5. The author seems to find it quite easy :) Hope it may bring new ideas to you. -- Francois Armand Etudes & Développements J2EE Groupe Linagora - http://www.linagora.com Tél.: +33 (0)1 58 18 68 28 --- InterLDAP - http://interldap.org FederID - http://www.federid.org/

Re: [T5] BeanEditForm validations

2007-11-12 Thread Francois Armand
Editor calls AttributeBeanEditor. Hope it will help ! -- Francois Armand Etudes & Développements J2EE Groupe Linagora - http://www.linagora.com Tél.: +33 (0)1 58 18 68 28 --- InterLDAP - http://interldap.org FederID - http://www.feder

Re: example for windows

2007-11-13 Thread Francois Armand
other location where I can find following quick start? Thanks in advance, Eli I believe that archive utilities like 7zip understand this archive type. 7zip : http://www.7-zip.org -- Francois Armand Etudes & Développements J2EE Groupe Linagora - http://www.linagora.com Tél.: +33 (0)1 58

Re: example for windows

2007-11-13 Thread Francois Armand
kstart for Tapestry 5 is here : http://tapestry.apache.org/tapestry5/quickstart/ And the tutorial is here : http://tapestry.apache.org/tapestry5/tutorial1/ Hope it may help, -- Francois Armand Etudes & Développements J2EE Groupe Linagora - http://www.linagora.com Tél.: +33 (0

Re: [ANN] Tapestry 5 book is available for pre-order

2007-11-14 Thread Francois Armand
Kolesnikov, Alexander GNI wrote: It can be pre-ordered from the publisher's website: http://www.packtpub.com/tapestry5/book That's _really_a good new, congratulations ! So bad that there is no PDF version :/ -- Francois Armand Etudes & Développements J2EE Groupe L

Re: [T5] BeanEditForm validations

2007-11-18 Thread Francois Armand
7;ll file a JIRA for that. Hello Kevin, Did you move on on this issue ? I think your idea is really the best way to go, and it seems rather simple to add to PropertyEditor. Or perhaps did you find a better solution ? -- Francois Armand Etudes & Développements J2EE Groupe Linagora - http://www.lina

Re: BeanEditForm and collections

2007-11-21 Thread Francois Armand
bute.tml And yes, I agree that it is over complicated for a simple need, but I couldn't wait for a tapestry 5 native implementation. Note : I gladly wait for any simplifications :) Hope it may help, -- Francois Armand Etudes & Développements J2EE Groupe Linagora - http://www.li

Re: [T5] CSV in Tapestry 5

2007-11-28 Thread Francois Armand
, post-check=0, pre-check=0, public"); response.setIntHeader("Expires", 0); } }; } } 8<- Hope it will help you. -- Francois Armand Etudes & Développements J2EE Groupe Linagora - http://www.linagora.

Re: T5: Is Persist("conversation") planned? Please?

2007-11-28 Thread Francois Armand
at the best think to do is log a Jira entry for that, and make people vote for it :) -- Francois Armand Etudes & Développements J2EE Groupe Linagora - http://www.linagora.com Tél.: +33 (0)1 58 18 68 28 --- InterLDAP - http://interldap.org FederID - http://www.federid.org/ Ope

Re: Caching: dependency on session data [OT?]

2007-11-28 Thread Francois Armand
ation, and it works well. -- Francois Armand Etudes & Développements J2EE Groupe Linagora - http://www.linagora.com Tél.: +33 (0)1 58 18 68 28 --- InterLDAP - http://interldap.org FederID - http://www.federid.org/ Open Source identit

Re: Tapestry 5 book

2007-12-03 Thread Francois Armand
Emmanuel Sowah wrote: I read somewhere on the net that there is a Tap 5 book in the works. Where can I get drafts of this work in progress and when would it be released? The book is available in pre-order here : http://www.packtpub.com/tapestry-5/book -- Francois Armand Etudes

Re: Nightly docs fixed - and some general notes

2007-12-04 Thread Francois Armand
g news coming soon about the future of Tapestry. Howard, I hope the best for T5. And I'm really happy to hear that. Thank you - to you and all the Tapestry team - for all the hard and good work :) It's really good to hear such news :) -- Francois Armand Etudes & Développemen

[T5] Re-inject or inherit services in children ?

2007-12-06 Thread Francois Armand
, but a base page is here to provide common services, so I'm prone to choose the inherit pattern. What do you think about it ? -- Francois Armand Etudes & Développements J2EE Groupe Linagora - http://www.linagora.com Tél.: +33 (0)1 58 18 68 28 --- InterLDAP - http://interlda

Re: About Slf4j Error

2007-12-06 Thread Francois Armand
ion: org.slf4j.Logger 8<- I have use slj4j 1.4.3 and log4J 1.2.14. Have you find a solution to your pb ? -- Francois Armand Etudes & Développements J2EE Groupe Linagora - http://www.linagora.com Tél.: +33 (0)1 58 18 68 28 --- InterLDAP - http://interldap.or

Re: [T5] Re-inject or inherit services in children ?

2007-12-06 Thread Francois Armand
services every time they are really need. Ok, so I should build more unit services, make some facade for logically linked services... Well, just really use the power of Tapestry services ;) Thank you really much for the advices, and I believe I'm going to remove this needless base pag

"error" image near fields and text browser : remove it ?

2007-12-13 Thread Francois Armand
way to remove this image, and add it *only* when there is actually an error. And javascript validate can add the img node if needed. Anyone knows how to do that ? -- Francois Armand Etudes & Développements J2EE Groupe Linagora - http://www.linagora.com Tél.: +33 (0)1 58 18 68 28

Re: "error" image near fields and text browser : remove it ?

2007-12-13 Thread Francois Armand
Francois Armand wrote: Hello, [...] This behaviour is problematic with text browser. Well, you will say that nobody use them anymore, but in the case of blinded people, they use an equivalent that read pages for them, and don't care of the CSS. The problem is that for this kind of br

Re: "error" image near fields and text browser : remove it ?

2007-12-13 Thread Francois Armand
in the environment with your implementation... Thank you for your advice, I will do that :) -- Francois Armand Etudes & Développements J2EE Groupe Linagora - http://www.linagora.com Tél.: +33 (0)1 58 18 68 28 --- InterLDAP - http://interldap.org FederID - http://www.federid

Re: T5: @OnEvent and onActivate

2007-12-18 Thread Francois Armand
done in a page, even if no onActivate method deals with it. So, - you can use @onEvent on any method you want but you SHOULD avoid reserved name ; - onActivate is not an event handler. What do you want to do ? -- Francois Armand Etudes & Développements J2EE Groupe Linagora - http://www.l

Re: T5: JumpStart 3.0.0 Preview ready for comments

2007-12-18 Thread Francois Armand
n of an example they may see unexpected values thanks to user B, C and D editing the same objects in the same example. Hmmm... Just call the demo a "collaborative edition platform", and you are done. Web 2.0 save us from all this transactive mess :) -- Francois Armand Etudes &am

Re: T5: JumpStart 3.0.0 Preview ready for comments

2007-12-18 Thread Francois Armand
ry to contribute to some component repository or another the code in January, cleaner and documented. -- Francois Armand Etudes & Développements J2EE Groupe Linagora - http://www.linagora.com Tél.: +33 (0)1 58 18 68 28 --- InterLDAP - http://interldap.org FederID - http://w

Re: T5 : Failure writing parameter value of component because read only ???

2007-12-18 Thread Francois Armand
with my code ? here's my code : [...] I just think that your PlayerForm.java misses a setter for the position property (and only saw a getter for it). This kind of error is quite explicit : read only : no setter ; write only : no getter. -- Francois Armand Etudes & Développements J2

Re: Using in Tapestry 5

2007-12-19 Thread Francois Armand
y.apache.org/tapestry5/tapestry-core/ Hope it helps, -- Francois Armand Etudes & Développements J2EE Groupe Linagora - http://www.linagora.com Tél.: +33 (0)1 58 18 68 28 --- InterLDAP - http://interldap.org FederID - http://www.federid.org/ Open Source i

Re: [T5] overriding persistence strategy of all fields to conversation strategy

2007-12-20 Thread Francois Armand
(I'm a dev after all, and a lazy one ;) Just remember that there is no free lunch, and be careful if you attempt to interpret there will. -- Francois Armand Etudes & Développements J2EE Groupe Linagora - http://www.linagora.com Tél.: +33 (0)1 58 18 68 28 --- InterLDAP - http://

Re: Example code of T5?

2007-12-21 Thread Francois Armand
-components/ -- Francois Armand Etudes & Développements J2EE Groupe Linagora - http://www.linagora.com Tél.: +33 (0)1 58 18 68 28 --- InterLDAP - http://interldap.org FederID - http://www.federid.org/ Open Source identities management and federa

Re: Can't get Tapestry5 to work with Spring

2007-12-21 Thread Francois Armand
Howard Lewis Ship wrote: Between release 5.0.5 and 5.0.6 Tapestry switched from commons-logging to SLF4J. You want to be injecting an org.slf4j.Logger instead. Arf, too quick for me :) -- Francois Armand Etudes & Développements J2EE Groupe Linagora - http://www.linagora.com Tél.: +33

Re: Can't get Tapestry5 to work with Spring

2007-12-21 Thread Francois Armand
ace all occurence of org.apache.commons.logging.Log by org.slf4j.Logger. Hope it would help, -- Francois Armand Etudes & Développements J2EE Groupe Linagora - http://www.linagora.com Tél.: +33 (0)1 58 18 68 28 --- InterLDAP - http://interldap.org FederID - http://www.fed

[T5] Grid : how to overload a cell whose name is know at runtime ?

2008-01-03 Thread Francois Armand
But it doesn't work. Somebody know how to achieve that ? And for my culture, why it doesn't work ? (something to do with parameter binding and evaluation order, I suppose) Thanks in advance -- Francois Armand Etudes & Développements J2EE Groupe Linagora - http://ww

Re: [T5] About core components subclassing and methods with package visibility

2008-06-27 Thread Francois Armand
ug report for that would be better than a simple message in the list (so we can vote for it ;) -- Francois Armand Etudes & Développements J2EE Groupe Linagora - http://www.linagora.com Tél.: +33 (0)1 58 18 68 28 --- InterLDAP - http://interldap.org FederID - http://www.federid.org/

Re: [T5] About core components subclassing and methods with package visibility

2008-07-03 Thread Francois Armand
lution fir simpler cases :) -- Francois Armand Etudes & Développements J2EE Groupe Linagora - http://www.linagora.com Tél.: +33 (0)1 58 18 68 28 --- InterLDAP - http://interldap.org FederID - http://www.federid.org/ Open Source identiti

Re: T5: redirect page in a Dispatcher

2008-07-07 Thread Francois Armand
then just call the last link in history. -- Francois Armand Etudes & Développements J2EE Groupe Linagora - http://www.linagora.com Tél.: +33 (0)1 58 18 68 28 --- InterLDAP - http://interldap.org FederID - http://www.federid.org/ Open Source identities management and f

Re: T5 UTF-8 new behaviour in T5.0.14

2008-08-01 Thread Francois Armand
Hope it will help... -- Francois Armand Etudes & Développements J2EE Groupe Linagora - http://www.linagora.com Tél.: +33 (0)1 58 18 68 28 --- InterLDAP - http://interldap.org FederID - http://www.federid.org/ Open Source identities manageme

Re: T5 - Include HTML in Message Catalogs

2008-08-18 Thread Francois Armand
there's other tutos about this topic): http://wiki.apache.org/tapestry/Tapestry5HowToAddMessageFormatBindingPrefix -- Francois Armand Etudes & Développements J2EE Groupe Linagora - http://www.linagora.com Tél.: +33 (0)1 58 18 68 28 --- InterLDAP - http://interldap.org FederID -

Re: question about recursion in a component.

2008-08-20 Thread Francois Armand
a/org/interldap/wui/t5lib/components/Tree.java?rev=389&view=markup Be carefull, it was for a very old version of T5 (perhaps 5.0.6 or so, and I believe a lot of thing are simplier now). Hope it help, -- Francois Armand Etudes & Développements J2EE Groupe Linagora - http://www.linagora.c

[T5.013/14/15] Re: Updating a zone within a form ?

2008-09-24 Thread Francois Armand
t; No object of type org.apache.tapestry5.services.FormSupport is available from the Environment. " So, does somebody ever succeed in something like that ? Thanks in advance, -- Francois Armand Etudes & Développements J2EE Groupe Linagora - http://www.linagora.com Tél.: +33 (0

  1   2   >