Re: Problem with tapestry-yuicompressor in Tomcat

2012-03-07 Thread Jochen Frey
I can't speak to this authoritatively, but I know for a fact that it's a problem for us. J On Mar 7, 2012, at 11:13 PM, Yohan Yudanara wrote: > Hi.. > > I'm sorry to waking an old thread. > > This outstanding bug with title "Sometimes YUICompressor can fail with > java.util.EmptyStackExceptio

Re: Problem with tapestry-yuicompressor in Tomcat

2012-03-07 Thread Yohan Yudanara
Hi.. I'm sorry to waking an old thread. This outstanding bug with title "Sometimes YUICompressor can fail with java.util.EmptyStackException", which has blocker severity, has been filed in JIRA since 26 Oct 2011. This is the link: https://issues.apache.org/jira/browse/TAP5-1729 I don't understan

Re: [Tapestry5-jquery ajaxupload] How to change "Drop files here to upload" with button ?

2012-03-07 Thread ayok03
> Can you say what 'it' is that is not working? when i try demo sample from my browser and try to drop image file, the image file not show in the list of component instead showing the image is there any setting to my browser or something? i use tapestry5-jquery-3.2.0-SNAPSHOT Browse2.tml

Re: Rendering components in Alerts

2012-03-07 Thread Kalle Korhonen
On Wed, Mar 7, 2012 at 12:17 AM, Magnus Kvalheim wrote: > We've just upgraded to 5.3.2 and checked out some of the new components. > The Alerts seems pretty useful, but looks like it's only possible to pass > on strings. > I'm thinking a pretty common use-case would be to render some > components/

Re: ComponentParameters - Binding Expressions - "component:"

2012-03-07 Thread Jochen Frey
That's definitely another way of solving this. Still goes by way of the java file, but provides a different sort of flexibility. Cheers! J On Mar 7, 2012, at 9:30 AM, Thiago H. de Paula Figueiredo wrote: > On Wed, 07 Mar 2012 13:41:02 -0300, Jochen Frey wrote: > >> Thanks guys! > > Hi! > >

Re: ComponentParameters - Binding Expressions - "component:"

2012-03-07 Thread Thiago H. de Paula Figueiredo
On Wed, 07 Mar 2012 13:41:02 -0300, Jochen Frey wrote: Thanks guys! Hi! I have a lot of components that are re-used either in loops, or just embedded in multiple components (often in the same page). The pattern that Paul and Thiago are suggesting works fine if that component occurs a

Re: ComponentParameters - Binding Expressions - "component:"

2012-03-07 Thread Jochen Frey
Thanks guys! I have a lot of components that are re-used either in loops, or just embedded in multiple components (often in the same page). The pattern that Paul and Thiago are suggesting works fine if that component occurs a single time on a page. However, if you use it multiple times, the c

Re: [Tapestry5-jquery ajaxupload] How to change "Drop files here to upload" with button ?

2012-03-07 Thread Christian Riedel
Can you say what 'it' is that is not working? Have you trouble getting a positive response when use the example on this page, too? http://tapestry5-jquery.com/components/docsajaxupload Maybe it's related to your code. You should paste some of it here. Am 07.03.2012 um 04:24 schrieb ayok03: >

Re: Tapestry 5.3 binaries

2012-03-07 Thread TechniciuM
@Howard, please do it so already, please. :) -- View this message in context: http://tapestry.1045711.n5.nabble.com/Tapestry-5-3-binaries-tp5537651p5544602.html Sent from the Tapestry - User mailing list archive at Nabble.com. -

[Tapestry5-jquery ajaxupload] How to change "Drop files here to upload" with button ?

2012-03-07 Thread ayok03
Guys, How to change "Drop files here to upload" with button on tapestry5-jquery ajaxupload multiple upload ? When i try to "drop file here to upload" it doesnt work i try with chrome17, ff10, ie8 -- View this message in context: http://tapestry.1045711.n5.nabble.com/Tapestry5-jquery-ajax

Re: Tapestry Forums

