Re: i18n in javascript

2008-02-12 Thread Michael Courcy
se key in javascript? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Michael Courcy http://courcy.blogspot.com http://courcy-en.blogspot.com - To unsubsc

Re: JumpStart 3.2 - for Tapestry 5.0.9

2008-02-05 Thread Michael Courcy
ul. Cheers, Geoff Callender -- Michael Courcy http://courcy.blogspot.com http://courcy-en.blogspot.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: JumpStart 3.2 - for Tapestry 5.0.9

2008-02-05 Thread Michael Courcy
e which, because it all helps to make this stuff more useful. Very very nice. There's a problem with absolute path for jboss.dir properties, you should use directly ${jboss.dir} under you build.xml and not prefix that with ${project.dir}. Regards -- Michael Courcy http://cou

Re: T5: Custom components are not statefull

2008-02-04 Thread Michael Courcy
Sorry I meant AbstractField Michael Courcy a écrit : Does your enrollmentbenchmarkchart compenent extends AbstractTextField ? Alexander Lamb a écrit : Hello list, It looks like custom components are not statefull. Indeed, I have a loop which contains a graph I generate and a TextField

Re: T5: Custom components are not statefull

2008-02-04 Thread Michael Courcy
class="t-error-icon t-invisible" id="textfield_10:icon" src="assets/tapestry/field-error-marker.gif"> NO As you can see, my TextField gets incremented but not my enrollmentbenchmarkchart ! Should I file a bug for this? P.S. I tried to generate the ids but it did

Re: T5 image component

2008-02-01 Thread Michael Courcy
Ok Thus I wait a bit for listening that such library doens't exist and then we start the job Chris Lewis a écrit : I don't, but I'd gladly contribute code/ideas as I've done some image work and will also probably need such a lib. chris Michael Courcy wrote: Hi list, Do

T5 image component

2008-02-01 Thread Michael Courcy
Hi list, Do you know if there's a good image component library for reducing, rotating or writing on image with a little cache management ? I'm not against the idea of doing it (on the contrary) I just want to make sure it has not been done yet. Cheers -- Michael C

Re: Tapestry 5 - Custom Component Validation

2008-01-31 Thread Michael Courcy
ge to component(AttLabel). I do not want to use @Persist to do this, but like to add it to something like request object. So what annotation can I use? Can you show me the way (some codes) to do this? Xinhua Michael Courcy wrote: I you have control on the validation why not putting a flag in

Re: Improved Tapestry Component Reference

2008-01-31 Thread Michael Courcy
lcome! -- Michael Courcy http://courcy.blogspot.com http://courcy-en.blogspot.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Improved Tapestry Component Reference

2008-01-31 Thread Michael Courcy
d-tooled documentation file. The hand-tooled documentation gives extra examples and notes. You can view the current documentation set here: http://tapestry.formos.com/nightly/tapestry5/tapestry-core/ref/index.html Feedback is most welcome! -- Michael Courcy http

Re: Improved Tapestry Component Reference

2008-01-31 Thread Michael Courcy
.html Feedback is most welcome! -- Michael Courcy http://courcy.blogspot.com http://courcy-en.blogspot.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: T5: checkbox questions

2008-01-31 Thread Michael Courcy
t shown in the example below? even I remove the ? I'd like to display that text after the check box. 2. How to implement this: I will enable submit button if the checkbox is checked? Thanks. A.C. & nbsp; Check here to approve   -- Michael Courcy http://courcy.blogspo

Re: Tapestry 5 - Custom Component Validation

2008-01-31 Thread Michael Courcy
I can pass the error flag to the component class (Attrlabel) which will rend the component. Thanks in advance! Xinhua -- Michael Courcy http://courcy.blogspot.com http://courcy-en.blogspot.com - To unsubscribe, e-mail

Re: Editing a collection

2008-01-29 Thread Michael Courcy
Hi François Thanks a lot, but actually my goal was more on understanding the loop inside the form and how the model is updated in such situation. I keep your link though, I'll have a look on it. Michael. Francois Armand a écrit : Michael Courcy wrote: You mean that using

Re: Editing a collection

2008-01-29 Thread Michael Courcy
uot;user.loginUser" determines the field that gets updated when the form is submitted. So as you've got 6x fields that point to the same field in your form, that's what gets updated (take a peek at 'user' to confirm this). I think you need to override the 'value' set

