Re: Draft version of Light weight TapestryTools GSoC 2012 project prposal

2012-03-21 Thread Giulio Micali
Gavin Many users already told you they does not use your plugin because the most important feature, the CTRL+R switch, DOESN'T WORK I've already told you that: your project looks like abandoned, you even don't answer to issues...why someone would use it ? I use your plugin because I've p

Re: Make Report PDF

2012-03-21 Thread Lance Java
> For better or worse I can use XSLT in Cobol on a mainframe. I feel for you... do what you gotta do ;) > I do have one question. I'm not familiar with Freemarker and I can understand using it standalone but what advantage does it have over Tapestry templates that would make it worth learning if

Re: Draft version of Light weight TapestryTools GSoC 2012 project prposal

2012-03-21 Thread Gavin Lei
Hi Giulio, Thank you for your straightforward complaint, not sound good, but it is true. That is due to our *HEAVY* solution last year, you said the CTRL + R switch does not work, i do not know how it happened. For most users, if installed this tool correctly, it will work. If it did not work, th

Re: Draft version of Light weight TapestryTools GSoC 2012 project prposal

2012-03-21 Thread Gavin Lei
Hi Giulio, I just found that you attached a patch in Issue 13 now, Google Code did not send any notification to me about the Issue changes, there may be some setting wrong, sorry for that. 2012/3/21 Giulio Micali : > Gavin > Many users already told you they does not use your plugin because th

Re: Draft version of Light weight TapestryTools GSoC 2012 project prposal

2012-03-21 Thread Chris Mylonas
I was just replying to another message, specifically to Guilio - Mate - have a little respect. There's a bunch of people that write software and provide the source code - they don't have to! Gavin is getting on with something that could potentially save us a thousand hours collectively!! There

Re: Make Report PDF

2012-03-21 Thread Lance Java
> I've just quickly checked the FreeMarker documention about XML processing. My impression is that if you have a simpler XML structure and output, FreeMarker is a better choice. On the other hand, I'm not sure it has support for XPath selectors in the FreeMarker declarative XML processing, which is

Re: Draft version of Light weight TapestryTools GSoC 2012 project prposal

2012-03-21 Thread Giulio Micali
OW. I had suspects on that notifications ! :D However, the problem is explained in the issue: it does not depend on eclipse wtp code or installation, it depends by the order of resources. you have 2 .tml when using maven: the first found is always in the /src directory, the second is in the /targe

Re: Understanding Entities with Entities in the Tapestry Framework

2012-03-21 Thread Beat Durrer
Okay my bad. It's obviously the wrong solution if the user is the current user. I was more thinking along the line of a list->detail connection. 2012/3/20 Kalle Korhonen : > On Tue, Mar 20, 2012 at 9:44 AM, Beat Durrer wrote: >> Since T5 still can't predict the future (pfff!), you need to set th

Re: Define stylesheet import order

2012-03-21 Thread Beat Durrer
The Idea with mixins is great. Even simpler: Since I always use the same RootLayout as uppermost component, I could simply add some method to add/manage the page's CSS. I was able to solve the issue by reducing the amount of nested layout components to a maximum of two Then I put the @Import on th

Re: Draft version of Light weight TapestryTools GSoC 2012 project prposal

2012-03-21 Thread Gavin Lei
在 2012年3月21日 下午5:08,Giulio Micali 写道: > OW. > I had suspects on that notifications ! :D > > However, the problem is explained in the issue: it does not depend on > eclipse wtp code or installation, it depends by the order of resources. > you have 2 .tml when using maven: the first found is always

Re: Draft version of Light weight TapestryTools GSoC 2012 project prposal