2012-03-07 Thread Chris Mylonas
How many weeks of the course are there to go? The problem with putting up some forums is that everything gets done on the mailing list. It looks like tapestryforums.com has been hit by spam. If you do a whois search you can try contacting the person responsible and see if they'd be willing to so

Re: Tapestry Forums

2012-03-07 Thread TechniciuM
I have a friend who attends that faculty. As for the question where do I study, it's http://www.tu-sofia.bg/index.html . Cheers. :) -- View this message in context: http://tapestry.1045711.n5.nabble.com/Tapestry-Forums-tp5541874p5544008.html Sent from the Tapestry - User mailing list archive at N

Re: Tapestry Forums

2012-03-07 Thread Chris Mylonas
Wow!! Are your lecture notes written in tapestry? That would be a very cool well informed lecturer/tutor. I have a lot of to-dos but not much time or money :( Anyone students that want to build a project for experience :) Open source interfacing to telephone systems... Cheers Chris On 07/0

Re: Tapestry Forums

2012-03-07 Thread Dragan Sahpaski
On Wed, Mar 7, 2012 at 1:31 PM, TechniciuM wrote: > @Alex, > well currently my university which attends more than 1000 students has > focus > on Tapestry5.3., and strictly speaking we study only that framework in the > web programming. Which university? Just curious. > Aside from it, I know o

Re: Tapestry Forums

2012-03-07 Thread TechniciuM
@Alex, well currently my university which attends more than 1000 students has focus on Tapestry5.3., and strictly speaking we study only that framework in the web programming. Aside from it, I know one state university in Skopje which has similar program and is home to near 1500 students. If you do

Re: Rendering components in Alerts

2012-03-07 Thread Magnus Kvalheim
Haha... That's awesome - glad I could help out :) Regarding the alerts. How are you people using it- is it only me that would like to render components with it as well? On Wed, Mar 7, 2012 at 11:28 AM, Lance Java wrote: > Magnus, I think you've just answered my previous threads > > > http://t

Re: ComponentParameters - Binding Expressions - "component:"

2012-03-07 Thread Thiago H. de Paula Figueiredo
On Wed, 07 Mar 2012 04:30:49 -0300, Paul Stanton wrote: Why not just use: xmlns:t="http://tapestry.apache.org/schema/tapestry_5_3.xsd";> ? Yep! Most Tapestry components, including Zone, use the id which is explicitly provided such as in the above example. -- Thiago H. de

Re: Rendering components in Alerts

2012-03-07 Thread Lance Java
Magnus, I think you've just answered my previous threads http://tapestry.1045711.n5.nabble.com/How-does-MultiZoneUpdateEventResultProcessor-get-a-html-string-from-a-RenderCommand-td5518968.html http://tapestry.1045711.n5.nabble.com/tml-parameter-rendered-into-a-JavaScript-string-td5512889.html#a5

RE: Testing Palette component with HTMLUnit

2012-03-07 Thread Demey Emmanuel
I had the same problem with the Selenium test of the Tapestry-jQuery version of the Palette component . Please check my test class : https://github.com/got5/tapestry5-jquery/blob/master/src/test/java/org/got5/tapestry5/jquery/PaletteTest.java Manu -Message d'origine- De : Stephan Windm

Testing Palette component with HTMLUnit

2012-03-07 Thread Stephan Windmüller
Hello! Did anyone try to test a page containing the palette component with Selenium/HTMLUnit? FirefoxDriver works perfectly, but if I select an option in the palette with HTMLUnit, the add button is not enabled. - Stephan signature.asc Description: OpenPGP digital signature

Re: classloader issues casting objects to their tapestry type

2012-03-07 Thread Lance Java
Thiago is correct in that the @HeartbeatDeferred annotation will only work in components. I think you might be able to achieve the same thing doing the following: @Inject Environment environment; Heartbeat heartbeat = environment.peek(Heartbeat.class); heartbeat.defer(new Runnable()) { public

Rendering components in Alerts

2012-03-07 Thread Magnus Kvalheim
Hi Tapestry friends, We've just upgraded to 5.3.2 and checked out some of the new components. The Alerts seems pretty useful, but looks like it's only possible to pass on strings. I'm thinking a pretty common use-case would be to render some components/markup in it - like links. I experimented a