Tacos : Disable Form component when request

2006-06-07 Thread seng kim khong
Hi All, I would like to ask that is it possible we can disable the component in a form when ajax request and enable the component back after ajax response by using tacos? Can anybody provide me some guide in doing htis? Thank you! -- Regards, Khong Seng Kin

Re: JavaScript outside the body tag

2006-06-07 Thread Shing Hing Man
An alternative is to wrap your javascript in a Script component. In .script file, just use the include-script element to include your javascript. Here is a sample. preview.script : ?xml version=1.0 encoding=UTF-8? !DOCTYPE script PUBLIC -//Apache Software Foundation//Tapestry Script

Preferred method to search Tapestry mailing list history

2006-06-07 Thread Aaron Bartell
In the past I have used http://www.mail-archive.com/users%40tapestry.apache.org/ to search the tapestry list history, but as of late no matter what I search for it comes back with zero results (even when I am sure there should be results). So this leads me to my next question... is anybody else

RE: Preferred method to search Tapestry mailing list history

2006-06-07 Thread Ben Dotte
Try here: http://dir.gmane.org/gmane.comp.java.tapestry.user Ben -Original Message- From: Aaron Bartell [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 07, 2006 8:11 AM To: Tapestry users Subject: Preferred method to search Tapestry mailing list history In the past I have used

Re: Preferred method to search Tapestry mailing list history

2006-06-07 Thread Rodnei Couto
Hi, I use google. I put: site:http://mail-archives.apache.org/mod_mbox/jakarta-tapestry-user/ KEYWORD Replace KEYWORD with the words you want to search for. []'s Rodnei Couto Aaron Bartell escreveu: In the past I have used http://www.mail-archive.com/users%40tapestry.apache.org/ to search

Re: TabPanel thing?

2006-06-07 Thread Phillip Rhodes
The best non-ajax version of a tab control (IMHO) is in stitches. Download: http://www.rhoderunner.com/repo/authsum/stitches/jars/ Demo of it: http://test.rhoderunner.com:8080/stitches/app?page=TabPageservice=page List of features: toggle visibility of tabs Toggle enblement of tabs Clientside

Using portal with Tapestry

2006-06-07 Thread me
We're in the process of choosing the portal application to deploy our ( not developed yet ) Tapestry 4 portlets on. We can choose between Exo, JetSpeed , Liferay ... And basically anything else. I would appreciate any input on your experience with any of those packages. We're going to use Tomcat

Re: strange problem losing session variables

2006-06-07 Thread John Menke
Peter it's definitely storing them... This problem is sporadic... we can't reproduce - only we see the errors in the log On 6/5/06, Peter Dawn [EMAIL PROTECTED] wrote: perhaps your variable is not being stored in the first place. i used to get the same errors and then i realised that my

Re: Portlet performance

2006-06-07 Thread John Singleton
Jesse Kuhnert jkuhnert at gmail.com writes: First I've heard of it. I didn't initially have plans on doing anything with it but I'd be happy to in order to save you from jsf. :) Whatever it is probably won't happen in the initial alpha release as I have some other items taking higher

Select first item of RadioGroup with n Radio Buttons

2006-06-07 Thread Christian Mittendorf
Hello! I'm currently working on a RadioGroup which includes 1, 2 or 3 RadioButtons. The decision which Buttons will be shown is done at runtime. However, I'd like to select the first visible button of this group as the default selection. Can anybody give me a hint on how I could solve

Re: SEM and Tapestry apps

2006-06-07 Thread Henri Dupre
Hi Jerome, I'm not sure to understand the whole problem... For serving / instead of index.html that sounds to me more connected to your apache configuration. Unless this is part of your tapestry/tomcat application. Then for generating / links, there are many possibilities around... it depends

Re: strange problem losing session variables