Editing a collection

2008-01-28 Thread Michael Courcy
nd logging show me that the list of users is never updated whatever the input in the textfields Is all that normal or did I miss a key concept -- Michael Courcy http://courcy.blogspot.com http://courcy-en.blogspot.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Is there an example using ajax with tapestry to refresh a table?

2008-01-28 Thread Michael Courcy
_ Climb to the top of the charts! Play the word scramble challenge with star power. http://club.live.com/star_shuffle.aspx?icid=starshuffle_wlmailtextlink_jan -- Michael Courcy http://courcy.blogspot.com http://courcy-en.blogspot.com

Re: [T5] Spring and T5

2008-01-24 Thread Michael Courcy
me of the other ambitious and innovative web framework out there. Wicket probably? Regards, Emmanuel -- Michael Courcy http://courcy.blogspot.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Writing a XML editor component (Tree view) in tapestry 5

2008-01-23 Thread Michael Courcy
Authority. FSA Register number 114059. -- Michael Courcy http://courcy.blogspot.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Antwort: Layout component

2008-01-22 Thread Michael Courcy
:left") private Object left; Object getLeftContent() { return left; } if no left parameter is passed to the layout component it will use the default block. g, kris Michael Courcy <[EMAIL PROTECTED]> 22.01.2008 00:12 Bitte antworten an "Tapestry users" An Tapestry

Layout component

2008-01-21 Thread Michael Courcy
feedback are welcome and wanted. -- Michael Courcy http://courcy-en.blogspot.com http://courcy.blogspot.com

Re: [ANN]: Seam for T5

2008-01-21 Thread Michael Courcy
? Thanks, A.C. Igor Drobiazko wrote: Hi all, Seam integration with Tapestry 5 is available in Tacos 5. http://tacos.sourceforge.net/tacos5/tacos-seam/index.html -- Best regards, Igor Drobiazko -- Michael Courcy http://courcy.blogspot.com

Re: [ANN] t5components - release 0.5.3

2008-01-19 Thread Michael Courcy
Really impressing Go on !! Sven Homburg a écrit : Hi there, the t5components release 0.5.3 is out now. project page with demo click here http://213.160.23.119:8080/t5components/ - best regards Sven -- Michael Courcy http://courcy.blogspot.com

Re: [T5] Choosing components at runtime

2008-01-19 Thread Michael Courcy
I don't unsderstand the sentence this way, I woud think something like that : well, I may be completly wrong ... I'm gonna try it and comeback to you to see if I find something interesting. but myComponent variable is always null there... What do you think? Regards,

Re: T5: Encoder and Loop

2008-01-19 Thread Michael Courcy
ady yet. ok, but now the intent is confirmed and I can do my search on my own. when I'll better understand it, I'll make a wiki page with an example. Thanks for your answer. On Jan 16, 2008 1:29 PM, Michael Courcy <[EMAIL PROTECTED]> wrote: Hi, Reading the

Re: [T5] Choosing components at runtime

2008-01-17 Thread Michael Courcy
ied to do this by putting a delegate component, but i couldn't inject in runtime an unknowed component in compilation time. What do you think i can do? Is this possible? -- Michael Courcy http://courcy.blogspot.com -

Re: Using a component in a subpackage

2008-01-17 Thread Michael Courcy
I found the answer myself it's explain here http://lombok.demon.co.uk/tapestry5Demo/test/components/colorpickerdemosource sorry Michael Courcy a écrit : Hi I made a component call Personne in ${tapetry-root-package}/components package and it works fine But I'd like to move my co

T5: Encoder and Loop

2008-01-16 Thread Michael Courcy
x27;t really grasp it, but does it mean that with an encoder it's possible to generate loop of textFields with validation for instance, or make me able to edit a whole collection inside a form ? If yes, someone could point examples or give hints ? Thanks a lot. -- Michael C

Re: [ANN] Tapestry/Seam integration

2008-01-15 Thread Michael Courcy
well. This will be the first module for Tacos 5. Unfortunately I can't upload the snapshots yet because some work is still needed. But you can expect the snapshots in the next days. -- Michael Courcy http://courcy.blogspo

Re: T5: regexp for commas

