T5.3 date picker - no way to change/remove yellow highlight?

2011-10-13 Thread Lenny Primak
I am using BeanEditForm with Datepickers. There seems to be no way to change the yellow highlight when the date is picked. Is there any way to change it, or to get rid of it? It does not mesh at all with our color scheme and looks ugly. In general, I think the default should be no highlight at all

Re: possible bug with checking dead component code - 5.3-beta18

2011-10-13 Thread Vangel V. Ajanovski
On 13.10.2011 20:43, Howard Lewis Ship wrote: You may have gotten an exception, but that wasn't it. You are jumping to incorrect conclusions. Maybe. That's why the subject says "possible" first. Something did happen that force me to doubt and recompile and reload the whole application, twice.

Re: An Appeal To Use the Latest Betas

2011-10-13 Thread Greg Pagendam-Turner
Howard, My site seems to work fine under beta 19. Regards, Greg Pagendam-Turner. On 14/10/11 09:16, Howard Lewis Ship wrote: > If you've been following the discussions here and elsewhere, you may > be aware that Tapestry 5.3 is nearly done, with big improvements to > every aspect of Tapestry, i

An Appeal To Use the Latest Betas

2011-10-13 Thread Howard Lewis Ship
If you've been following the discussions here and elsewhere, you may be aware that Tapestry 5.3 is nearly done, with big improvements to every aspect of Tapestry, including speed and memory utilization. Our goal is to deliver an upgrade that is as seamless as possible. The PMC would dearly like to

Re: T5.3 Datepicker color/style problem only on WebKit/Mac browsers

2011-10-13 Thread Lenny Primak
Looks like the system colors are deprecated now. Good to know nonetheless. On Oct 13, 2011, at 6:48 PM, Josh Canfield wrote: > The problem is the datapicker.css uses system colors which for some > reason result as black on black. > http://www.w3.org/TR/CSS2/ui.html#system-colors > > It's sup

Re: Is any chart components

2011-10-13 Thread Bob Harner
In addition, there is http://www.chenillekit.org/chenillekit-tapestry/ref/org/chenillekit/tapestry/core/components/Chart.html (demo at http://www.chenillekit.org/demo/tapcomp/chartdemo) which is based on the Flotr JavaScript library. On Wed, Oct 12, 2011 at 10:09 PM, Thiago H. de Paula Figueiredo

Re: T5.3 Datepicker color/style problem only on WebKit/Mac browsers

2011-10-13 Thread Josh Canfield
The problem is the datapicker.css uses system colors which for some reason result as black on black. http://www.w3.org/TR/CSS2/ui.html#system-colors It's supposed to make the datepicker match your system colors. http://www.iangraham.org/books/xhtml1/appd/update-23feb2000.html The two classes that

Re: T5.3 Datepicker color/style problem only on WebKit/Mac browsers

2011-10-13 Thread Lenny Primak
JIRA Issue created : https://issues.apache.org/jira/browse/TAP5-1697 - To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org

Re: Tapestry5 and Spring AOP profiling

2011-10-13 Thread Thiago H. de Paula Figueiredo
On Thu, 13 Oct 2011 17:35:46 -0300, cqasker wrote: Basically both -- com.myclasses is everything in my project. I would be happy if any methods were profiled. But right now, there are no trace messages being outputted at all (tapestry, spring, or otherwise). Spring will advise only object

Re: T5.3 Datepicker color/style problem only on WebKit/Mac browsers

2011-10-13 Thread Robert Zeigler
Also observed on a mac +b safari. It's worth noting that it appears to be solely a styling issue... not sure if the issue is in our css, or webkit. The month text is still there, and still functions as expected... you just can see it on webkit. Please file an issue for this. Robert On Oct 13,

Re: Tapestry5 and Spring AOP profiling

2011-10-13 Thread cqasker
Basically both -- com.myclasses is everything in my project. I would be happy if any methods were profiled. But right now, there are no trace messages being outputted at all (tapestry, spring, or otherwise). -- View this message in context: http://tapestry.1045711.n5.nabble.com/Tapestry5-and-Spri

