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: 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

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: 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: 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: [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

[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: 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

[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: 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
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

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

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 -

[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: 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

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: [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: 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 : 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: 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: 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: @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: "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: "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

"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: [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

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

[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: 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

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: 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: 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: [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: 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] 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: [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: 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: 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: [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

[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: 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

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: 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: 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: 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: 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: [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://

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: 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

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: [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: 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: 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: 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

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: 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 -

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] 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
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: 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: 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: 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 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

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: 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

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: 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: 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

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

[T5] There is an example of T5 + Acegi + CAS

2007-07-05 Thread Francois Armand
the application is available on svn with anonymous access : 8<--- svn co svn://svn.forge.objectweb.org/svnroot/interldap/acegi-cas-client 8<--- Enjoy ! Francois Armand - To unsubscribe, e-mail: [EMAIL PRO

Re: Set component parameters from page class

2007-07-02 Thread Francois Armand
Martin Dietze wrote: Yes, this is how I found it in the documentation. However I'd like to be able to do something like: | @Component(id="myInput") | private TextField _myInput; [...] | _myInput.setDisabled(true); You can use parameter expansion in Java code : 8<---

Re: Set component parameters from page class

2007-07-02 Thread Francois Armand
Martin Dietze wrote: Hi, I'd like to set some component paramameters ("disabled" for inputs) from within my page classes. As far as I've seen so far the usual way to do this would be to put a "name=${prop:value}" attribute into my template. Can this also be done by using a simple setter in my J

Re: T5 How reach Sub components informations

2007-06-28 Thread Francois Armand
David Avenante wrote: Hi, I try to create a component with embedded sub component. How can I access in my root component to the informations about my sub components ? You can access sub component trough ComponentResources 8< @Inject private ComponentResources resources;

Re: T5: Will it be a full stack framework?

2007-06-28 Thread Francois Armand
Kalle Korhonen wrote: Tapestry 4 isn't far behind in powerfulness and in some areas way ahead, but certainly with a higher learning curve. Well, I'm just a beginner with Tapestry 5, and don't even had a look to Tapestry 4, so my notice was just about the thrill I have to use T5 :) (I'm coming

Re: T5: Component Cheatsheet

2007-06-28 Thread Francois Armand
David Peterson wrote: I put together a simple cheatsheet for the Tapestry 5 component parameters and the rendering cycle. I've been finding it useful, so I thought I might as well stick it on the web in case you find it useful too... http://www.davidpeterson.co.uk/files/tapestry5/t5-component-

Re: T5: Will it be a full stack framework?

2007-06-28 Thread Francois Armand
Robert Sanders wrote: I certainly don't think that tapestry-core should ever be a "full stack", but I hope that there is eventually something like the quick-start which allows new users to generate a "quick and dirty" CRUD application very easily (it would be nice it this were less typing than

Re: [T5] missing some listener to bind component/page events ?

2007-06-28 Thread Francois Armand
#Cyrille37# wrote: Thank you François, The problem is not on the component context, but on the component id. Oups ^^ I think a listener concept is missing ! Another example : (This code is invalid because of the duplicate component id) YES YES Object onActionFromWant2beRich( boole

Re: [T5] How to retrieve the id of an event emitter in handler method ?

2007-06-28 Thread Francois Armand
Nick Westgate wrote: Ok, here is a solution. Took me 5 minutes to write, 20 mins to test. ;-) Oh. I should have attempt to do it :) thank you very much, works like a charm :) Yeah, this is exactly what I have implemented. Eventually a shared hidden input should probably be used, but I can't see

Re: [T5] How to retrieve the id of an event emitter in handler method ?

2007-06-28 Thread Francois Armand
Ulrich Stärk wrote: Nick, there is no difference whether your event method gets triggered upon clicking a link or a button. Except that you can pass parameters like an index when using actionlink. And that's exactly what you want. Ok, but if the data are not transmitted to the server, we are

Re: [T5] How to retrieve the id of an event emitter in handler method ?

2007-06-28 Thread Francois Armand
Francois Armand wrote: Hello, I would like to know how I can retrieve the ID of the component which triggered an even when I'm in an event handler method ? [] I'm still interested by an hint on this topic... --

Re: [T5] missing some listener to bind component/page events ?

2007-06-28 Thread Francois Armand
#Cyrille37# wrote: In another way to explain, I would like to make "by hand" the same work than a t:actionLink in a t:loop the code : ${guess} create several links like : /do.guess/4 /do.guess/6 /do.guess/7 So, howto do the same "by hand" (without a loop) ??? You can use list i

Re: T5: Will it be a full stack framework?

2007-06-28 Thread Francois Armand
Todd Orr wrote: [] More to the point, I believe that Howard and the Tapestry developers will be utilized as development resources most effectively if the focus remains on creating the #1 MVC framework. Thanks a million guys! Just to continue arguing in this way : I use Tapestry 5 to build an

Re: To the french fellows of the list

2007-06-26 Thread Francois Armand
ing things, there's an Acegi integration, a simple tree viewer, and a kind of beanEditForm which is intended to work with multi-valuated attributes in place of bean properties. Francois Armand [just a notice to Lionel Touati : by respect to other reader, I think we should always write in Engli

Re: T5: Generic page classes with beaneditform

2007-06-26 Thread Francois Armand
Francois Armand wrote: Actually, it's not really an acceptable solution, but the sole workaround I know (if somebody as another idea, I would be glad to use it). Well, this sentence is not true. You may ask users to implement a "factory" interface for Class they intend to u

Re: T5: Generic page classes with beaneditform

2007-06-26 Thread Francois Armand
Howard Lewis Ship wrote: There's an existing bug for this. I'm not sure how fixable it's going to be; welcome to the implementation nitty gritty of generic types and type erasure. Just cause you don't see the typecasts doesn't mean the compiler has put them there. Here's a challenge: what if th

[T5] How to retrieve the id of an event emitter in handler method ?

2007-06-20 Thread Francois Armand
e matching value to remove. An other option would be to pass a context to the submit event, but I don't think it's possible... So, if you have any idea to help me, they will be well-appreciated... Francois Armand

T5 : wiki howto contribute custom propertyeditblock for beaneditform

2007-06-19 Thread Francois Armand
ote, my English is quite rough... Francois Armand http://interldap.org http://linagora.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: T5 class reloading

2007-05-30 Thread Francois Armand
Le mercredi 30 mai 2007 à 07:28 +, Martin Grotzke a écrit : > For me changed classes are not picked up automatically, when running > mvn jetty6:run... > If it's working for you, what's your setup, or did you do anything > special to support class reloading? Is it connected with a context > relo

[T5] xforms component ?

2007-05-21 Thread Francois Armand
Hello, I continue my investigation with Tapestry 5 and enjoy it. My targeted application will have to use a lot of XForms forms and I wonder if an Xforms support is envisaged in Tapestry 5, perhaps as a kind of BeanEditor component. Well, perhaps that an XForms integration with T5 is a whole pro

Re: [T5] Tree component and recursive component ?

2007-05-04 Thread Francois Armand
Le jeudi 03 mai 2007 à 11:56 -0700, Howard Lewis Ship a écrit : > I was just thinking about some of this on the way in. > > > If you @Inject the ServiceResources into your Tree component, you can ask it > to generate action links for you. Handy! Well, I succeeded in doing something... And Tapes

Re: [T5] Tree component and recursive component ?

2007-05-03 Thread Francois Armand
Le jeudi 03 mai 2007 à 10:27 +0200, Francois Armand a écrit : > Hello everybody, > So, my question is : is there a way of implementing recursive > component ? If not, is there an existing component implementing a > non-recursive tree walk ? And if not, have you some advices about do

[T5] Tree component and recursive component ?

2007-05-03 Thread Francois Armand
Hello everybody, I'm a beginner with Tapestry (and T5), and test it as a possible framework for a futur application. I have tested T5 for 3 days and for now, I'm really impressed by it. But I came to my first real problem (all others are related with the lack of documentation, which is quite nor

<    1   2