2006-06-07 Thread Henri Dupre
Maybe synchronization glitches can be the cause? nothing prevents a user from firing two concurrent requests that would both modify your session objects at the same time. On 6/7/06, John Menke [EMAIL PROTECTED] wrote: Peter it's definitely storing them... This problem is sporadic... we

@For within a @contrib:Table

2006-06-07 Thread albartell
I am having an odd issue. When the below executes it obtains ognl:dataItems just fine, but when it gets to the internal @For loop an error is thrown: ognl.OgnlException... source is null for getProperty(null, leadtagtype) The problem seems to be that the contrib:Table isn't waiting for the

Re: strange problem losing session variables

2006-06-07 Thread Phillip Rhodes
Sounds like your container is not able to tie the session to the client. Are cookies turned off for clients? Have a multi-domain site and the cookies are not going across domains? Maybe synchronization glitches can be the cause? nothing prevents a user from firing two concurrent requests

Re: strange problem losing session variables

2006-06-07 Thread Jason Dyer
Just a wild guess, but are all of the object you're storing Serializable? I think that some (clustering) containers require that... On Wednesday 07 June 2006 15:06, Phillip Rhodes wrote: Sounds like your container is not able to tie the session to the client. Are cookies turned off for

Problems with @Bean annotation

2006-06-07 Thread Travis Romney
I'm trying to use the @Bean annotation. I have a very simple Bean with a no-arg constructor that I'm trying to create. @Bean public abstract InpoweredErrorDelegate getInpoweredErrorDelegate(); The page loads just fine on the first pass. If I try to reload the page, there after I get an

Re: Problems with @Bean annotation

2006-06-07 Thread Andreas Bulling
On 07. Jun 2006 - 16:09:42, Travis Romney wrote: | I'm trying to use the @Bean annotation. I have a very simple | Bean with a no-arg constructor that I'm trying to create. | | @Bean | public abstract InpoweredErrorDelegate getInpoweredErrorDelegate(); | | The page loads just fine on the first

Re: Problems with @Bean annotation

2006-06-07 Thread Travis Romney
I do have -Dorg.apache.tapestry.disable -caching=true set. Perhaps this should be logged as a bug? Travis On 6/7/06, Andreas Bulling [EMAIL PROTECTED] wrote: On 07. Jun 2006 - 16:09:42, Travis Romney wrote: | I'm trying to use the @Bean annotation. I have a very simple | Bean with a no-arg

Re: JavaScript outside the body tag

2006-06-07 Thread Shing Hing Man
A Script component must be enclosed by a Body component. Please see the following details. http://jakarta.apache.org/tapestry/tapestry/ComponentReference/Script.html Shing --- Peter Dawn [EMAIL PROTECTED] wrote: i am already using the javascript component for this. but i am unable to put

Re: Problems with @Bean annotation

2006-06-07 Thread Travis Romney
I'm getting this all over the place. Annotations are not working for me at all in development mode. Agh! On 6/7/06, Travis Romney [EMAIL PROTECTED] wrote: I do have -Dorg.apache.tapestry.disable -caching=true set. Perhaps this should be logged as a bug? Travis On 6/7/06, Andreas

the cycle of a component and de page in a submit

2006-06-07 Thread a a
i have a componenet with a property selection, a hidden with a listener, this component is in the page in a Form, i am tinking that this is the cycle page begin render page rewind seting propertys page page begin render componenet rewind render component rewind seting propertys component page

Re: strange problem losing session variables

2006-06-07 Thread Nick Westgate
Hi John. Does this still happen with caching *enabled*? Cheers, Nick. John Menke wrote: Peter it's definitely storing them... This problem is sporadic... we can't reproduce - only we see the errors in the log - To

Tacos installation problem

2006-06-07 Thread Peter Dawn
hi all, i am trying to install tacos (which also requires dojo) but i am having some problems here. i have done as follows, 1. download the tacos jar file and put it in lib folder 2. put a reference to it within my application file 3. download dojo and inserted it within my javascript folder now