Re: GSOC Right Click Menu

2011-07-06 Thread Taha Hafeez
IMHO, it will be useful to put a note/warning in the contributor's section regarding copyright and licensing issues followed by a small introduction(that you already gave) and then pointers to other related resources. regards Taha On Thu, Jul 7, 2011 at 11:59 AM, Kalle Korhonen wrote: > On Wed

Re: GSOC Right Click Menu

2011-07-06 Thread Kalle Korhonen
On Wed, Jul 6, 2011 at 11:14 PM, Taha Hafeez wrote: > Thanks for sharing this information. It would be great if you find time to > place this under the contributer's section at > http://tapestry.apache.org/community.html#Community-BecomingaContributor. > A new contributer like me can take advantag

Re: GSOC Right Click Menu

2011-07-06 Thread Taha Hafeez
Hi Kalle Thanks for sharing this information. It would be great if you find time to place this under the contributer's section at http://tapestry.apache.org/community.html#Community-BecomingaContributor. A new contributer like me can take advantage of this. regards Taha On Thu, Jul 7, 2011 at

Re: GSOC Right Click Menu

2011-07-06 Thread Kalle Korhonen
On Wed, Jul 6, 2011 at 7:16 PM, dragan.sahpas...@gmail.com wrote: > On Wed, Jul 6, 2011 at 8:59 PM, Kalle Korhonen > wrote: > - copyrights - have you copied any code/styles from anywhere you >> haven't written yourself? > Actually I also wanted to discuss this. I had looked at many css dropdown >

Re: GSOC Right Click Menu

2011-07-06 Thread dragan.sahpas...@gmail.com
Hey thanks, Really appreciate it. Cheers, Dragan Sahpaski On Thu, Jul 7, 2011 at 2:50 AM, Taha Hafeez wrote: > Hi Dragan, > > It looks great !! > > regards > Taha > > On Thu, Jul 7, 2011 at 5:49 AM, Jonathan Barker < > jonathan.theit...@gmail.com > > wrote: > > > Dragan, > > > > Nice work. I l

Re: GSOC Right Click Menu

2011-07-06 Thread dragan.sahpas...@gmail.com
Hi, On Thu, Jul 7, 2011 at 2:19 AM, Jonathan Barker wrote: > Dragan, > > Nice work. I look forward to inclusion in the core. > I'm glad you like it > > I'm not sure if this will help in your grid enhancements, or just muddy the > waters, but > > a) Do you always want the grids to be bookma

Re: GSOC Right Click Menu

2011-07-06 Thread dragan.sahpas...@gmail.com
Hi, See my comments below. On Wed, Jul 6, 2011 at 8:59 PM, Kalle Korhonen wrote: > Dragan, the demo site you've put together looks very nice indeed, I > strongly encourage other to take a look as well! Comments below. > > On Wed, Jun 29, 2011 at 2:47 PM, dragan.sahpas...@gmail.com > wrote: > > 1.

Re: Eclipse WTP based Tapestry visual editor project update site

2011-07-06 Thread Gavin Lei
Hi All, TapestryTools finish development job of features 5. Add convenient way for the Web Page Editor to change-over between a Tapestry page's .tml file and .java file AND 6. Add Tapestry built in and custom components autocomplete function for WTP Web Page Editor's source view in project pro

Re: GSOC Right Click Menu

2011-07-06 Thread Taha Hafeez
Hi Dragan, It looks great !! regards Taha On Thu, Jul 7, 2011 at 5:49 AM, Jonathan Barker wrote: > Dragan, > > Nice work. I look forward to inclusion in the core. > > I'm not sure if this will help in your grid enhancements, or just muddy the > waters, but > > a) Do you always want the gr

Re: Running Tapestry-Core Test Apps under Gradle

2011-07-06 Thread Taha Hafeez
Hi Mark I use the run-jetty-run plugin in eclipse and use the context directory from among the test context directories e.g in tapestry-core module I use /src/test/app? . regards Taha On Thu, Jul 7, 2011 at 6:10 AM, Josh Canfield wrote: > I don't know about doing it from gradle, I run the test

Re: Running Tapestry-Core Test Apps under Gradle

2011-07-06 Thread Josh Canfield
I don't know about doing it from gradle, I run the test apps within IntelliJ. There is also a class called "RunJetty" which uses the Jetty7Runner, although I've never looked at but the documentation seems to imply it's something you can use. Josh On Wed, Jul 6, 2011 at 5:25 PM, Mark wrote: > Is

Running Tapestry-Core Test Apps under Gradle

2011-07-06 Thread Mark
Is there an easy way to bring up the test apps in Tapestry Core in Jetty using Gradle? Basically I'm looking for a simple way to get to a page that looks like this: http://tapestry-test.appspot.com/ on my local setup without actually launching the Selenium tests. Mark

Re: GSOC Right Click Menu

2011-07-06 Thread Jonathan Barker
Dragan, Nice work. I look forward to inclusion in the core. I'm not sure if this will help in your grid enhancements, or just muddy the waters, but a) Do you always want the grids to be bookmarkable, or only on demand? Looking at Google Maps, for example, the basic map page is not bookmark

Re: GSOC Right Click Menu

2011-07-06 Thread Kalle Korhonen
Dragan, the demo site you've put together looks very nice indeed, I strongly encourage other to take a look as well! Comments below. On Wed, Jun 29, 2011 at 2:47 PM, dragan.sahpas...@gmail.com wrote: > 1. Dropdown menu (see demo page) >  - As this is the most common scenario (IMO) fro using a con

Re: CSRF protection module

