Re: t5 class cast

2008-01-22 Thread Dave . Derry
I think your test is wrong. Don't you want if (field instanceof MyInput){ ? Dave We must begin not just to act, but to think, for there is no better slave than the one who believes his slavery to be freedom, and we are in no greater peril than when we cannot see the

RE: Can't get Tapestry5 to work with Spring

2007-12-21 Thread Dave . Derry
Joel, Simplifying is, of course, a good suggestion. So I reduced my DAO to a plain POJO (no longer extends SqlMapClientDaoSupport, or has any dependencies). Now I'm getting a different error. When I attempt to retrieve the 'safe' page; the original start page from the tutorial, to which I added

Re: Can't get Tapestry5 to work with Spring

2007-12-21 Thread Dave . Derry
Yes the field is private; with a public get and setter. I am using the org.apache.tapestry.spring.TapestrySpringFilter filter. I did simplify by making my DAO a plain POJO with no dependencies, but am now getting a dirrerent error. When trying to retrieve the start page (this app is based on

Can't get Tapestry5 to work with Spring

2007-12-19 Thread Dave . Derry
I'm new to Tapestry. I've been wanting to take a look at it for some time, and have a bit of time here at the end of the year. I've started with Howard's tutorial for Tap5 and got the first stage of that working easily. So then I created another simple page, and linked to that. Still working