Re: T5.3 Datepicker color/style problem only on WebKit/Mac browsers

2011-10-13 Thread Lenny Primak
Nobody else has this problem? I am now on 5.3-beta-18 On Oct 8, 2011, at 1:28 PM, Lenny Primak wrote: > As you can see, on Safari & Crome (Webkit) on a Mac, the datepicker top bar > is black, thus the month/year is missing: > > (I was unable to paste graphics due to Apache spam filter), so the

Re: Make SLF4J in Ubunto10.04 use Log4j

2011-10-13 Thread Thiago H. de Paula Figueiredo
On Thu, 13 Oct 2011 15:36:29 -0300, Vangel V. Ajanovski wrote: On 13.10.2011 13:45, Bo Gao wrote: Hi, I use Log4j in my application, I log things in to many files. And it works perfectly in My Mac. But when I deploy my application to Tomcat server on an Ubuntu machine, all messages are

Re: possible bug with checking dead component code - 5.3-beta18

2011-10-13 Thread Howard Lewis Ship
On Thu, Oct 13, 2011 at 11:22 AM, Vangel V. Ajanovski wrote: > I discussed this changed behaviour a couple of days ago, but today I noticed > a different behaviour. > > So, the problem: > - I have a component let's say ActionLink in TML > - I have onAction... method in the Java > > The new behavio

Re: Make SLF4J in Ubunto10.04 use Log4j

2011-10-13 Thread Vangel V. Ajanovski
On 13.10.2011 13:45, Bo Gao wrote: Hi, I use Log4j in my application, I log things in to many files. And it works perfectly in My Mac. But when I deploy my application to Tomcat server on an Ubuntu machine, all messages are logged to my rootLogger(catalina.out) I think this is because SLF4J u

Re: Compiled CSS

2011-10-13 Thread Vangel V. Ajanovski
On 13.10.2011 10:34, Toby O'Rourke wrote: I guess it is just a consistency thing. Convention dictates that CSS files are served with the .css extension, why break that convention if we don't have to? Isn't this discussion about dynamic generated CSS? For static web pages it is a convention for

possible bug with checking dead component code - 5.3-beta18

2011-10-13 Thread Vangel V. Ajanovski
I discussed this changed behaviour a couple of days ago, but today I noticed a different behaviour. So, the problem: - I have a component let's say ActionLink in TML - I have onAction... method in the Java The new behaviour for checking dead code, will render exception if I comment the ActionL

Re: Compiled CSS

2011-10-13 Thread Howard Lewis Ship
Who does that convention serve? Nobody I can think off; the browsers are totally driven by the content type, and the few humans who'll look at it won't care. On Thu, Oct 13, 2011 at 1:34 AM, Toby O'Rourke wrote: > I guess it is just a consistency thing. Convention dictates that CSS files > are

Tapestry5 and Spring AOP profiling

