Grid++

2011-09-06 Thread Gunnar Eketrapp
Hi! I will soon release a site built with T5 which will help small organisiations (we have a lot of those up here) in Sweden to manager their members and economy. See http://utskicket.se in a near future ... Anyway while developing this site I have been using fogbugz to manage requirements and bu

Re: Migration from Tapestry 5.0.18 to Tapestry 5.2.6 on Websphere 6.1

2011-09-06 Thread Christian Köberl
2011-09-06 15:58, jkollar: Hi, we have recently upgraded from Tapestry 5.0.18 to Tapestry 5.2.6. After this upgrade we have noticed that on deployment environment (Websphere 6.1.0.21) the application has some problems with loading some resources (assets). Our application is running with Tapestr

Re: "cancel" mode of submit component is not submit to server

2011-09-06 Thread Steve Eynon
A nice idea, I figure everyone builds up their own mini-library of T5 add-ons! As for the above, I've just added an 'event' and 'disabled' parameters and re-named it to 'EventButton'. Steve. On 7 September 2011 11:02, Taha Hafeez wrote: > Hi Steve > > Thanks for pointing it out. Well I will rem

Are all these great tools lately going into the component finder?

2011-09-06 Thread Lenny Primak
Just curious... - To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org

Re: "cancel" mode of submit component is not submit to server

2011-09-06 Thread Taha Hafeez
Hi Steve Thanks for pointing it out. Well I will remove the zone and add it to tawus-addons library. We should have something like tapestry-extensions containing all these extensions that are not important enough to be in core but good enough to be the the project On Wed, Sep 7, 2011 at 8:13 AM,

Re: "cancel" mode of submit component is not submit to server

2011-09-06 Thread Steve Eynon
form.submit vs form.submit() - I can't believe I was diddled by that old chestnut! I've pointed it out to many others in the past! I knew it must have been something glaringly obvious and a mistake on mybehalf - it was too blatant to just flat out not work! > I've created https://issues.apache.or

Re: Tapestry Testify with Tapestry 5.3 [I]

2011-09-06 Thread Steve Eynon
Hi Paul, As I recall, there were only 2 lines that didn't compile (against T5.3-beta-1) - but a lot more changes were required to put them in a compilable state! By then I was "in the zone" and decided to tackle the numerous deprecated warnings... so there are a lot more changes in the code than w

Re: "cancel" mode of submit component is not submit to server

2011-09-06 Thread Yohan Yudanara
I've created https://issues.apache.org/jira/browse/TAP5-1632 for this defect. Thanks.. On Wed, Sep 7, 2011 at 3:36 AM, Josh Canfield wrote: > > If we want to use "cancel" mode submit, then we should give an id to the > submit component. > > This is a defect for sure. Submit should never create a

Re: [T5.3 beta 2] Using Tapestry-Spring-Security with 5.3?