2008-01-15 Thread Michael Courcy
check. Well you could do that inside the onValidate method of your form ... No ? THX Thomas Michael Courcy <[EMAIL PROTECTED]> schrieb am Mo, Jan 14, 2008 um 4:18 in Nachricht <[EMAIL PROTECTED]>: well I wonder if the comma is not playing a role in the interpreta

Re: Antw: Re: T5: regexp for commas

2008-01-14 Thread Michael Courcy
to decide weather String foo contains a ',' ( or another blabla that I allow) or not. Fortunately that works fine :). Now I want the same functionality in T5. Thomas Michael Courcy <[EMAIL PROTECTED]> schrieb am Mo, Jan 14, 2008 um 1:33 in Nachricht <[EMA

Re: T5: regexp for commas

2008-01-14 Thread Michael Courcy
Did you try this regexp with in a regular java program ? Thomas Zenglein a écrit : Hello everybody, I want my textfield to allow a couple of signs. For that I have the following code. @Validate("required,regexp=[<>a-zA-ZöäüÖÄÜß0-9\\.\"\'?!§$%&\\-+*:/ ]+") public void setName(String name) {

Re: What's heartbeat ?

2008-01-07 Thread Michael Courcy
g into the source for heartbeat's implementation as well as what really happens inside form support's defer method. You're not alone in your questions and expanded docs on this would be helpful. You're right I think a little dive in the source code would be refreshing :-) s

Re: What's heartbeat ?

2008-01-07 Thread Michael Courcy
Gabriel Landais a écrit : Michael Courcy a écrit : If you look at this exemple : TreeGridComponent http://tapestry5-treegrid.googlecode.com/svn/trunk/tapestry5-treegrid/src/main/java/org/codelutin/tapestry/components/TreeGrid.java a hearbeat.begin is called in beginRender and heartbeat.end

Re: What's heartbeat ?

2008-01-07 Thread Michael Courcy
Gabriel Landais a écrit : Michael Courcy a écrit : If you look at this exemple : TreeGridComponent http://tapestry5-treegrid.googlecode.com/svn/trunk/tapestry5-treegrid/src/main/java/org/codelutin/tapestry/components/TreeGrid.java a hearbeat.begin is called in beginRender and heartbeat.end

Re: What's heartbeat ?

2008-01-07 Thread Michael Courcy
t's bigger but I don't find that so clear when I start to read it in real components. Michael Kalle Korhonen a écrit : First result with a google search "tapestry 5 heartbeat": http://tapestry.formos.com/nightly/tapestry5/apidocs/org/apache/tapestry/services/Heartbeat.h

What's heartbeat ?

2008-01-06 Thread Michael Courcy
mind. Thanks a lot. -- Michael Courcy http://courcy.blogspot.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: T5: JumpStart 3.0.0 Preview ready for comments

2007-12-18 Thread Michael Courcy
Thanks a lot, I 'll try it. Francois Armand a écrit : Michael Courcy wrote: Hi I was really interested on how we could handle the edition of an entire list in a single page with T5. Let's say a List in a situation where we want the user to be able to edit the name and surname o

Re: T5: JumpStart 3.0.0 Preview ready for comments

2007-12-18 Thread Michael Courcy
rectly or reply to this thread. Either is fine. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Michael Cou

Re: T5: JumpStart 3.0.0 Preview ready for comments

2007-12-16 Thread Michael Courcy
ECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Michael Courcy http://courcy.blogspot.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Can't get component inside a component

2007-12-09 Thread Michael Courcy
To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Michael Courcy http://courcy.blogspot.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: T5 How to write a layout component ?

2007-12-08 Thread Michael Courcy
L PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Michael Courcy http://courcy.blogspot.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Can't get component inside a component

2007-12-06 Thread Michael Courcy
- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Michael Courcy http://courcy.blogspot.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional comm

Can't get component inside a component

2007-12-06 Thread Michael Courcy
ent can collaborate with the Couleur components. Thanks. -- Michael Courcy http://courcy.blogspot.com

Re: T5: Grid queries partial data

2007-12-03 Thread Michael Courcy
t. thx! Ronald - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Michael Courcy http://courcy.blogspot.com - To unsubscribe, e-mail: [EMAIL

Re: [T5] 5.0.7 ajax update

2007-11-26 Thread Michael Courcy
ands, e-mail: [EMAIL PROTECTED] -- Michael Courcy http://courcy.blogspot.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Get application context from within a BasePage subclass

2007-11-20 Thread Michael Courcy
EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Michael Courcy http://courcy.blogspot.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: How to initialize a session variable in a page render request?

2007-11-20 Thread Michael Courcy
ce. Is there a better place to do session variable initialization? I believe it should not be put into constructor too because it will be viewable to other sessions. Thanks, Jeffrey Ai -- Michael Courcy http://courcy.blogspot.com -

How to make a basic crud; feedback wanted

2007-11-18 Thread Michael Courcy
should be, please let me know. -- Michael Courcy http://courcy.blogspot.com

Re: How to make a basic crud : Feedback wanted

2007-11-17 Thread Michael Courcy
a lot, I going to rework this. - Original Message - From: "Michael Courcy" <[EMAIL PROTECTED]> To: "Tapestry users" Sent: Saturday, November 17, 2007 12:16 AM Subject: How to make a basic crud : Feedback wanted http://wiki.apache.org/tapestry/T

How to make a basic crud : Feedback wanted

2007-11-16 Thread Michael Courcy
http://wiki.apache.org/tapestry/Tapestry5How_to_make_a_basic_crud -- Michael Courcy http://courcy.blogspot.com

Re: T5 Newbie : populate the value of a form in a bean

2007-11-16 Thread Michael Courcy
ame = name; } * public* Long getNumber() { *return* number; } * public* *void* setNumber(Long number) { *this*.number = number; } } Josh On Nov 15, 2007 1:35 AM, Michael Courcy <[EMAIL PROTECTED]> wrote: The title property of the video object is updated, I don't have

