DatePicker error

2006-09-19 Thread Hajaansh
Sorry, the error message was formatted strangely the last time. This time I hope it is better... Any ideas anyone? Could it be how I started Tomcat? I started it with: set JAVA_OPTS=-Dorg.apache.tapestry.disable-caching=true set JPDA_ADDRESS=9045 set JPDA_TRANSPORT=dt_socket

Re: problem with using tapestry 4.1 page in iframe (cross-domain)

2006-09-19 Thread Marcus Irven
I'm not sure this will solve my problem, dojo is currently hosted on the same domain as the web page, it is the the parent of the web page that is on a different domain. I believe it is the dojo.event.connect that is given me problems as the iframe doesn't have access to the window object. On

Re: Confirmation link generation

2006-09-19 Thread Martin Strand
URLs don't need to change just because you upgrade Tapestry, you can make URLs look just like you want. Check the last section of this document for instructions on how to implement a custom encoder: http://tapestry.apache.org/tapestry4.1/UsersGuide/friendly-urls.html On Tue, 19 Sep 2006

How to send or save into a file a tapestry page

2006-09-19 Thread Stephane Decleire
Hi all, I would like to send or save the HTML content generated by a page. The idea is to mail our team (perhaps by a SMTPAppender in log4j) the Tapestry exception page while showing the user a nice message when an error occured on our website. I've found on the web the solution below but

RE: Opening several database connections on the same registry

2006-09-19 Thread Kristian Marinkovic
Hi, could you post the exception. Is there a object with a object.setDataSource(javax.sql.DataSource ds) method? if so hivemind won't be able to resolve the right object because there are 3 objects with the same interface available. you will have to specify the desired pool by its

Re: Opening several database connections on the same registry

2006-09-19 Thread Rui Pacheco
Hi I've managed to fix it. It was just a dumb typo, a mistake on my part. But when you're looking at XML, it gets hard to see whats happening. :) On 9/19/06, Kristian Marinkovic [EMAIL PROTECTED] wrote: Hi, could you post the exception. Is there a object with a

Re: problem with using tapestry 4.1 page in iframe (cross-domain)

2006-09-19 Thread Jesse Kuhnert
Ah...Then this ~might~ be fixed when I'm done doing the 0.4 upgrade. I guess we won't know for sure until then. On 9/19/06, Marcus Irven [EMAIL PROTECTED] wrote: I'm not sure this will solve my problem, dojo is currently hosted on the same domain as the web page, it is the the parent of the

Tapestry 4.1 roadmap ?

2006-09-19 Thread Stephane Decleire
Hi Is there a roadmap for the releases of Tapestry 4.1 ? Thanks -- Stéphane Decleire

Re: Tapestry 4.1 roadmap ?

2006-09-19 Thread Robin Ericsson
On 9/19/06, Stephane Decleire [EMAIL PROTECTED] wrote: Hi Is there a roadmap for the releases of Tapestry 4.1 ? But of course. http://wiki.apache.org/tapestry/Tapestry41Roadmap -- regards, Robin - To

Re: How to send or save into a file a tapestry page

2006-09-19 Thread Peter Dawn
can you share the link/info for implementing this in tap3 - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [OT] Tapestry + IDEA

2006-09-19 Thread Kevin Menard
andyhot wrote: Laying out the project is really important... What I used to do is run jetty as a java app by creating a launch configuration that: This worked out wonderfully. Thanks a lot. It's not as simple as I'd have preferred, but it's easy enough. Nowadays, - I run jetty

Re: How to send or save into a file a tapestry page

2006-09-19 Thread Stephane Decleire
Here it is : http://mail-archives.apache.org/mod_mbox/jakarta-tapestry-user/200503.mbox/[EMAIL PROTECTED] - Assuming you are already familiar with the Javamail API, it sounds like all you really need is the Tapestry-rendered data stream. This is actually really easy:

Re: problem with using tapestry 4.1 page in iframe (cross-domain)

2006-09-19 Thread Marcus Irven
Any idea on when this will be available or is there some way I can override the javascript the Body component creates? Thanks, Marcus On 9/19/06, Jesse Kuhnert [EMAIL PROTECTED] wrote: Ah...Then this ~might~ be fixed when I'm done doing the 0.4 upgrade. I guess we won't know for sure until

Re: RadioGroup component

2006-09-19 Thread Christian Dutaret
User-supplied id attributes in @Radio components are not rendered properly in Tap4.1. Both the user-supplied id and a RadioGroup id are rendered: input type=radio name=RadioGroup id=RadioGroup0 value=0 id=myId/ This was working fine with Tap4.0.2 Ch. 2006/9/15, andyhot [EMAIL PROTECTED]:

