Re: [T 5.3.6] Request event 'internalevent' was not handled Error Message

2012-11-14 Thread Oliver Pelz
Sorry for the late reply, but I had not checked if someone replied. Yes, this is a production server so I guess it is a webspider/crawler issue. Thank you for your reply. -- View this message in context: http://tapestry.1045711.n5.nabble.com/T-5-3-6-Request-event-internalevent-was-not-handle

Re: Showing a Block condirionally

2012-11-14 Thread Geoff Callender
Great point, worthy of consideration. "Choose" has an advantage over sequential If components: only one of the tests will succeed, whereas with sequential Ifs the value being tested can change before the next If. And "Choose" has an advantage over the "else" parameter block, being that it is

Re: Showing a Block condirionally

2012-11-14 Thread Serge Eby
There is a simple example already here: http://tapestry.apache.org/switching-cases.html /Serge -- View this message in context: http://tapestry-users.832.n2.nabble.com/Showing-a-Block-condirionally-tp7583424p7583436.html Sent from the Tapestry Users mailing list archive at Nabble.com. -

Re: Javax mail in Tapestry

2012-11-14 Thread Lenny Primak
There is no magic involved. Just use JNDI to look up the JavaMail resource and use it. You can google search the web on how to do that. This isn't really a tapestry question. On Nov 14, 2012, at 9:18 AM, o3005659 wrote: > How can I make contact form in Tapestry using Javax mail? Or should you >

Re: tapestry-jpa EntityManagerObjectProvider fixes entities not associated with correct entity manager issue

2012-11-14 Thread Lenny Primak
Perhaps. I just tested two pages with one PU each (different PUs) and it works fine. Moving back to Tapestry-Users How are you defining your DAOs? Are they Tapestry services? Do they share different PUs? Perhaps because they are singleton services you are having issues. Maybe you need to make

RE: Symbol field injection doesn't work when the symbol is used in the service class constructor

2012-11-14 Thread Tony Nelson
I think you need to use constructor injection for that.. http://tapestry.apache.org/symbols.html public MySeviceImpl(@Value("mySymbol") boolean mySymbolValue) { ... } I don't believe it's possible to set a property on an object before the constructor is called. Tony -Original Message-

Re: Symbol field injection doesn't work when the symbol is used in the service class constructor

2012-11-14 Thread Dragan Sahpaski
Yes sure, Thanks Cheers, Dragan Sahpaski On Wed, Nov 14, 2012 at 6:19 PM, Tony Nelson wrote: > I think you need to use constructor injection for that.. > > http://tapestry.apache.org/symbols.html > > public MySeviceImpl(@Value("mySymbol") boolean mySymbolValue) { > ... > } > > I don't believe

Re: Symbol field injection doesn't work when the symbol is used in the service class constructor

2012-11-14 Thread Kalle Korhonen
On Wed, Nov 14, 2012 at 9:14 AM, Dragan Sahpaski wrote: > Hi, > This currently doesn't work and I can't find it documented anywhere. It > doesn't fail or anything it's just that the value isn't set yet in the > constructor. > Constructor injection for the symbol on the other hand works as expected

Re: Symbol field injection doesn't work when the symbol is used in the service class constructor

2012-11-14 Thread Thiago H de Paula Figueiredo
On Wed, 14 Nov 2012 16:48:18 -0200, Dragan Sahpaski wrote: Yes off course. I realized that short after clicking the send button. I guess sending an email to few thousand people did it. :) That should have the same reason sometimes you have a question, and then, while you're asking it to s

Re: Tapestry Book purchase question

2012-11-14 Thread Jon Williams
Indegogo site had for $55 the pdf + hardcopy. But that site has expired. Where do I go now to order the pdf & book bundle? thanks On Tue, Oct 30, 2012 at 7:44 AM, Nicolas Barrera wrote: > Thank you Igor, > > I 've already purchased it, > > is it still on EAP? it seems so finished and complete!

Re: Showing a Block condirionally

2012-11-14 Thread Muhammad Gelbana
Is this still tapestry5 ? I couldn't find how t5 can use JSTL ! On Wed, Nov 14, 2012 at 5:13 PM, Serge Eby wrote: > There is a simple example already here: > > http://tapestry.apache.org/switching-cases.html > > > /Serge > > > > -- > View this message in context: > http://tapestry-users.832.n2.n

Re: Showing a Block condirionally

2012-11-14 Thread Lenny Primak
Serge didn't mention anything about JSTL. This is pure tapestry 5 case switching. On Nov 14, 2012, at 6:09 PM, Muhammad Gelbana wrote: > Is this still tapestry5 ? I couldn't find how t5 can use JSTL ! - To unsubscribe, e-mail

Popup in Tapestry Link

2012-11-14 Thread mateen
Hi, My Grid displays a LINK to open a page. Currently i am using window.open, to open the page i need and its working fine, but i dont really like the new window option. I would more prefer a javascript type popup. Can anyone point to how i can get it done. I dont really care if its a modal or sim

Re: Popup in Tapestry Link

2012-11-14 Thread Kalle Korhonen
tapestry5-jquery has a dialog component: http://tapestry5-jquery.com/components/docsjquerydialog Kalle On Wed, Nov 14, 2012 at 11:11 PM, mateen wrote: > Hi, > > My Grid displays a LINK to open a page. Currently i am using window.open, > to > open the page i need and its working fine, but i don