Re: T5.2 Need Advice on JDBC and Transaction Mgmt

2011-05-27 Thread iberck
Any plans for suppor live class reloading in spring beans? Thanks in advance -- View this message in context: http://tapestry.1045711.n5.nabble.com/T5-2-Need-Advice-on-JDBC-and-Transaction-Mgmt-tp3301388p4433969.html Sent from the Tapestry - User mailing list archive at Nabble.com. ---

Re: T5.2 Need Advice on JDBC and Transaction Mgmt

2011-05-27 Thread iberck
I'm implementing this approach to have live class reloading with TapestryIoC Services Annotated with spring's @Transactional, but I have a problem: How can I implement this approach COMPLETE, my problem is when I define for example @Transactional(readonly=true) or @Transactional(rollbackfor=Except

Re: how to add values to URL in onPassivate

2011-05-27 Thread hese
Josh, it worked! "return this;" when the values are null took the values returned by onPassivate and it appeared in the URL. (Though I am having issues with infinite page loop error, guess I can fix that) Thiago, I shouldn't have used the word "override", I meant implementing onActivate in MyPa

Re: how to add values to URL in onPassivate

2011-05-27 Thread Josh Canfield
> I tried overriding onPassivate() and returned > > return new Object[] { userSession.getViewType(), > userSession.getTeam().getId() }; > > but it does not appear in the URL. > > What should be done to get it there?? In onActivate you detect that these values are not present and return "this" so t

Re: how to add values to URL in onPassivate

2011-05-27 Thread Thiago H. de Paula Figueiredo
On Fri, 27 May 2011 16:25:11 -0300, hese <1024h...@gmail.com> wrote: Hi, Hi! Value2 in the second control and load the page accordingly. I've implemented this by overriding onActivate(EventContext ec) What do you mean by overriding? Do you have a base page class? But what happens when th

how to add values to URL in onPassivate

2011-05-27 Thread hese
Hi, I have two select controls on my page. I populate these two select controls based on the role and other settings for this user. Now, what I am trying to achieve is to add a restful URL access to the page depending on values in these two controls so the page can be bookmarked. Something lik

Re: [T5.2.5] Ajax redirectURL does not work when invoked though ComponentRequestFilter

2011-05-27 Thread Joost Schouten (ml)
My bad. My own code was generating this response from a dark little neglected corner. On 23/05/11 11:12 AM, Joost Schouten (ml) wrote: Hi, When an AJAX event handler method returns a Page the following response is generated which nicely redirects me to the page. { "redirectURL" : "/jsp

Re: Pentaho Reporting integration - SOLVED

2011-05-27 Thread David Canteros
Hi I had the same problem but with ETL integration and i solved in the same way that you. There are a lot of jars to add, but it works too. Thanks! David 2011/5/27 atcach > Had to manually include every file from the pentaho's artifactory and that > worked ok. > Regards > > -- > View this mess

Re: Pentaho Reporting integration - SOLVED

2011-05-27 Thread atcach
Had to manually include every file from the pentaho's artifactory and that worked ok. Regards -- View this message in context: http://tapestry.1045711.n5.nabble.com/Pentaho-Reporting-integration-tp4419907p4431642.html Sent from the Tapestry - User mailing list archive at Nabble.com.

Re: How to ignore @Cache annotation while calling a method?

2011-05-27 Thread Adam Zimowski
Take a look at the watch argument for @Cache annotation. On Thu, May 26, 2011 at 11:29 PM, Ashutosh Dash wrote: > How to ignore @Cache annotation while calling a method? > Actually I have method say "method1()" with @Cache annotated. and this method > is calling from diffrent area from my applic

Re: datefield - no option to cancel?

2011-05-27 Thread antalk
Ok, done. -- View this message in context: http://tapestry.1045711.n5.nabble.com/datefield-no-option-to-cancel-tp463p4431585.html Sent from the Tapestry - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: u

Re: datefield - no option to cancel?

2011-05-27 Thread Bob Harner
I would suggest attaching your code to one of those JIRA issues mentioned. Bob Harner On May 27, 2011 2:52 AM, "antalk" wrote: