Re: [T5]How to make indentical validation on the client side.

2008-08-19 Thread zack.manning
r validation system. > > -Filip > > On 2008-08-19 22:19, zack.manning wrote: >> Maybe I'm missing something but why cant you just create a mixin with >> this >> functionality instead of using a validator? >> >> Zack >> >> >&g

Re: Tapestry5-acegi1.1.0 doesn't work with T5.0.14

2008-08-19 Thread zack.manning
> > I think tapestry5-acegi use Tapestry classes with package name > yyy.tapestry.Xxx instead of yyy.tapestry5.Xxx. So I have a no class > found error > > zack.manning a écrit : >> I actually was able to successfully upgrade to T5.0.14 and have >> everything >&g

Re: [T5] Class contains field(s) (_$configAttributeDefinition_14) that are not private.

2008-08-19 Thread zack.manning
errors. Hope this helps someone else. Zack zack.manning wrote: > > Hi All, > > Seemingly without provocation Tapestry is throwing this error that I > cannot figure out. My page simply has an beaneditform and some text when > a refresh threw this. Can't get it to go a

Re: [T5]How to make indentical validation on the client side.

2008-08-19 Thread zack.manning
Maybe I'm missing something but why cant you just create a mixin with this functionality instead of using a validator? Zack Filip S. Adamsen wrote: > > Looking further into this, it doesn't even seem to be possible... > > Not as far as I can tell, anyhow. But then it's late here. > > Anyone

Re: Tapestry5-acegi1.1.0 doesn't work with T5.0.14

2008-08-19 Thread zack.manning
I actually was able to successfully upgrade to T5.0.14 and have everything working alright in testing with acegi. I am using 1.1.1-SNAPSHOT. However, I saw your post right after I posted my issue which I think is related to aceg W/ 5.0.14i: http://www.nabble.com/-T5--Class-contains-field(s)-(_%2

[T5] Class contains field(s) (_$configAttributeDefinition_14) that are not private.

2008-08-19 Thread zack.manning
Hi All, Seemingly without provocation Tapestry is throwing this error that I cannot figure out. My page simply has an beaneditform and some text when a refresh threw this. Can't get it to go away even after removing what I had been working on. The field it is referring to seems to belong to ace

RE: LazyInitializationException for ASO?

2008-07-07 Thread zack.manning
> Hibernate > object into the HTTP Session that Tapestry is trying to display on an > error > page, thereby triggering the exception. So you would be seeing the error > because you are triggering another error... or not ;-) > > Jonathan > > > > >> -Ori

RE: LazyInitializationException for ASO?

2008-07-07 Thread zack.manning
Yea that seems to have done it. Shouldnt I be able to just check if the ASO is null? Every @ApplicationState of mine is set create = false. I might use that other places in the app and just want make sure I know the cause of the error so it doesnt crop up elsewhere. Zack Jonathan Barker wrot

Re: LazyInitializationException for ASO?

2008-07-07 Thread zack.manning
Its a pretty simple hibernate entity: http://pastebin.com/m6c765ff4 Would it matter that Project is a property of Survey? Thanks for the quick reply! Zack Marcus wrote: > > Hi Zack, > > Maybe the problem is related to Survey.java, can you post the code? > > Marcus > > -- View this messa

LazyInitializationException for ASO?

2008-07-07 Thread zack.manning
Hi All, I have a very simple layout component where I look for two ASOs and display text based on them. Component snip: http://pastebin.com/m69540e56. Tml snip: http://pastebin.com/m4435806f. I am getting this exception http://pastebin.com/m42ec222a. I dont have any hibernate session injected