Re: AdobeLite for viewing reports

2006-06-26 Thread Joachim Van der Auwera
Peter Dawn wrote: hi all, i have integrated jasper reports within my tapestry web app. for viewing pdf docs i am using the adobe acrobat viewer. now the problem is that adobe is taking up huge amounts of memory on my machine and as a result my tapestry web app becomes un-responsive. Try

SubmitButton and popup window

2006-06-26 Thread Taavi Sildeberg
Hello, I have a problem :) I need to open popup window with tapestry page in it with a submit button click. I dried to combine something like javascript onclick and submit listener, but this do not work. Can some one help me with this? All the best, Taavi

Re: Tapestry and Dojo and Tapestry 4.1

2006-06-26 Thread KE Gan
Thanks Shing, I have read about Tacos. From my understanding, The integration of Dojo into Tapestry4.1 and Tacos are two different thing ... am I right ? Or do they play together somehow ? ~KEGan On 6/25/06, Shing Hing Man [EMAIL PROTECTED] wrote: If you have not checked out the helloword

Re: Tapestry and Dojo and Tapestry 4.1

2006-06-26 Thread Shing Hing Man
I do not know the answer to your question. More precisely, I am not sure whether tacos will be incoporated into Tapestry 4.1 or Tapestry 4.1 will have the infrasturcture to use Ajax toolkit other than dojo. Shing --- KE Gan [EMAIL PROTECTED] wrote: Thanks Shing, I have read about Tacos.

Problem with two @for tags inside a @form tag

2006-06-26 Thread Jabbar
Hello all, I've got two @For loops inside a @Form tag. Each @For loop is printing the part of the contents of the MeterCB class, two text fields and one checkbox. During the rewind process tapestry is not recognizing the fact that checkboxes in the second @For loop are being selected. I've

Re: ZK comparison

2006-06-26 Thread Nick Westgate
And a dash of GPL or commercial licensing ... http://zk1.sourceforge.net/buy/pricing.html Cheers, Nick. Peter Svensson wrote: Hmm. It looks a little bit like tapestry, when I look at example 3 in the wiki. Maybe like tapestry 4.1 + tacos and bits of trails. Cheers, PS On 6/23/06, hv @

Re: Tapestry and Dojo and Tapestry 4.1

2006-06-26 Thread Jesse Kuhnert
Tapestry 4.1 initially comes with support for dojo only, but I have built a set of interfaces/hivemind services that will allow anyone to override the behaviour of the built-in toolkit (dojo), or provide their own toolkit integration. The relationship between tacos is that I did most of my

Multiple objects in a form

2006-06-26 Thread Voors Paul
Hello All, We have a page with a form were we ask the customer standard information about name an address etc. We ask the information for multiple customers an for each customer we use a seperate object. In the form we want to bind the firstName box, lastName box etc to corresponding fields

Re: Multiple objects in a form

2006-06-26 Thread Peter Svensson
In the For component, it is possible to specifiy a value parameter, which will hold the current object for every pass of the for loop. If we take the example from the tapestry page and shorten it a bit; tr jwcid=@For source=ognl:customerList keyExpression=id value=ognl:customer element=tr

New Window issue

2006-06-26 Thread Rodrigo Barberá
Hello! There is this little problem, if I can even call it a problem, I'd like help to find a solution to. My Tapestry 4.0 application basically consists of two pages. One contains a form in which the user can enter search parameters. This page executes the query and passes the object ids

Re: Re(2): Multiple objects in a form

2006-06-26 Thread Peter Svensson
And I'm pretty certain that's a yes :) Cheers, PS On 6/26/06, Gentry, Michael (Contractor) [EMAIL PROTECTED] wrote: I was just discussing this on the Cayenne list last week. I chose to get the hash code of the object (customer) and return it to the keyExpression. I figured that was probably

HTMLUnit Tapestry 4.1

