Error Tag on line 158 contains more than one 'valuebool' attribute.

2009-11-10 Thread Rayden30
Hello, First I m a beginer in Tapestry... Actually I m developping a webview which has to display an ordered array as below: Root 1 Root 2 Root 3 |Child1 |Child2 |---Child 2.1 |---Child 2.2 ... My code in local working perfectly... However when I intrated

Re: [Tapestry Central] Next Steps for Tapestry

2009-11-10 Thread Borut Bolčina
Hi, 2009/11/10 Inge Solvoll inge.tapes...@gmail.com Maybe it would be a good idea to find out what most newcomers ask for, and just put it in there, even if it doesn't make that much sense? It COULD attract more people. That is exactly why I opened http://tapestry5.ideascale.com/ -borut

Re: [Tapestry Central] Next Steps for Tapestry

2009-11-10 Thread Borut Bolčina
And of course we can make more of this: http://www.questionpro.com/akira/ShowResults?id=1151880mode=data The above was initiated long time ago: http://bbwebcraft.blogspot.com/2009/02/wishlist-and-survey-for-tapestry-5.html -borut 2009/11/10 Borut Bolčina borut.bolc...@gmail.com Hi,

[T5.1] posting externally with t:form

2009-11-10 Thread Jack Nuzbit
Hi All, I've got a rather complex form that I'd like to use the tapestry form components to initialise but it needs to post externally. Is there a way to do this with tapestry? Form components require a surrounding t:form element which then overrides the action. I can't see any way around this

Re: IoC container performance issues

2009-11-10 Thread Adriaan Joubert
We'll do that. Thanks! Adriaan 2009/11/9 Howard Lewis Ship hls...@gmail.com: The container is organized for functionality, not performance, with service lookups because lookups normally occur once. Suggestion: create a lookup service that has getters for all the other keys services you

Re: How to avoid contribution to TypeCoercer in my case.