2011-07-06 Thread Markus Jung
I'll shut my local server down and move the Jumpstart demo to a public server. As soon it is up again, I'll post the link. BR Markus -- View this message in context: http://tapestry.1045711.n5.nabble.com/CSRF-protection-module-tp4487920p4557674.html Sent from the Tapestry - Dev mailing list arch

Re: Developers using GIT or SVN

2011-07-06 Thread Howard Lewis Ship
Sometimes you get a problem when you commit to the main repository but are synching against the European SVN mirror; it can appear that your commits went missing. A second git svn dcommit cleans it up, but its annoying. Apparently there's a way you can set things up to explicitly use the master S

Re: Developers using GIT or SVN

2011-07-06 Thread Massimo Lusetti
On Wed, Jul 6, 2011 at 7:08 PM, Howard Lewis Ship wrote: > I'm using the Git SVN approach. I've tried the same for Chenillekit but it fails more then it does right... It goes smoothly for you? Cheers -- Massimo http://meridio.blogspot.com --

Re: Developers using GIT or SVN

2011-07-06 Thread Howard Lewis Ship
I'm using the Git SVN approach. On Wed, Jul 6, 2011 at 9:42 AM, Massimo Lusetti wrote: > On Wed, Jul 6, 2011 at 6:38 PM, Josh Canfield wrote: > >> There is a git mirror? > > Sure... There're two, one at apache > http://git.apache.org/tapestry5.git and one at github > http://github.com/apache/tap

Re: Developers using GIT or SVN

2011-07-06 Thread Massimo Lusetti
On Wed, Jul 6, 2011 at 6:38 PM, Josh Canfield wrote: > There is a git mirror? Sure... There're two, one at apache http://git.apache.org/tapestry5.git and one at github http://github.com/apache/tapestry5 Cheers -- Massimo http://meridio.blogspot.com

Re: Developers using GIT or SVN

2011-07-06 Thread Josh Canfield
There is a git mirror? On Wed, Jul 6, 2011 at 9:35 AM, Massimo Lusetti wrote: > Despite the personal preferences and any debate, I would like to know > if there're developers who use the git mirror as a normal development > environment then produce path that apply to the official svn trunk. > >

Developers using GIT or SVN

2011-07-06 Thread Massimo Lusetti
Despite the personal preferences and any debate, I would like to know if there're developers who use the git mirror as a normal development environment then produce path that apply to the official svn trunk. Thanks -- Massimo http://meridio.blogspot.com -

Re: PageRenderLinkTransformer & ComonentEventLinkTransformer

2011-07-06 Thread Massimo Lusetti
On Wed, Jul 6, 2011 at 5:23 PM, Massimo Lusetti wrote: > Isn't it a typical situation? Maybe I've missed the copyWithBasePath method... !? Cheers -- Massimo http://meridio.blogspot.com - To unsubscribe, e-mail: dev-unsubscr..

PageRenderLinkTransformer & ComonentEventLinkTransformer

2011-07-06 Thread Massimo Lusetti
These two API does let you change any URL generated from Tapestry but for doing this you have to provide a new instance of Link. The default Link implementation is LinkImpl which is "internal" and the Link API is a big one so not easy to implement. So my guess is: It wouldn't be nice to have an ea

Re: Production mode and more

2011-07-06 Thread Igor Drobiazko
Thanks. Completely forgot about that symbol. On Wed, Jul 6, 2011 at 1:13 AM, Josh Canfield wrote: > Can you just use tapestry.execution-mode ? > > > http://tapestry.apache.org/configuration.html#Configuration-SettingExecutionModes > >String executionMode = > System.getProperty("tapestry.e

Re: [jira] [Updated] (TAP5-1476) Deprecate MultiZoneUpdate, replace with an injectable service to collect zone updates

2011-07-06 Thread dragan.sahpas...@gmail.com
Hi, On Wed, Jul 6, 2011 at 10:16 AM, Taha Hafeez wrote: > Hi Dragan, > > On Wed, Jul 6, 2011 at 1:21 PM, dragan.sahpas...@gmail.com < > dragan.sahpas...@gmail.com> wrote: > > > Hi Taha, > > I was looking at the new tests and didn't figure out how to update > multiple > > zones but not the zone tri

Re: 5.3-alpha-2

2011-07-06 Thread Massimo Lusetti
On Tue, Jul 5, 2011 at 9:04 PM, Howard Lewis Ship wrote: > I'm creating a 5.3-alpha-2 preview right now; I've advanced the > version number in trunk to alpha-3. Nice to see the new system been used and abused ;-) Cheers -- Massimo http://meridio.blogspot.com --

Re: [jira] [Updated] (TAP5-1476) Deprecate MultiZoneUpdate, replace with an injectable service to collect zone updates

2011-07-06 Thread Taha Hafeez
Hi Dragan, On Wed, Jul 6, 2011 at 1:21 PM, dragan.sahpas...@gmail.com < dragan.sahpas...@gmail.com> wrote: > Hi Taha, > I was looking at the new tests and didn't figure out how to update multiple > zones but not the zone triggering the ajax. > > This corresponds to the scenario when you return a

Re: [jira] [Updated] (TAP5-1476) Deprecate MultiZoneUpdate, replace with an injectable service to collect zone updates

2011-07-06 Thread dragan.sahpas...@gmail.com
Hi Taha, I was looking at the new tests and didn't figure out how to update multiple zones but not the zone triggering the ajax. This corresponds to the scenario when you return a MultiZoneUpdate not containig the zone triggering the ajax. I have used this many many times when a component renders