2006-06-26 Thread Kevin Menard
Has anyone here tried to test their Web app with HTMLUnit using Tapestry 4.1? I'm getting a lot of errors related to embedded dojo stuff, even with JavaScript disabled in the web client. Any help would be greatly appreciated. Thanks, Kevin

Re: HTMLUnit Tapestry 4.1

2006-06-26 Thread Jesse Kuhnert
I tried a while back with no luck. It's a very admirable attempt at mimicking the browser but not quite complete enough to handle the likes of dojo... For this type of integration testing I would reccomend using selenium. (tacos uses this currently ) On 6/26/06, Kevin Menard [EMAIL PROTECTED]

RE: Null Date in a Contrib:Table

2006-06-26 Thread Manuel Thurn
Thanks for your help Shing Hing Man. The ognl hint didn't work out for me but the following code did the job: component id=creationDateFormat type=Insert binding name=value value=myCreationDate/ /component In the corresponding getMyCreationDate() I let the method do the checking and

RE: SubmitButton and popup window

2006-06-26 Thread Mark Stang
Taavi, Tapestry supports a popup page and you can link to it directly. javascript: w = window.open('/pingfederate/app?service=external/aboutPopUp', '', 'top=100,left=100,height=600,width=800,scrollbars'); w.focus(); hth, Mark -Original Message- From: Taavi Sildeberg [mailto:[EMAIL

Component tags ignored

2006-06-26 Thread hv @ Fashion Content
I have made a simple component that is essentially an Insert with a body. If value isn't specified the body is rendered. Apart from this change to render the components are the same. --- p jwcid=@InsertDescription value=message:meta-description tag=pBling On has the best bling for your

Re: New Window issue

2006-06-26 Thread rodneisc-des
Hi... I have a similiar problem, and i haven't solved it yet... my question is how to have client properties that have more than 4000 characters... or anything equivalent... Can anyone help me, please? []'s Rodnei Couto Rodrigo Barberá [EMAIL PROTECTED] escreveu: Hello!

Pages in Tapestry Libraries?

2006-06-26 Thread Mark Stang
Hi, I have never tried this, but can you put pages in a Library or only components? thanks, Mark

Handling cookies in Tapestry

2006-06-26 Thread Oswaldo V. C. Bueno
Hello, I'm a developer moving from WebObjects to Tapestry/Cayenne platform. I'd like to know the best aproach in Tapestry to handle a Cookie containing the visitor information. In webobjects I had in Session.java (equivalent to Visit.java): public void awake() {

Re: Tapestry and Dojo and Tapestry 4.1

2006-06-26 Thread KE Gan
So most likely Tapestry 4.1's core components will make use of Dojo already :) ? Actually, my initial question is to understand how much Dojo integration into Tapestry will change the event-based web development as we know it today (as in Tapestry 4.0.2) ? Since Dojo provides XMLHttpRequest;

Re: AdobeLite for viewing reports

2006-06-26 Thread Henri Dupre
On 6/25/06, Peter Dawn [EMAIL PROTECTED] wrote: just standard admin related reports. as in how many ppl are accessing the site, usage, bandwidth, pages being accessed. i am populating this information into a report which i can view instead of viewing just logs or a standard admin page with

Re: Trying to access Tapestry ASO from Spring-configured Hibernate interceptor

2006-06-26 Thread Henri Dupre
On 6/26/06, Jonathan Barker [EMAIL PROTECTED] wrote: I have a Tapestry4 / Tapestry4Spring / Spring / Acegi / Hibernate application where I need to access an session-scoped Application State Object from within a Hibernate interceptor that I am using for auditing. In general, I have tried to

OT: maven ignorant question

2006-06-26 Thread Henri Dupre
I'm thinking about moving my current horrible ant file to a nice and fresh maven file. I read the getting started guide and some other mini guides but I have not seen any documentation about building a war file. Maven seems to have a war task but it is not much documented. I don't get how you can