2009-11-10 Thread sandeepraj singh
Hi Inge The solution you provide works fine. But to a lesser mortal like me, the description of ITERATION in LoopFormState is a bit difficult /** * Only enough state to iterate over the source values is stored. When the Form is submitted, the Loop will re-acquire its source and iterate over

Re: [T5.1] posting externally with t:form

2009-11-10 Thread Massimo Lusetti
On Tue, Nov 10, 2009 at 12:08 PM, Jack Nuzbit fnuz...@googlemail.com wrote: Hi All, I've got a rather complex form that I'd like to use the tapestry form components to initialise but it needs to post externally. Is there a way to do this with tapestry? Form components require a surrounding

[OT] ChenilleKit home, update your bookmark

2009-11-10 Thread Massimo Lusetti
Hi everyone, sorry for the off topic but as the ChenilleKit team we still receive issue from JIRA at Formos and and someone still post to google group. This is a reminder for people using these old channel to update their own bookmark since ChenilleKit has a new home at

Re: [T5.1] posting externally with t:form

2009-11-10 Thread Jack Nuzbit
Thanks Massimo but I'm trying to do it the other way around (if I've understood you correctly). I am hosting the form on a tapestry site which I need to post to an external non-tapestry site. The problem is that in using tapestry components I can't set the action attribute of the form to post to

Re: [OT] ChenilleKit home, update your bookmark

2009-11-10 Thread Ivano Luberti
Massimo, I think I have already wrote this: I cannot find from the home page a link to code examples. I know there is one... Massimo Lusetti ha scritto: Hi everyone, sorry for the off topic but as the ChenilleKit team we still receive issue from JIRA at Formos and and someone still post to

Re: [T5.1] posting externally with t:form

2009-11-10 Thread Ulrich Stärk
Just do it in plain HTML. form method=post action=http://some.other.site/action; input type=text value=${someProperty} / input type=submit / /form Uli Am 10.11.2009 15:42 schrieb Jack Nuzbit: Thanks Massimo but I'm trying to do it the other way around (if I've understood you correctly). I am

Re: [OT] ChenilleKit home, update your bookmark

2009-11-10 Thread Ulrich Stärk
select the tapestry module first. Am 10.11.2009 15:54 schrieb Ivano Luberti: Massimo, I think I have already wrote this: I cannot find from the home page a link to code examples. I know there is one... Massimo Lusetti ha scritto: Hi everyone, sorry for the off topic but as the ChenilleKit

Re: [T5.1] posting externally with t:form

2009-11-10 Thread Thiago H. de Paula Figueiredo
Em Tue, 10 Nov 2009 12:42:25 -0200, Jack Nuzbit fnuz...@googlemail.com escreveu: non-tapestry site. The problem is that in using tapestry components I can't set the action attribute of the form to post to this external site. You could use JavaScript for that as, from a Tapestry

Re: [T5.1] posting externally with t:form

2009-11-10 Thread Massimo Lusetti
On Tue, Nov 10, 2009 at 3:42 PM, Jack Nuzbit fnuz...@googlemail.com wrote: Thanks Massimo but I'm trying to do it the other way around (if I've understood you correctly). Ops sorry you're right, I did misunderstood you. As others already suggested you should do in plain HTML/JavaScript.

Re: [T5.1] posting externally with t:form

2009-11-10 Thread Jack Nuzbit
No worries, that's what I thought. Probably from a tapestry perspective it doesn't make a lot of sense but it's not an uncommon use case. I would say it would be an improvement if I could override the default form action and leverage tapestry form components in these situations. On Tue, Nov

Re: [Tapestry Central] Next Steps for Tapestry

2009-11-10 Thread Peter Stavrinides
My 2 cents, in order of priority: 1. Ongoing bug fixes, prioritized by severity and then community votes 2. Comprehensive multi-language docs (preferably community driven via collaboration software), including ALL types of docs (cookbook, API reference, tutorials, quickstart) and all in one

Re: [OT] ChenilleKit home, update your bookmark

2009-11-10 Thread Ivano Luberti
I get 404 error Ulrich Stärk ha scritto: select the tapestry module first. Am 10.11.2009 15:54 schrieb Ivano Luberti: Massimo, I think I have already wrote this: I cannot find from the home page a link to code examples. I know there is one... Massimo Lusetti ha scritto: Hi everyone,

Re: [OT] ChenilleKit home, update your bookmark

2009-11-10 Thread Massimo Lusetti
On Tue, Nov 10, 2009 at 3:54 PM, Ivano Luberti lube...@archicoop.it wrote: Massimo, I think I have already wrote this: I cannot find from the home page a link to code examples. I know there is one... From here http://chenillekit.codehaus.org/chenillekit-tapestry/index.html click the demo link

Re: [OT] ChenilleKit home, update your bookmark

2009-11-10 Thread Sven Homburg
I will do my best, to find and remove that bug ;-) with regards Sven Homburg Founder of the Chenille Kit Project http://www.chenillekit.org 2009/11/10 Massimo Lusetti mluse...@gmail.com On Tue, Nov 10, 2009 at 3:54 PM, Ivano Luberti lube...@archicoop.it wrote: Massimo, I think I have

Object expected error with prototype.js and IE 8

2009-11-10 Thread Ignacio González Arboleya
I am using renderSupport.addScript() in order to add some JavaScript to my webpage. It works perfectly in Firefox, IE 7 and IE 8... However, although it also works well in IE 8, you can read an error saying object expected associated with prototype.js. It only happens in IE 8. Does anybody

Re: [OT] ChenilleKit home, update your bookmark

2009-11-10 Thread Piero Sartini
Isn't it possible to shut down these channels? This will prevent people from landing there while searching for tapestry components. I remember my early days with t5 when this was very confusing. If you don't use the google project any more - why not delete it? If you don't use the formos

Re: Object expected error with prototype.js and IE 8

2009-11-10 Thread Juan E. Maya
The current versions of prototype used by tapestry doesn't work very well with IE8, u can replace it by yourself (search the list, for sure is there somewher) or even use http://tapestry.formos.com/nightly/tapx/tapx-prototype/ 2009/11/10 Ignacio González Arboleya nachogo...@hotmail.com:  I am

Re: beaneditform question

2009-11-10 Thread Jonhy Pear
Hi, thanks. I managed to change the code and now it's working with a normal form component. On Tue, Nov 10, 2009 at 1:21 AM, DH ningd...@gmail.com wrote: I never had this issue before. I just test and everything works right, can you share the whole stack trace? DH

Form.recordError not preventing from calling onSubmit form

2009-11-10 Thread Jonhy Pear
Hello, I'm trying to get around this for some time, so I decided to ask another newcomer question. I have a form in a page resgistration Registration.tml form t:type=form t:id=registrationForm t:errors/ [Rest of the form] /form in my Registration.java I have: void onValidateForm() { if

Re: Construction of service 'InternalRequestGlobals' has failed due to recursion:

2009-11-10 Thread Howard Lewis Ship
There will be a trace in the console of what Tapestry IoC was doing when it hit the issue. However, this looks like the culprit: public static void contributeMasterObjectProvider( OrderedConfigurationObjectProvider configuration, ObjectLocator locator) {

Re: i18n overhead

2009-11-10 Thread Melidramo
Howard, thanks for the clarification. Would the upgrade from 5.0 to 5.1 bring any improvement in terms of speed or resource usage? Thanks, regards MD -- View this message in context: http://old.nabble.com/i18n-overhead-tp26252169p26294435.html Sent from the Tapestry - User mailing list

Re: Embed a generated image in a page with IE6

2009-11-10 Thread Angelo Chen
I followed that sample too, and works in IE7, Safari and Chrome. ellisonchiu wrote: I also test it in IE7, But it also does not work. The wiki Tapestry5HowToCreatePieChartsInAPage sample: http://wiki.apache.org/tapestry/Tapestry5HowToCreatePieChartsInAPage

Re: [Tapestry Central] Next Steps for Tapestry

2009-11-10 Thread liigo
Kalle Korhonen: By now, you probably have a fairly good idea how you could improve things and I'd hate to have the first book on Tapestry5 to already become outdated right away if you start on T5.2 only after releasing the book. Kalle Korhonen: Yes, there are a few active committers but the

Pass params to pager of grid component

2009-11-10 Thread Xuan Tran Le
I have a problem with the pager of grid component. I want to pass some params to the pager link. For example, I have a page support searching. It contains a text field, a submit button, and a grid component. When I enter the value to the text and click on submit button, it show the result in the

Re: Pass params to pager of grid component

2009-11-10 Thread DH
It seems that Grid doesn't support 'context' parameter. But why don't you add the keyword to the page's activation context? DH http://www.gaonline.com.cn - Original Message - From: Xuan Tran Le To: Tapestry users users@tapestry.apache.org Sent: Wednesday, November 11, 2009 12:45 PM