Re: Angularjs Datepicker as alternative to Tapestry Datefield

2013-11-05 Thread Taha Hafeez Siddiqi
Hi Barry, I have used Angularjs with tapestry. I used tapestry as an asset pipeline and server side IOC. I don't think using Angularjs just for a date picker is a great idea. I think angularjs is too big a library for a date-picker. Secondly it will be introducing a new technology into tapest

Re: Eclipse Tapestry5 Plugin update

2013-11-05 Thread Norman Franke
It was timing out in both FF and Eclipse. However, it appears to be working. Oddly, it was just the plugins folder. The other folder and root worked OK. Norman Franke Answering Service for Directors, Inc. www.myasd.com On Nov 5, 2013, at 12:48 PM, Dmitry Gusev wrote: > Hi Norman, > > What e

Re: Loop / Zone / Form-submit broken(?)

2013-11-05 Thread Jens Breitenstein
I found a "workaround" and for those of you who are interested how it's working: a) create a fresh instance of your bean in "onBeginSubmit". b) Tapestry will transfer all form values from the particular bean to this new instance between "onBeginSubmit" and "onAfterSubmit" c) loosing the PK can

Re: Tapestry5 Anchor Usage for Navigation

2013-11-05 Thread Ilya Obshadko
Yes, that looks much better than what I've originally proposed. Thanks. On Tue, Nov 5, 2013 at 11:22 PM, Thiago H de Paula Figueiredo < thiag...@gmail.com> wrote: > On Tue, 05 Nov 2013 17:11:17 -0200, Ilya Obshadko > wrote: > > I've researched this problem a little bit and have an interesting

Re: Tapestry5 Anchor Usage for Navigation

2013-11-05 Thread Thiago H de Paula Figueiredo
On Tue, 05 Nov 2013 17:11:17 -0200, Ilya Obshadko wrote: I've researched this problem a little bit and have an interesting question. I would like to have a customized version of ActionLink (let's call it HashActionLink). It should work as follows: - if client-side JavaScript is enabled (a

Re: Tapestry5 Anchor Usage for Navigation

2013-11-05 Thread Ilya Obshadko
I've researched this problem a little bit and have an interesting question. I would like to have a customized version of ActionLink (let's call it HashActionLink). It should work as follows: - if client-side JavaScript is enabled (and thus history events work), it reacts to hash change events and

Re: Eclipse Tapestry5 Plugin update

2013-11-05 Thread Dmitry Gusev
Hi Norman, What error are you getting? The update site looks good from here: http://dl.bintray.com/anjlab/eclipse-tapestry5-plugin On Tue, Nov 5, 2013 at 8:10 PM, Norman Franke wrote: > I'm attempting to install this plugin. Seems the plugins directory on the > update side is hung. > > Norman

Re: Apache Tapestry 5.4-alpha-24 preview release

2013-11-05 Thread Howard Lewis Ship
I think Thiago was doing something about the ordering of CSS but I'm not sure what he was going after in doing so. On Tue, Nov 5, 2013 at 3:34 AM, Bård Magnus Kvalheim wrote: > That's great - keeps improving heaps with every release. Also great with > 3.0.1 update > > Briefly tried the stacks an

Re: Eclipse Tapestry5 Plugin update

2013-11-05 Thread Norman Franke
I'm attempting to install this plugin. Seems the plugins directory on the update side is hung. Norman Franke Answering Service for Directors, Inc. www.myasd.com On Oct 4, 2013, at 6:21 AM, Dmitry Gusev wrote: > Version 1.2.5 is available for update now. > > This is a bug fix release: > - S

Angularjs Datepicker as alternative to Tapestry Datefield

2013-11-05 Thread Barry Books
I've been trying out the Angurlarjs Datepicker http://angular-ui.github.io/bootstrap/ as a replacement for the current Tapestry date picker. The great thing is it integrates with Bootstrap but I'm having trouble figuring out how to integrate it with Tapestry. I can get it to work but I have not rea

Re: Apache Tapestry 5.4-alpha-24 preview release

2013-11-05 Thread Bård Magnus Kvalheim
That's great - keeps improving heaps with every release. Also great with 3.0.1 update Briefly tried the stacks and seems to be working well :-) Think it can be very useful indeed. I've noised a change related to ordering of stack css files. Seems like page css now comes after stacks - which I t