2011-10-13 Thread cqasker
So I am trying to put some simple profiling in my methods. Here is what I have: @Aspect public class Profiler { @Pointcut("execution(* *(..)) && within(com.myclasses.*)") public void allMethods() {} @Around("allMethods()") public Object profile(ProceedingJoinPoint pjp) throws

Re: Bootstrap

2011-10-13 Thread Richard Frovarp
On 10/12/2011 05:06 PM, Howard Lewis Ship wrote: I think it's a good idea; what's the license? Looks like AL 2.0. - To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tap

Re: Uncaught exception when tried to return a StreamResponse

2011-10-13 Thread trsvax
It's likely your pagelink should be to exportexel not export/excel -- View this message in context: http://tapestry.1045711.n5.nabble.com/Uncaught-exception-when-tried-to-return-a-StreamResponse-tp4899262p4899377.html Sent from the Tapestry - User mailing list archive at Nabble.com.

Re: Bootstrap

2011-10-13 Thread Tony Nelson
I'm just starting the infrastructure of my project. I had settled on Blueprint CSS http://www.blueprintcss.org/ but I may have to take a closer look at this Bootstrap. It seems to have some very nice features. On Oct 13, 2011, at 9:53 AM, George Christman wrote: > That's beautiful. I"m a huge

Re: Bootstrap

2011-10-13 Thread George Christman
That's beautiful. I"m a huge fan of the idea. -- View this message in context: http://tapestry.1045711.n5.nabble.com/Bootstrap-tp4897002p4899291.html Sent from the Tapestry - User mailing list archive at Nabble.com. - To unsubs

Re: Uncaught exception when tried to return a StreamResponse

2011-10-13 Thread Taha Hafeez Siddiqi
Hi Amr Are you sure your onActivate() is being called. BTW, your onActivate() has 'O' in uppercase. To avoid such typos I prefer the OnEvent annotation regards Taha On Oct 13, 2011, at 7:14 PM, Amr Mohamed Mahmoud Hassanien wrote: > Hi Guys, > > I want to export data in excel sheet, s

Uncaught exception when tried to return a StreamResponse

2011-10-13 Thread Amr Mohamed Mahmoud Hassanien
Hi Guys, I want to export data in excel sheet, so I made a page class as the following without a template file(.tml) public class ExportExcel { . . . StreamResponse OnActivate(){ List users = userManager.getAllActiveUsers();

Re: Default NullFieldStrategy contribution

2011-10-13 Thread Massimo Lusetti
2011/10/13 Dávið Klein Sundsskarð : > Hi, > > I want empty textfields to post "" instead of null when empty. I have > implemented a nullfieldstrategy and it can be set on the textfield, but the > grid creates the textfields on the fly. I am therefore unable to set my > strategy. > The AbstractT

Re: Default NullFieldStrategy contribution

2011-10-13 Thread Thiago H. de Paula Figueiredo
On Thu, 13 Oct 2011 06:50:47 -0300, Dávið Klein Sundsskarð wrote: Hi, Hi! I want empty textfields to post "" instead of null when empty. I have implemented a nullfieldstrategy and it can be set on the textfield, but the grid creates the textfields on the fly. I am therefore unable to s

Make SLF4J in Ubunto10.04 use Log4j

2011-10-13 Thread Bo Gao
Hi, I use Log4j in my application, I log things in to many files. And it works perfectly in My Mac. But when I deploy my application to Tomcat server on an Ubuntu machine, all messages are logged to my rootLogger(catalina.out) I think this is because SLF4J use java.util.logging, not log4j. How

Re: Compiled CSS

2011-10-13 Thread Steve Eynon
> Convention dictates that CSS files are served with the .css extension That's very true. But then again, at one point in web history, all web pages were served with either a .html or a .htm extension. ? Steve. On 13 October 2011 16:34, Toby O'Rourke wrote: > I guess it is just a consistency

Default NullFieldStrategy contribution

2011-10-13 Thread Dávið Klein Sundsskarð
Hi, I want empty textfields to post "" instead of null when empty. I have implemented a nullfieldstrategy and it can be set on the textfield, but the grid creates the textfields on the fly. I am therefore unable to set my strategy. The AbstractTextField has a default NullFieldStrategy defined a

RE: Compiled CSS

2011-10-13 Thread Toby O'Rourke
I guess it is just a consistency thing. Convention dictates that CSS files are served with the .css extension, why break that convention if we don't have to? From: Howard Lewis Ship [hls...@gmail.com] Sent: 12 October 2011 22:08 To: Tapestry users Subject:

Re: Grid sorting - lowercase,uppercase

2011-10-13 Thread Taha Hafeez Siddiqi
Hi Luke Did you check http://tapestry.apache.org/applications.html. I don't think they are school projects. We use tapestry in our company where it caters around 7000 employees. The application is so stable and manageable that the company has already started porting other applications to tapes