Re: Tapestry and SeeSaw talk

2010-03-31 Thread Ben Gidley
Ok - try http://www.vimeo.com/10588204 - this time it is hosted on my vimeo accout and set to be public. Ben Gidley www.gidley.co.uk b...@gidley.co.uk On Wed, Mar 31, 2010 at 8:41 PM, Christian Edward Gruber < christianedwardgru...@gmail.com> wrote: > Likewise. I'd love to see it. > > Christ

Re: [ANN] Jazoon 2010 Talk (JavaServer Faces 2.0 vs. Tapestry 5: A Head-to-Head Comparison)

2010-03-31 Thread Igor Drobiazko
On Wed, Mar 31, 2010 at 9:49 AM, Christian Riedel wrote: > ...do you have some free tickets? :) > Unfortunately not. > > Looking at the other talks it almost seems like a JSF 2.0 convention. Good > luck for surviving the Q&A! There are only 3 JSF-Talks. I would not say this is a JSF convention

Re: submit form on Safari and Opera doesn't work

2010-03-31 Thread LiborGMC
I've tried use Opera debugger just make sure that JS code with submit form is called. Yes it is. I've created simple web application in Tapestry 5.1.0.5. Just one form, one textfield and one link which fire submit form. It DOESN'T WORK for me in Safari and Opera at all. I post example of my code:

Re: Res: Res: [T5.1] Best approach to Nested Combos on Forms

2010-03-31 Thread Geoff Callender
Or carry the 1at and 2nd combo selection info into the 3rd combo values too, eg. USA | San Francisco | SomeName. No? On 01/04/2010, at 3:55 AM, Everton Agner wrote: > Yes, there is also the problem that, if there is more than two nested combos, > the First Combo's selected option is lost when t

Re: 5.0.1.8 Download?

2010-03-31 Thread Ulrich Stärk
use http://repository.apache.org/snapshots/ On 31.03.2010 22:22, Kalle Korhonen wrote: Well that's because 5.1.0.8 hasn't been released yet. Kalle On Wed, Mar 31, 2010 at 1:19 PM, xfile80303 wrote: Thanks Kalle, but I still only see 5.1.0.5 there... -- View this message in context: http:/

Re: 5.0.1.8 Download?

2010-03-31 Thread Kalle Korhonen
Well that's because 5.1.0.8 hasn't been released yet. Kalle On Wed, Mar 31, 2010 at 1:19 PM, xfile80303 wrote: > > Thanks Kalle, but I still only see 5.1.0.5 there... > -- > View this message in context: > http://n2.nabble.com/5-0-1-8-Download-tp4832734p4833317.html > Sent from the Tapestry Us

Re: 5.0.1.8 Download?

2010-03-31 Thread xfile80303
Thanks Kalle, but I still only see 5.1.0.5 there... -- View this message in context: http://n2.nabble.com/5-0-1-8-Download-tp4832734p4833317.html Sent from the Tapestry Users mailing list archive at Nabble.com. - To unsubscrib

Re: 5.0.1.8 Download?

2010-03-31 Thread Kalle Korhonen
You can happily browse the central Maven repo and manually download whatever you like, see e.g: http://repo2.maven.org/maven2/org/apache/tapestry/tapestry-core/ Kalle On Wed, Mar 31, 2010 at 11:42 AM, xfile80303 wrote: > > Hi all, > > It would seem that I'm experiencing some bugs in 5.1.0.5 whi

Re: How to get the Component inside advice?

2010-03-31 Thread Howard Lewis Ship
Chances are your instanceof is failing because you put the SecurePage interface into the pages or components package; move it up a level, to a non-controlled package, so that the services layer and the component layer can agree. Anything inside the pages or components packages (or mixins or base)

Re: How to get the Component inside advice?

2010-03-31 Thread Thiago H. de Paula Figueiredo
On Wed, 31 Mar 2010 16:31:17 -0300, satb wrote: Advice is for services, not pages and components. Thanks for the response. Yes. That is true. I want to do one other thing on the methods of the service if the request is originating from a "SecurePage" -- which is to check the credentials. Isn

Re: Tapestry and SeeSaw talk

2010-03-31 Thread Christian Edward Gruber
Likewise. I'd love to see it. Christian. On Mar 31, 2010, at 1:34 PM, Ivano Luberti wrote: Keep getting a permission denied message Il 26/03/2010 17.03, Ben Gidley ha scritto: Hi, Skillsmatter have changed the permissions - so it may work better now or try http://vimeo.com/10399058 Ben

Re: [Tapestry Central] In The Brain Of Howard Lewis Ship

