Way to display numeric pad for phone number field in tapestry

2013-01-06 Thread karthi
Hi, What is the way to display numeric pad in smartphones for phone number field. Here I searched & found that type="tel" & type="number" will work out but in tapestry it shows error : Unable to resolve 'tel' to a component class name Unable to resolve 'number' to a component class name Ca

RE: shiro on tapestry

2013-01-06 Thread nhhockeyplayer nashua
Well its strange I see in debugger two invocations of the method and two increments of my counter. but only one lands in the database. very strange even after logout and shutdown... hitcount == 1

Re: tapestry-yuicompressor minimization problem

2013-01-06 Thread Howard Lewis Ship
YUICompressor works poorly in some environments because it includes overrides of parts of Rhino; in some servers, the classloading scheme makes the monkey-patching of Rhino fail in very difficult to diagnose ways. I have higher hopes for WRO4J. In 5.4, I've added special cases for some of the YUIC

Re: 5.4-alpha-2 API docs

2013-01-06 Thread Howard Lewis Ship
Sounds like someone's volunteering? Docco documentation has a nice philosophical basis: you should be proud of your code, not hide the implementations. Yes, it is a challenge, and JavaScript/CoffeeScripts more wild, inclusive approach makes it a challenge. Is there a tool where we could put in pla

shiro on tapestry

2013-01-06 Thread nhhockeyplayer nashua
Folks, i am operating shiro on tapestry. but my doGetAuthenticationInfo(...) is called twice for every currentSubject.login(...) call I cannot even implement a hit counter without the count being doubled at increment within the realm. is there a workaorund for this? or do i have to live with

Re: tapestry-yuicompressor minimization problem

2013-01-06 Thread Lenny Primak
These warnings is what I get too in my production code. They don't affect anything. I just suppress these on production machines. I run glassfish servers and it works fine. On Jan 6, 2013, at 1:30 PM, bhorvat wrote: > I am running my code locally now and setting the production-mode flag to >

Re: tapestry-yuicompressor minimization problem

2013-01-06 Thread bhorvat
I am running my code locally now and setting the production-mode flag to true. It seems that on jetty this problem is not present (my production code runs on Tomcat 7 on AWS so I think that is there it fails). However I do see some warning AssetsModule.ResourceMinimizer JavaScript compression pro

tapestry-yuicompressor minimization problem

2013-01-06 Thread bhorvat
I have recently added the tapestry-yuicompressor and my production code just went crazy. I have tracked the javascript error to the problem with the minimization. My problem was in the tapestry jquery tooltip plugin. Given below is that the yuicompressor has minimized for me and it was throwing a

Re: 5.4-alpha-2 API docs

2013-01-06 Thread Bob Harner
Maybe it's just me, but I find the docco.coffee documentation format too linear and not very easy to follow. I much prefer the more organized, structured style of documentation like http://api.jquery.com/ uses. Regardless, it's great to see some real JavaScript documentation starting to emerge! O