Very strange performance problem

2006-09-19 Thread Rui Pacheco
Hi all I have a problem with my Tapestry application. Its finished and it works, except, after I navigate for a while, the application slows down to a crawl and becomes unusable. I click on links, I watch the browser status bar slowly fill up and nothing happens. Tomcat doesn't show any errors

Re: Very strange performance problem

2006-09-19 Thread Daniel Jue
Are you watching the memory and cpu usage of javaw.exe? My instinct says you're creating objects without destroying them, or there is a inf loop somewhere (or both). Dan On 9/19/06, Rui Pacheco [EMAIL PROTECTED] wrote: Hi all I have a problem with my Tapestry application. Its finished and it

Re: Very strange performance problem

2006-09-19 Thread Rui Pacheco
I'm replying again because I received a virus warning from the mailing list: Java doesn't even show on top. My pages are pretty simple: I call a stored procedure, I retrieve values and set them on a model and then I display the model on the template. Is there a way to profile this application?

Re: Very strange performance problem

2006-09-19 Thread Jesse Kuhnert
Run it in eclipse in debug mode? Do you have caching disabled? On 9/19/06, Rui Pacheco [EMAIL PROTECTED] wrote: I'm replying again because I received a virus warning from the mailing list: Java doesn't even show on top. My pages are pretty simple: I call a stored procedure, I retrieve values

Re: Very strange performance problem

2006-09-19 Thread Rui Pacheco
I'm running it out of the box. Apart from friendly URL's I have nothing configured. How can I run a web application in debug mode in eclipse? Don't I need a plugin for that? On 9/19/06, Jesse Kuhnert [EMAIL PROTECTED] wrote: Run it in eclipse in debug mode? Do you have caching disabled? On

Re: Very strange performance problem

2006-09-19 Thread Martin Strand
Create a launch configuration for Tomcat, something like this: Main class: org.apache.catalina.startup.Bootstrap Classpath: ${tomcat.home}/bin/bootstrap.jar Parameters: -Dcatalina.home=${tomcat.home} On Tue, 19 Sep 2006 16:59:47 +0200, Rui Pacheco [EMAIL PROTECTED] wrote: I'm running it out of

Re: Trouble with JSCookMenu

2006-09-19 Thread bueggers
Hi, With JavaScript disabled, the menu-component simply doesn't work. There is no noscript version generated by the menu. Regards Burkhard jake123 wrote: Jorge Quiroga wrote: The menu appears but as a table with links, not as a menu, how to handle this? Well, as far as you can do

DropdownDatePicker style

2006-09-19 Thread Christian Dutaret
Hi, I would like to apply a css class to the input type=text generated by the DropdownDatePicker component, in order to get a consistent lookfeel of my pages. If I specify the class attribute to the DropdownDatePicker, it is ignored. Is there any way to achieve this? I use T4.1. Thx Ch.

Re: EventListener and PropertySelection

2006-09-19 Thread Jani Lindqvist
Hello, should the model of component B be persisted or set as property? I have a page that has the same logic as in this example, but the dynamically populated combobox value is always null when the post is done (and also in the eventlistener method). If i change the model to be fetch from a

Re: Very strange performance problem

2006-09-19 Thread Norbert Sándor
Use a plugin for managing tomcat. I use the Sysdeo Tomcat Plugin, which launches tomcat in debug mode by default. Regards, Norbi Rui Pacheco wrote: I'm running it out of the box. Apart from friendly URL's I have nothing configured. How can I run a web application in debug mode in eclipse?

RE: Very strange performance problem

2006-09-19 Thread Mark Stang
Title: RE: Very strange performance problem Another way is to set up the java opts: JAVA_OPTS=-Xdebug -Xrunjdwp:transport=dt_socket,address=8787,server=y,suspend=n $JAVA_OPTS Then in Eclipse set up a remote java application. Start up the application, have Eclipse connect to it and the put

Re: Trouble with JSCookMenu

2006-09-19 Thread jake123
Thanks, I thought so too, now I need to build my own menu component. Is there anybody else that build there own menu component that works with noscript??? Thanks Jacob bueggers wrote: Hi, With JavaScript disabled, the menu-component simply doesn't work. There is no noscript version

RE: Re: Tacos MenuBar and Ajax