2010-03-31 Thread Ben Gidley
They seem to have screwed up the permissions some how - they fixed it and then unfixed. I have a copy - so will chuck it up somewhere tomorrow (as I am bit short of bandwidth to upload it right now). Ben Gidley www.gidley.co.uk b...@gidley.co.uk On Wed, Mar 31, 2010 at 8:08 PM, Ivano Luberti w

Re: How to get the Component inside advice?

2010-03-31 Thread satb
> Advice is for services, not pages and components. Thanks for the response. Yes. That is true. I want to do one other thing on the methods of the service if the request is originating from a "SecurePage" -- which is to check the credentials. Isn't advice the right thing for it? Thats what the a

Re: [Tapestry Central] In The Brain Of Howard Lewis Ship

2010-03-31 Thread Ivano Luberti
Don't ask me why , in my copy of the message the link is broken: > > I did a talk last night on how we used tapestry for SeeSaw.com and if you > are interested there is a video podcast at > http://skillsmatter.com/podcast/java-jee/tapestry-5-in-action-for-realand > the slides are at links.gidley.

Re: How to get the Component inside advice?

2010-03-31 Thread Thiago H. de Paula Figueiredo
On Wed, 31 Mar 2010 15:37:36 -0300, satb wrote: I am trying to get the component inside an advice and if the page invoked isextends "SecurePage", then I have to check the security credentials on that request. A way better way of doing it is to implement a ComponentEventRequestFilter and

5.0.1.8 Download?