2012-03-21 Thread Giulio Micali
Hi Cris, I didn't mean to miss respect, especially for a project type in which i have not skills and for the developers that have these skills, and i'm happy to have that software, because in MY installation it works and works great. The point was that the project looked like abandoned(the answers

Re: Draft version of Light weight TapestryTools GSoC 2012 project prposal

2012-03-21 Thread Chris Mylonas
Yeah it looks like it's all sorting itself out. I just like sticking my big nose into those situations with my 2 cents. Usually us F/OSS devs accept the abuse, but I like sticking up for my brethren :) Cheers bro, Chris On 21/03/2012, at 8:39 PM, Giulio Micali wrote: > Hi Cris, > I didn't m

Re: Draft version of Light weight TapestryTools GSoC 2012 project prposal

2012-03-21 Thread Gavin Lei
Hi Giulio, May be my words confused you, when i said "but it has not many users at last. I am some kind of disappoint.", i mean i hoped users like TapestryTools and there will be more and more use it in the future. But it did not come true, i am some kind of disappoint. Not mean i feel sad as i g

Re: Draft version of Light weight TapestryTools GSoC 2012 project prposal

2012-03-21 Thread Gavin Lei
HAHA Chris, thank you for your sticking up :D 在 2012年3月21日 下午5:47,Chris Mylonas 写道: > Yeah it looks like it's all sorting itself out. > > I just like sticking my big nose into those situations with my 2 cents. > Usually us F/OSS devs accept the abuse, but I like sticking up for my > brethren :

Re: Draft version of Light weight TapestryTools GSoC 2012 project prposal

2012-03-21 Thread Giulio Micali
Hi Gavin, So just a "return" or loop break simple statement can fix this > problem, right? > Yes, it's a common thing I've noticed in many projects. the "unclean part" of the patch is how you compute the sources directory, but I don't know the eclipse framework and i cannot help in that. > Tha

Localizing boolean values?

2012-03-21 Thread eclipser
Hi, I've been trying to figure out a way to localize false and true in my grids and beandisplays. Adding false=foo true=bar in app.properties had no effect (visible to me at least) and I tried building a translator to do it but I couldn't get that working either - not sure if it's even applicab

Re: Draft version of Light weight TapestryTools GSoC 2012 project prposal

2012-03-21 Thread Igor Drobiazko
Hi Giulio, sounds like a cool feature but I would consider it as optional. Don't forget that GSoC has a limited time frame. We agreed with Gavin to build a great tool with a minimal feature set that just works. We defined some features that are realistic to implement during GSoC. Adding more featu

Re: Localizing boolean values?

2012-03-21 Thread Thiago H. de Paula Figueiredo
On Wed, 21 Mar 2012 07:55:31 -0300, eclipser wrote: Hi, Hi! I've been trying to figure out a way to localize false and true in my grids and beandisplays. Adding false=foo true=bar in app.properties had no effect (visible to me at least) and I tried building a translator to do it but I

Re: Eclipse import of the sources.

2012-03-21 Thread Beat Durrer
Hi, I don't know about your specific issue, but to save you time: The easiest way to start is take a vanilla eclipse, add the maven plugin, create the project via eclipse-maven and then download the sources via right-clicking the project -> maven -> download sources. No hassle with svn or maven co

Re: Understanding Entities with Entities in the Tapestry Framework

2012-03-21 Thread IcedDante
Kalle Korhonen-2 wrote > > On Tue, Mar 20, 2012 at 9:44 AM, Beat Durrer wrote: >> Since T5 still can't predict the future (pfff!), you need to set the >> reference to the user yourself :) >> There are several ways to do this... >> So, all your CreateGame page needs is the user - right?

Re: Understanding Entities with Entities in the Tapestry Framework

2012-03-21 Thread Kalle Korhonen
On Wed, Mar 21, 2012 at 9:20 AM, IcedDante wrote: >> On Tue, Mar 20, 2012 at 9:44 AM, Beat Durrer wrote: >>> So, all your CreateGame page needs is the user - right? >>> Then let's add an page activation context: >> Current user as the activation context for createGame? Doesn't look >> too secure

Re: Forms require that the request method be POST....

2012-03-21 Thread David Canteros
Ok, I will try it in my code. Thanks Lenny! -- David Germán Canteros 2012/3/20 Lenny Primak > I am the author of that fix and it definitely works correctly. > It strips out the form from the request and redirects it to the page tha

[ANNOUNCE] from tynamo: tapestry-ckeditor and tapestry-editablecontent

2012-03-21 Thread Dragan Sahpaski
The Tynamo team is proud to announce the availability of two new modules tapestry-ckeditor-0.0.1and tapestry-editablecontent-0.0.1 The tapestry-ckeditor [1] module integrates the powerful CKEditor component [3] as a textarea mixin, bringing a true rich text editing to tapestry. It supports ajax fo

Re: [tynamo-user] [ANNOUNCE] from tynamo: tapestry-ckeditor and tapestry-editablecontent

2012-03-21 Thread Lenny Primak
That's fantastic! On Mar 21, 2012, at 3:21 PM, Dragan Sahpaski wrote: > The Tynamo team is proud to announce the availability of two new modules > tapestry-ckeditor-0.0.1and tapestry-editablecontent-0.0.1 > > The tapestry-ckeditor [1] module integrates the powerful CKEditor component > [3] as a

Re: [tynamo-user] [ANNOUNCE] from tynamo: tapestry-ckeditor and tapestry-editablecontent

2012-03-21 Thread Kalle Korhonen
Thanks Dragan! Kalle On Wed, Mar 21, 2012 at 12:21 PM, Dragan Sahpaski wrote: > The Tynamo team is proud to announce the availability of two new modules > tapestry-ckeditor-0.0.1and tapestry-editablecontent-0.0.1 > > The tapestry-ckeditor [1] module integrates the powerful CKEditor component >

Tynamo Federatedaccounts OpenID module coming up...

2012-03-21 Thread Kalle Korhonen
Based on the initial work of Jure Jesenicnik and Borut Bolcina (http://jira.codehaus.org/browse/TYNAMO-123, thanks guys), I'm currently working on adding OpenID to the list of Tynamo's federatedaccounts remote authentication providers. Here's a few questions for those who care about OpenID: 1) Do

Re: Tynamo Federatedaccounts OpenID module coming up...

2012-03-21 Thread Thiago H. de Paula Figueiredo
On Wed, 21 Mar 2012 16:45:05 -0300, Kalle Korhonen wrote: Based on the initial work of Jure Jesenicnik and Borut Bolcina (http://jira.codehaus.org/browse/TYNAMO-123, thanks guys), I'm currently working on adding OpenID to the list of Tynamo's federatedaccounts remote authentication providers.

Tapestry Hibernate session reattach

2012-03-21 Thread George Christman
Hello, I'm wondering if it's possible to save an object to the Hibernates session without committing the object to the database like so, session.save(myObject); Then return the page and reattach the session object. Everything I've tried results in a null session object on page return although

Re: Tapestry Hibernate session reattach

2012-03-21 Thread Lenny Primak
Have you tried EntityManager.detatch(entity) ? Not sure about Hibernate but it works in JPA. On Mar 21, 2012, at 4:29 PM, George Christman wrote: > Hello, I'm wondering if it's possible to save an object to the Hibernates > session without committing the object to the database like so, > > sess

Accessing zone form elements

2012-03-21 Thread Markus Grell
Greetings! I have a page that has the following structure: ... The idea: The select list "item" is updated based on the choosen value of select list "manufactuer". Content for "item" is pulled from a database. That works fine but now I need to add some javascript that operates on the "i

Re: Server Side Validation with ajax form loop work around

2012-03-21 Thread David Canteros
Hi George, finally it worked! Thank you for the help! Before I was using the ajaxformloop like as Geoff example, with the tree arrays XXXtoCreate, XXXToChange and XXXtoDelete and the same encoder. That made me think, probably the problem was caused by Geoff's example and not by the loop compone

Re: Tapestry Hibernate session reattach

2012-03-21 Thread Kalle Korhonen
Your wording is a bit peculiar, but are you asking how to reattach an object to a Hibernate session? You cannot "save" an object to a session. When you call session.save(), you are INSERTing a new record. If you want to reattach an object, the only way to do that in Hibernate is with session.lock(.

Re: tapestry-security 0.4.3 released!

2012-03-21 Thread Dimitris Zenios
I think there is a bug slipped in the latest 0.4.3 release.I get a org.apache.shiro.subject.ExecutionException: java.lang.IllegalStateException: org.apache.shiro.session.InvalidSessionException: java.lang.IllegalStateException when a user logouts from a page that has @RequiresRoles annotation.This

Re: tapestry-security 0.4.3 released!

2012-03-21 Thread Kalle Korhonen
Yes.. https://jira.codehaus.org/browse/TYNAMO-145. Kalle On Wed, Mar 21, 2012 at 2:06 PM, Dimitris Zenios wrote: > I think there is a bug slipped in the latest 0.4.3 release.I get a > org.apache.shiro.subject.ExecutionException: > java.lang.IllegalStateException: > org.apache.shiro.session.Inva

Re: tapestry-security 0.4.3 released!

2012-03-21 Thread Dimitris Zenios
Cool.Will expect a patch release soon :) On Wed, Mar 21, 2012 at 11:20 PM, Kalle Korhonen wrote: > Yes.. https://jira.codehaus.org/browse/TYNAMO-145. > > Kalle > > > On Wed, Mar 21, 2012 at 2:06 PM, Dimitris Zenios > wrote: >> I think there is a bug slipped in the latest 0.4.3 release.I get a >>

Re: jQuery and Submit button - Tapestry 5 problem

2012-03-21 Thread ksrijith
When using Tapestry5-jquery you would need to add the following to the AppModule.contributeFactoryDefaults method to completely suppress Prototype: configuration.override(JQuerySymbolConstants.SUPPRESS_PROTOTYPE,"true"); If you could provide the tml file where this issue it happening, mayb

Re: Accessing zone form elements

2012-03-21 Thread Taha Hafeez Siddiqi
Hi You can override the id generated for select by using parameter "clientId". So in your inner select you can use clientId='item' regards Taha On Mar 22, 2012, at 2:05 AM, Markus Grell wrote: > Greetings! > > I have a page that has the following structure: > > ... > > > > > > > The i

Re: Tynamo Federatedaccounts OpenID module coming up...

2012-03-21 Thread Taha Hafeez Siddiqi
Hi In rails, https://github.com/intridea/omniauth is popular. Would love to see something like that in tapestry. regards Taha On Mar 22, 2012, at 1:41 AM, Thiago H. de Paula Figueiredo wrote: > On Wed, 21 Mar 2012 16:45:05 -0300, Kalle Korhonen > wrote: > >> Based on the initial work of Jur

Re: Tynamo Federatedaccounts OpenID module coming up...

2012-03-21 Thread Kalle Korhonen
On Wed, Mar 21, 2012 at 5:57 PM, Taha Hafeez Siddiqi wrote: > In rails, https://github.com/intridea/omniauth is popular. Would love to see > something like that in tapestry. Thanks Taha. Do you know of any live examples with omniauth & openid? Kalle > On Mar 22, 2012, at 1:41 AM, Thiago H. de

Got5-Jquery compatibility with Grid and BeanEditForm / Tapestry-Bootstrap

2012-03-21 Thread Lenny Primak
I am trying to use Tapestry-Bootstrap module, and it requires JQuery, which I am new to. So, I tried to use got5-jquery, and using SUPPRESS_PROTOTYPE(true) and JQUERY_ALIAS($j) like it says in the docs. Some of my current screens work exactly the way they should, but those contain BeanEditForms

Re: Boolean Return Values in Custom Component Events

2012-03-21 Thread Steve Eynon
Food for future thought - the way the event return value is used for multiple purposes and may, or may not be passed to your callback seems a little messy. Currently we have - in ComponentPageElementImpl: ComponentEventCallback wrapped = new ComponentEventCallback() { public boolean handleR