I would suggest attaching your code to one of those JIRA issues mentioned.
Bob Harner
On May 27, 2011 2:52 AM, "antalk" wrote:
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
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
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.
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
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
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
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
> 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
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
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
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.
---
12 matches
Mail list logo