Re: double click problem in JSF

2010-09-02 Thread António Rodrigues
We got this problem in our company. Impatient users love to double click. Therefore we added a banner to our pages with a warning work in progress. So it stops impatient users. Actually is just a div with some transparency. When user clicks a command link the div is shown over the page and users

Re: Problem while uplaoding files using t:inputFileUpload

2010-09-02 Thread António Rodrigues
I got many issues with inputFileUpload. But I have never seen that error. I am curious. Why do you have tomahawk and myfaces jars together? Tomahawk.jar would not be enough? Maybe they are conflicting with each other. By the way, there are incompatibilities between different version of myfaces

Re: file upload using spring web flow

2010-03-02 Thread António Rodrigues
I am not familiar with Trinidad and I might be saying something stupid. But I can see the inputFile does not have a value property mapped to your bean. AJCR On 27 February 2010 17:34, jnl1 itsji...@yahoo.com wrote: hi all... I'm using spring web flow 2.0.8, trinidad 1.0.2. The problem

Re: How to elegantly replace line breaks with BR tag?

2010-02-26 Thread António Rodrigues
I add that problem also because I wanted to display the text exactly as it was entered in a text area. You can create a custom converter and then add it to the components where you want to use it. But the most elegant way is to create a facelet. This is what I did. - I have created a custom

Re: t:dataTable looks bad in Firefox

2009-08-06 Thread António Rodrigues
Hi Dvora I really doubt there is a bug is Firefox. Firefox is well known for following the W3C standards, while IE is very well known for breaking the standards. From your peace of code I cannot identify anything because it does not include the CSS styles. You say Firefox seems to ignore the

Re: SizeLimitExceededException when uploading big files

2009-07-22 Thread António Rodrigues
://issues.apache.org/jira/browse/TOMAHAWK-1381 https://issues.apache.org/jira/browse/TOMAHAWK-1305 https://issues.apache.org/jira/browse/TOMAHAWK-1420 regards Leonardo Uribe 2009/7/21 António Rodrigues antonio.jose.rodrig...@gmail.com I am using Tomahawk 1.1.9 and Facelets. When I upload files

SizeLimitExceededException when uploading big files

2009-07-21 Thread António Rodrigues
I am using Tomahawk 1.1.9 and Facelets. When I upload files bigger than uploadMaxFileSize I get the following exception. The server never responds to the request and the browser keeps loading the page infinitely. SizeLimitExceededException while uploading file.