2010-03-31 Thread xfile80303
Hi all, It would seem that I'm experiencing some bugs in 5.1.0.5 which have been fixed in 5.1.0.8, but I can't seem to find a download link for the 5.1.0.8 jars (and I don't use Maven). Anyone know how to get these (or can explain to a non-maven user how to simply get the updated binaries from m

Deadlock in weblogic?

2010-03-31 Thread Dan Adams
Hey all. I searched JIRA and couldn't find anything. Has anyone seen the following deadlock on WebLogic 9.2? This project is running T5.0.15 (upgrade needed badly) but I didn't want to assume an upgrade would fix it. The code in question has changed since this version. <[STANDBY] Exe

How to get the Component inside advice?

2010-03-31 Thread satb
I am trying to get the component inside an advice and if the page invoked is extends "SecurePage", then I have to check the security credentials on that request. A typical cross-cutting concern which is best served by an advice. But its not working. Anything I am doing wrong here? Could this below

Re: Grid: Customizing cell CSS based on property value

2010-03-31 Thread matias.blasi
Hi! Although Tapestry Grid don't allow you to specify cell CSS style, you can do something like this: ${o.someproperty} Don't you? Regards. Matías. Thiago H. de Paula Figueiredo wrote: > > On Wed, 31 Mar 2010 09:21:04 -0300, Stephan Windmüller > wrote: > >> On 30.03.

Re: [Tapestry Central] In The Brain Of Howard Lewis Ship

2010-03-31 Thread Howard Lewis Ship
The link he sent worked for me. http://skillsmatter.com/podcast/java-jee/tapestry-5-in-action-for-real On Wed, Mar 31, 2010 at 10:54 AM, Ivano Luberti wrote: > Well I just tried to use the link provided by Ben but it shows an empty > page on SkillsMatter > > Il 31/03/2010 19.49, Howard Lewis Sh

Re: [Tapestry Central] In The Brain Of Howard Lewis Ship

2010-03-31 Thread Ivano Luberti
Well I just tried to use the link provided by Ben but it shows an empty page on SkillsMatter Il 31/03/2010 19.49, Howard Lewis Ship ha scritto: > SkillsMatter does tape these sessions and puts them put them up on > their web site ... such as Ben Gidley's talk last week. > > On Wed, Mar 31, 2010 at

Re: [Tapestry Central] In The Brain Of Howard Lewis Ship

2010-03-31 Thread Howard Lewis Ship
SkillsMatter does tape these sessions and puts them put them up on their web site ... such as Ben Gidley's talk last week. On Wed, Mar 31, 2010 at 10:27 AM, Ivano Luberti wrote: > Why you don't record it and let us see? > > Il 30/03/2010 19.38, Howard ha scritto: >> While I'm in London for three

Re: Tapestry and SeeSaw talk

2010-03-31 Thread Ivano Luberti
Keep getting a permission denied message Il 26/03/2010 17.03, Ben Gidley ha scritto: > Hi, > > Skillsmatter have changed the permissions - so it may work better now or try > http://vimeo.com/10399058 > Ben Gidley > > www.gidley.co.uk > b...@gidley.co.uk > > > On Thu, Mar 25, 2010 at 9:05 PM, Feli

Re: [Tapestry Central] In The Brain Of Howard Lewis Ship

2010-03-31 Thread Ivano Luberti
Why you don't record it and let us see? Il 30/03/2010 19.38, Howard ha scritto: > While I'm in London for three days of Tapestry 5 Training, I'll also be > giving an evening In The Brain Of talk ... on Tapestry, because there's > not that much else rattling around my brain lately. Whereas Ben's ta

Res: Res: [T5.1] Best approach to Nested Combos on Forms

2010-03-31 Thread Everton Agner
Yes, there is also the problem that, if there is more than two nested combos, the First Combo's selected option is lost when the Second Combo option is selected (and fills/filters the third combo). So, the easier way out is really updating the properties values (in the Page Class instance) by A

Answering my own JEE6/Tapestry Question [LONG]

2010-03-31 Thread Pierce T. Wetter III
I asked before, didn't get a great answer, but I've figured some stuff out since then, so here goes: (Note that some of this stuff may be wrong, I'm not an EJB or Tapestry expert, I'm just trying to weld the two together. (pun intended)). Q: How can/should I use EJBs/JPA in Tapestry?

Re: Grid: Customizing cell CSS based on property value

2010-03-31 Thread Thiago H. de Paula Figueiredo
On Wed, 31 Mar 2010 09:21:04 -0300, Stephan Windmüller wrote: On 30.03.2010 16:34 Thiago H. de Paula Figueiredo wrote: Is it possible to change the class of a grid cell (not just the row or column) based on the value of the property? Yes! Just use the rowClass parameter. But this changes

Re: Grid: Customizing cell CSS based on property value

2010-03-31 Thread Stephan Windmüller
On 30.03.2010 16:34 Thiago H. de Paula Figueiredo wrote: Is it possible to change the class of a grid cell (not just the row or column) based on the value of the property? Yes! Just use the rowClass parameter. But this changes only the class of the tr element like: ... What I want

Re: Page without markup

2010-03-31 Thread Thiago H. de Paula Figueiredo
On Wed, 31 Mar 2010 05:30:49 -0300, Dmitry Gusev wrote: Can't get it working with Dispatcher. Take a look at http://wiki.apache.org/tapestry/Tapestry5HowToCreateADispatcher. Where should I plug new dispatcher It must be contributed to the MasterDispatcher service. and what should a

Re: LinkSubmit with Context?

2010-03-31 Thread Kristian Marinkovic
i created https://issues.apache.org/jira/browse/TAP5-1091 by cloning TAP-532 i hope i can provide a patch over next monday. g, kris Von:Łukasz Jazgar An: Tapestry users Datum: 31.03.2010 13:19 Betreff:Re: LinkSubmit with Context? 2010/3/31 Kristian Marinkovic > hi pier

Re: LinkSubmit with Context?

2010-03-31 Thread Łukasz Jazgar
2010/3/31 Kristian Marinkovic > hi pierce, > > there was already the jira issue > https://issues.apache.org/jira/browse/TAP5-532 > that was closed as duplicat of > https://issues.apache.org/jira/browse/TAP5-194 > which was not correct. > > maybe we should reopen it. > > Yes, we should. I also gra

Re: LinkSubmit with Context?

2010-03-31 Thread Kristian Marinkovic
hi pierce, there was already the jira issue https://issues.apache.org/jira/browse/TAP5-532 that was closed as duplicat of https://issues.apache.org/jira/browse/TAP5-194 which was not correct. maybe we should reopen it. g, kris Von:"Pierce T. Wetter III" An: "Tapestry users" Datum:

Re: Page without markup

2010-03-31 Thread Dmitry Gusev
Can't get it working with Dispatcher. Where should I plug new dispatcher and what should a dispatcher do? Do you propose to replaces pages with dispatchers? Or just make dispatcher which somehow says to Tapestry that specified page doesn't contain any template file? I tried to add new dispatcher t

Re: [ANN] Jazoon 2010 Talk (JavaServer Faces 2.0 vs. Tapestry 5: A Head-to-Head Comparison)

2010-03-31 Thread Christian Riedel
...do you have some free tickets? :) Looking at the other talks it almost seems like a JSF 2.0 convention. Good luck for surviving the Q&A! Am 31.03.2010 um 02:46 schrieb Howard Lewis Ship: > Yep, it sounds like fun. I'm curious to see your findings. I hope > that the balance is on Tapestry f