2006-09-19 Thread Denis Souza
Well, I suppose I just got lucky since the only two dojo widgets that I've used from Tacos were exactly the MenuBar and the TabContainer ;) I finally gave up on since I didn't really *need* it, just would be nice to have it. I agree, MenuBar leaves much to be desired but since in my case it's use

Re: Re: Tacos MenuBar and Ajax

2006-09-19 Thread jake123
Sam Gendler-2 wrote: We finally ditched it for a CSS solution which is about 1,000 times faster. Hi Sam, I am about to implement a menu component in our application and we are working in tapestry 4.02. I tried out the JSCookMenu, but I can not use that becouse there are no fallback if

Tapestry contract/full time developer

2006-09-19 Thread jake123
We are looking for a contract/full time mid-level (3-6 years experience) JAVA developer with experience in Tapestry 4 to assist in the development of a new web-based application. System architecture includes Tapestry 4.02, Hibernate 3.1, Spring 2.0 and Oracle. Candidate will be responsible for

Re: How to send or save into a file a tapestry page

2006-09-19 Thread Hajaansh
Perfect! I needed this too! Cheers! On 9/19/06, Stephane Decleire [EMAIL PROTECTED] wrote: Here it is : http://mail-archives.apache.org/mod_mbox/jakarta-tapestry-user/200503.mbox/[EMAIL PROTECTED] - Assuming you are already familiar with the Javamail API, it sounds

How to listent for the Request Cycle End

2006-09-19 Thread Dobrin Ivanov
Hi, I want some advise of which is the best way to catch the end of the request cycly. I have tried it using a PageDetachListener, but the problem is that sometimes there is more than one page involved into the request cycle and then I get more than one invocation on the pageDetached(...). So

Re: How to listent for the Request Cycle End

2006-09-19 Thread Jesse Kuhnert
It might not be super fun to learn, but I think the tapestry way of doing this would be to contribute something to the WebRequestServicerPipeline so that you know definitively when the cycle ends regardless of what services/engines are involved..

Re: Re: Re: Very long URLs problem.

2006-09-19 Thread Sam Gendler
On 9/19/06, Martin Strand [EMAIL PROTECTED] wrote: The client persistence strategy doesn't use DataSqueezer: https://issues.apache.org/jira/browse/TAPESTRY-738 That's unfortunate. I suppose one could persist them yourself using hidden fields, at least in simple cases. I just assumed that

Re: Re: Installing 4.1

2006-09-19 Thread Sam Gendler
I went through this exact same process and eventually gave it up for hopeless and stuck with 4.0.x, figuring that if it was this difficult just to acquire and run the thing, it certainly wouldn't be ready for production development yet. Someone should definitely get this info into some visible

Jasper Reports Help

2006-09-19 Thread Peter Dawn
guys, i am implementing jasper reports within my tapestry web app. and i am sorry i should probably post this to jasper forums, but i am really in urgent need for help here. i have a field which is returning a boolean value true or false. i want to replace a true with a 1 and a false with a 2

Re: Jasper Reports Help

2006-09-19 Thread Peter Dawn
and if its not 1 or 2 but some text like correct, incorrect etc. and thanks a lot. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Jasper Reports Help

2006-09-19 Thread Peter Dawn
and where does it go, in TextField expression. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Jasper Reports Help

2006-09-19 Thread Scott Russell
Have you tried this? textFieldExpression class=java.lang.String! [CDATA[$F{myBooleanField}.booleanValue() ? 1 : 2 ]]/textFieldExpression -Scott On Wednesday 20 September 2006 10:21, you wrote: guys, i am implementing jasper reports within my tapestry web app. and i am sorry i should

BeanForm for TP3?

2006-09-19 Thread Darío Vasconcelos
Hi, since recently someone mentioned the BeanForm component, I've been reading about it and wondering if there's a version for Tapestry 3, because I'm still stuck with old JDKs and app servers... In case there isn't such thing, would a backport be possible? Too much hard work? I haven't really

Simple Doubt

2006-09-19 Thread Daniel Castro
Guys, I am trying to use the Xtile componet, that belongs to contrib library. But dont know where to insert the line below. library id=contrib specification-path=classpath :/org/apache/tapestry/contrib/Contrib.library/ where should it be inserted? inside the .page? Inside the web.xml? I tried

Re: Simple Doubt

2006-09-19 Thread DJ Gredler
(or library name.library file if you're writing a library) On 9/20/06, Jesse Kuhnert [EMAIL PROTECTED] wrote: I think that goes in your application name.application file. On 9/20/06, Daniel Castro [EMAIL PROTECTED] wrote: Guys, I am trying to use the Xtile componet, that belongs to