2011-09-06 Thread Alex Kotchnev
I'd go w/ tynamo's tapestry-security (and I did on a latest small project). I used TSS on a previous project (and contributed some changes to get TSS to T5.2 and Spring 3.0 back in the day) and it ended up being the ball that kept me chained to Spring (although the rest of the app didn't necessaril

Re: OT Re: Eid Mubarak

2011-09-06 Thread Andreas Andreou
On Tue, Sep 6, 2011 at 23:32, Chris Mylonas wrote: > Thanks everyone for the thread - it is the first thread in quite a while > where the chatter was allowed to continue before someone mentioned, "please > keep it on topic" or "in english only" - there were a few smiles in there, > particularly

Re: [T5.3 beta 2] Using Tapestry-Spring-Security with 5.3?

2011-09-06 Thread Bob Harner
I favor Tynamo Tapestry-security. I've used it successfully on a couple of projects and find it quite easy to set up and use, and the underlying Apache Shiro is very solid. Bob Harner On Sep 6, 2011 1:17 PM, "Immutability" wrote: > Guys, I haven't worked with Tapestry for a few months now, and de

Re: Migration from Tapestry 5.0.18 to Tapestry 5.2.6 on Websphere 6.1

2011-09-06 Thread Josh Canfield
> @Import(library = {"../Chenillekit.js", "../components/CkOnEvents.js"}) This looks suspicious to me, although you've said that default.css isn't loading as well. Is this with tapestry-production="true" or "false"? Can you show the link/script element that is generated in your pages? Thanks, Jo

Palette problems IE9: premature form submit

2011-09-06 Thread Christoph Jäger
Hi, a user just pointed me to a problem with the palette component under IE9. I searched JIRA, and found TAP5-1544 almost exactly describing the problem I see: Palette's selection and ordering buttons cause premature form submit in IE9. Now, TAP5-1544 is marked as fixed. This is true when you u

Re: "cancel" mode of submit component is not submit to server

2011-09-06 Thread Josh Canfield
> If we want to use "cancel" mode submit, then we should give an id to the > submit component. This is a defect for sure. Submit should never create an id of submit. There was something filed at one point, but I haven't taken the time to track it down. If you want to file a new defect we can prob

Re: [ANN] exanpe-t5-lib : new Tapestry 5 library

2011-09-06 Thread Chris Mylonas
It looks stunningly simple to use, double +1 Thanks for sharing, Chris On 06/09/2011, at 10:12 PM, Geoff Callender wrote: > Thumbs up. > Geoff > > On 06/09/2011, at 9:35 AM, Taha Hafeez wrote: > >> Cool !! >> >> Thanks for sharing. >> >> 2011/9/6 François Facon : >>> Very Nice work. >>> Felic

Re: OT Re: Eid Mubarak

2011-09-06 Thread Chris Mylonas
Thanks everyone for the thread - it is the first thread in quite a while where the chatter was allowed to continue before someone mentioned, "please keep it on topic" or "in english only" - there were a few smiles in there, particularly the use of jihad in it's new meaning ;) It's also quirkily

Re: Form elements inside a component

2011-09-06 Thread bhorvat
Solved it. Actually it was solved with the first suggestion to make a encoder. Unfortunately I didn't set the encoder to be used by the loop in the Popup.tml. Stupid hu!? Anyway now I don't need to use the Coercion so all is cool. Tnx all -- View this message in context: http://tapestry.1045

Re: Form elements inside a component

2011-09-06 Thread bhorvat
Yea you are right I did what you suggested and the setters are called. First thing that happens is that it calls the coercion that I have created. Coercion coercion3 = new Coercion() { public PopupItem coerce(String input) { retu

IE issues

2011-09-06 Thread leothelion
Hi all, I have troubles with IE browser when using zoneUpdater mixin. 1. The input field is using zoneUpdater to handle dynamic changes of the other fields. However this input field has a given value passed by the other page, and when it's loaded/refreshed, it always pop up an exception --"TypeEr

OT Re: Eid Mubarak

2011-09-06 Thread Vangel V. Ajanovski
On 06.09.2011 18:51, Muhammad Gelbana wrote: No religion EVER would deliver bad teachings !!..It would die and Please let's not start a debate about the interpretation of religion teachings and whether they are good or bad for an individual, or even if the religion as a process is opium for the

Re: Why IdAllocator is not a service ?

2011-09-06 Thread Howard Lewis Ship
You can't predict every use case ... in fact, IMHO, some of the weaker parts of Tapestry are where we tried to predict how something would be used, rather than react to new (and valid) use cases. On Tue, Sep 6, 2011 at 5:48 AM, Amaury Willemant wrote: > Hi everyone, > > I am currently working on

[T5.3 beta 2] Using Tapestry-Spring-Security with 5.3?

2011-09-06 Thread Immutability
Guys, I haven't worked with Tapestry for a few months now, and decided to try out the new 5.3 beta 2 for a simple web-app. I've been using Spring-Security a lot with my previous Tapestry 5 projects via the Tapestry-Spring-Security module (version 2.1.0), and now I'm running into some issues, namely

Migration from Tapestry 5.0.18 to Tapestry 5.2.6 on Websphere 6.1

2011-09-06 Thread jkollar
Hi, we have recently upgraded from Tapestry 5.0.18 to Tapestry 5.2.6. After this upgrade we have noticed that on deployment environment (Websphere 6.1.0.21) the application has some problems with loading some resources (assets). For example the tapestry default CSS is not loaded correctly - the rul

Re: Eid Mubarak

2011-09-06 Thread Muhammad Gelbana
Well said Taha :) Islam is misjudged by so many people due to bad and driven media. Malaysia for example is a VERY successful muslim country, yet they are not taken as an example for a Muslim country. Media would usually count Iraq as one for example No religion EVER would deliver bad teachi

Re: Form elements inside a component

2011-09-06 Thread Josh Canfield
This sounds like you're objects are getting restored but you are not putting them back in the list. Create getter/setter methods for your "value" object and set a breakpoint in the setter. You should see that setter get called for each item in that list. The PopupItem should also have it's "value

Re: Eid Mubarak

2011-09-06 Thread George Banus
And I think Howard already has the beard to qualify being the leader of the cult. We only have to buy him a nice and over-sized white turban :-). On Tue, Sep 6, 2011 at 4:03 PM, Taha Tapestry wrote: > Hi Gunnar > > Nice one. I just can't stop laughing :) > > BTW 'jihad' means "struggle/effort to

Re: "cancel" mode of submit component is not submit to server

2011-09-06 Thread Yohan Yudanara
Many thanks to Steve Eynon and Taha Hafeez for your valuable time helping me find a workaround. And many thanks to Josh Canfield who can point directly about mistake in my code. Yep, it's because my submit don't have id. So the conclusion is: If we want to use "cancel" mode submit, then we should

Re: Eid Mubarak

2011-09-06 Thread Taha Tapestry
Hi Gunnar Nice one. I just can't stop laughing :) BTW 'jihad' means "struggle/effort to achieve a particular goal" So it won't be wrong to say We in this mailing list jihad to learn and help others to learn tapestry. But unfortunately this word is being misused a lot :) Regards Taha On Sep