Re: [T5] Simple question about select and enum

2007-11-15 Thread Michael Courcy
be, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Michael Courcy http://courcy.blogspot.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: T5 Newbie : populate the value of a form in a bean

2007-11-15 Thread Michael Courcy
* public* String getName() { *return* name; } * public* *void* setName(String name) { *this*.name = name; } * public* Long getNumber() { *return* number; } * public* *void* setNumber(Long number) { *this*.number = number; } } Josh On Nov 15, 2007 1:35 AM, Mich

Re: T5 Newbie : populate the value of a form in a bean

2007-11-15 Thread Michael Courcy
*return* name; } * public* *void* setName(String name) { *this*.name = name; } * public* Long getNumber() { *return* number; } * public* *void* setNumber(Long number) { *this*.number = number; } } Josh On Nov 15, 2007 1:35 AM, Michael Courcy <[EMAIL PROTECTED]&g

Re: T5 Newbie : populate the value of a form in a bean

2007-11-15 Thread Michael Courcy
e the BeanEditForm's implementation of void onPrepareFromForm() Michael Courcy <[EMAIL PROTECTED]> wrote: You're right here it is, I remove the "offending input" and use this instead ${user}-- ${user.name} And I get [EMAIL PROTECTED] -- A name Obviously user is not null. I

Re: T5 Newbie : populate the value of a form in a bean

2007-11-15 Thread Michael Courcy
n't posted something by then. Josh On Nov 14, 2007 11:01 AM, Michael Courcy <[EMAIL PROTECTED]> wrote: Thanks Josh, but do you have also a title property with getter and setter in your page class ? And if yes (as I guess) whish value is updated when you submit the form : MyPage.t

Re: T5 Newbie : populate the value of a form in a bean

2007-11-14 Thread Michael Courcy
On Nov 14, 2007 9:05 AM, Michael Courcy <[EMAIL PROTECTED]> wrote: You're right here it is, I remove the "offending input" and use this instead ${user}-- ${user.name} And I get [EMAIL PROTECTED] -- A name Obviously user is not null. I think the problem does not c

Re: T5 Newbie : populate the value of a form in a bean

2007-11-14 Thread Michael Courcy
indeed you get the toString() value for your user object. Michael Courcy <[EMAIL PROTECTED]> wrote: I'm 100% sure, user is not null I have a getter and a setter for both : name and user Thanks Thiago H de Paula Figueiredo a écrit : On Wed, 14 Nov 2007 12:47:06 -0200, Michael Cour

Re: T5 Newbie : populate the value of a form in a bean

2007-11-14 Thread Michael Courcy
I'm 100% sure, user is not null I have a getter and a setter for both : name and user Thanks Thiago H de Paula Figueiredo a écrit : On Wed, 14 Nov 2007 12:47:06 -0200, Michael Courcy <[EMAIL PROTECTED]> wrote: I have to provide the setter and the getter for name and I still ge