Re: redirect-after-post messes with my StreamResponse

2011-09-06 Thread hese
@Taha - that'll be great! I'll create a separate app when today/tomorrow and share it. Thanks! @Martin - I've been trying all kinds of handlers (onSuccess, onSubmit, obSubmitFrom, onEvent) to see if anything works. So thats why you see a difference between the code and logs. Yes, my method i

Re: "cancel" mode of submit component is not submit to server

2011-09-06 Thread Josh Canfield
I believe the problem is that the id of your submit button is "submit" which overrides the form. submit() of the form. Try adding t:id="something" to your submit button. I thought this was fixed, but just team into it myself last week. On Sep 5, 2011 9:13 PM, "Yohan Yudanara" wrote: > Hi.. > > I

Why IdAllocator is not a service ?

2011-09-06 Thread Amaury Willemant
Hi everyone, I am currently working on an implementation of a Liferay portlet using Tapesty 5.1.0.5 and I need to add a prefix for all the ids written in the generated HTML and the associated javascript. I knew that Tapestry was able to add a numeric suffix (xxx_0, xxx_1, etc...) and that is how I

Re: Eid Mubarak

2011-09-06 Thread Gunnar Eketrapp
As long as you dont go after us other in a Jihad way it's ok by me ... but pehaps this forum has other points to discuss. :-) 2011/9/6 George Banus > And since the majority of us Tapestry developers/users are Muslims, maybe > we should form a cult and call it: > * > Tapeslims* > > What about tha

Re: Eid Mubarak

2011-09-06 Thread George Banus
And since the majority of us Tapestry developers/users are Muslims, maybe we should form a cult and call it: * Tapeslims* What about that? :-) George On Mon, Sep 5, 2011 at 8:23 PM, Muhammad Gelbana wrote: > I just came from my vacation yesterday and saw this mail just now. It's > nice from you

Re: [ANN] exanpe-t5-lib : new Tapestry 5 library

2011-09-06 Thread Geoff Callender
Thumbs up. Geoff On 06/09/2011, at 9:35 AM, Taha Hafeez wrote: > Cool !! > > Thanks for sharing. > > 2011/9/6 François Facon : >> Very Nice work. >> Felicitations. >> François >> >> 2011/9/5 Muhammad Gelbana : >>> Congrats !! >>> >>> Magnificent components, I love many of them :) >>> >>> On

Re: javaScriptSupport.addScript vs script in .tml file

2011-09-06 Thread LLTYK
If you declare a function (your plusOneCalled) inside another function (Tapestry.onDOMLoaded), it won't be visible outside the function. Don't use addScript, unless you can initialize the button itself in addScript as well. Or you can use addScript and add the function to the window variable ( win

Re: Form elements inside a component

2011-09-06 Thread bhorvat
I tried that but it didn't work. In the class Popup I have added a encoder public ValueEncoder getEncoder() { return new ValueEncoder() { public String toClient(PopupItem value) { Long key = value.getKey(); return key.toString(); }

Re: [5.2.6] Advising the PageLoader Service

2011-09-06 Thread jack
Thanks for your help Guys. It looks the tapestry IoC doesn't have a handle on the ComponentAssemblerSource so am trying a different avenue. Jack On 05/09/11 13:03, Steve Eynon wrote: The following should list all services that you're able to advise (I just tried it on T5.3 but saw no Componen

AUTO: Guletsky, Peter is out of the office. (returning 09/11/2011)

2011-09-06 Thread Peter.Guletsky
I am out of the office until 09/11/2011. In case of urgency please contact Parvez Zariwala (x.5910) or Praveen Makhija (x.5962) For Payments issues, please contact Bhaskararao Andra (x.5810) or Robert Kane (x.5906) Note: This is an automated response to your message ""cancel" mode of submit co