Re: T5 Newbie : populate the value of a form in a bean

2007-11-14 Thread Michael Courcy
Yes and I still get the message user is not an Embedded Component CarstenM a écrit : Hi, have you tried it with @ApplicationState private User user; in your page class ? Michael Courcy wrote: Hi In my Page I have a property User, and I want to directly populate the value of the form

Re: T5 Newbie : populate the value of a form in a bean

2007-11-14 Thread Michael Courcy
is this public String getName(){ return user.getName(); } public void setName(String name){ user.setName(name); } -- Michael Courcy http://courcy.blogspot.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

T5 Newbie : populate the value of a form in a bean

2007-11-14 Thread Michael Courcy
... Do you think I'll have to build my own component : Or is there another way to do this without using the beanEditForm ? || -- Michael Courcy http://courcy.blogspot.com

Re: T5.06 Project tree

2007-11-14 Thread Michael Courcy
Well it's a matter of convention When maven build the project, things are in the place they have to be. Michael Bernagou a écrit : No I didn't because I don't understand why the webroot should be in the src directory. About that : MyProject/src/papo/pages/ MyProject/src/papo/services/ It is w

Re: Feedback wanted on IoC documentation

2007-11-10 Thread Michael Courcy
think both approaches would require a large amount of effort and may not actually add any value. Certainly in the short term, people would be much happier if we got the Ajax support going. Of course, I'm writing this on my PC while I get Leopard installed onto my Mac (my main development

Re: Feedback wanted on IoC documentation

2007-11-10 Thread Michael Courcy
Hi Thanks again for this effort of documentation. I have a question about dependency injection between services. We can inject a service thanks to the @Inject annotation in a page component. I find this feature pretty handy. But (correct me if I'm wrong but I think I'm not because I test it)

Re: 3 new French Tapestry5 tutorials

2007-11-06 Thread Michael Courcy
once translated if you need. Thanks. Hello I think it's a very good thing. When your tutorials will be in english, Tapestry's Guru will be able to make comments, precisions and corrections. Cheers cyrille. Michael Courcy wrote: Si vous m'y autorisez je peux faire

Re: 3 new French Tapestry5 tutorials

2007-11-05 Thread Michael Courcy
Si vous m'y autorisez je peux faire la traduction en anglais et la poster sur le wiki, comme je découvre Tapestry 5 mais que je connais Spring et hibernate (ainsi que wtp) ça ne devrait pas poser de souci. If you allow me I would translate it and post on the wiki. As I 'm a newbie in tapestry

Re: 3 new French Tapestry5 tutorials

2007-11-05 Thread Michael Courcy
Bravo et merci. #Cyrille37# a écrit : Hello, Bonjour, There are 3 new tutorials for Tapestry5 in French. Il y a 3 nouveaux tutoriels en français pour Tapestry5. Thanks to Baptiste Meurant ! Merci à Baptiste Meurant ! Premier projet avec Tapestry5, Spring et Hibernate : http://baptiste-meurant

How to contribute a new Request Handler

2007-11-04 Thread Michael Courcy
Hi I'm really new to tapestry, and I was trying to contribute a new request Handler So I follow the documentation and the example provided by the archetype first I provide a builder for my RequestHandlerService : public RequestFilter buildMichaelFilter(final Logger log){ return new R

Re: T5: Property binding

2007-11-04 Thread Michael Courcy
did you try ${list.size()} ? Christoph Jaeger a écrit : Hi, Tapestry seems to only accept properties with getXxx() and setXxx() accessor methods, or isXxx() for boolean values. This is ok when using your own bean classes, but I just tried to output the number of entries in a java.util.List usin

typo in the documentation

2007-11-04 Thread Michael Courcy
Hi I think there's a small typo in the documentation in http://tapestry.apache.org/tapestry5/tapestry-ioc/service.html In the section : Injecting dependencies == For example, let's say the Indexer needs a JobScheduler to control when it executes, a

Typo in the documentation

2007-11-03 Thread Michael Courcy
Hi I'm new to tapestry so I'm not sure that's the right place to speak about that but there's a small typo in the documentation : http://tapestry.apache.org/tapestry5/tapestry-core/guide/parameters.html In the usage of the count component : Ho! Where actually it should be Ho! Michae