Re: Page Links showing path in brackets

2010-11-07 Thread Juan E. Maya
Well josh, it's hard to say. If u say it's a CSS problem then there's not much tapestry could do. U might include a new CSS asset that overrides the css causing the problem. On Mon, Nov 8, 2010 at 8:45 AM, Josh Kamau wrote: > I realized this is being caused by css. I am using blueprint CSS for la

Re: Page Links showing path in brackets

2010-11-07 Thread Josh Kamau
I realized this is being caused by css. I am using blueprint CSS for layout and its really disfiguring my table. Any solution for this? regards. On Mon, Nov 8, 2010 at 2:42 AM, Josh Kamau wrote: > Hi all > > I have created some page links and they are appearing with the path in > brackets. >

Page Links showing path in brackets

2010-11-07 Thread Josh Kamau
Hi all I have created some page links and they are appearing with the path in brackets. E.g Show all(/adressbook/showall) - Create New(/addressbook/createnew) Even the links for the grid column headers have

Re: AOP methods

2010-11-07 Thread Josh Kamau
Thanks Katia, the Link really helped Josh On Mon, Nov 8, 2010 at 2:31 AM, Katia Aresti wrote: > hi, > > read this post > > > http://blog.tapestry5.de/index.php/2010/10/24/advise-and-decorate-annotations-for-modules/ > > regards, > > Katia > > 2010/11/8 Josh Kamau > > > Hi there; > > > > Is it

Re: AOP methods

2010-11-07 Thread Katia Aresti
hi, read this post http://blog.tapestry5.de/index.php/2010/10/24/advise-and-decorate-annotations-for-modules/ regards, Katia 2010/11/8 Josh Kamau > Hi there; > > Is it a convention that the methods for cross-cutting concerns e.g > transactions must be named as adviseXXX ? > > regards. >

Exposing Tapestry 5 services (via ServiceLink)

2010-11-07 Thread Alessio Gambi
Hi, do you know if there is a smart (and nice) way to expose Tapestry 5 services to the "outside" world? At the moment, by using EventLinks, one can access components in a page. I was looking for something similar but for services instead of components/pages. My use case is about ajax requests

AOP methods

2010-11-07 Thread Josh Kamau
Hi there; Is it a convention that the methods for cross-cutting concerns e.g transactions must be named as adviseXXX ? regards.

Reusable markup components

2010-11-07 Thread Josh Kamau
Hi I have been successful in creating reusable markup segments by creating them as components. Is this the best way? are there other ways? i have seen a class named Block and markup tag where are they used or are they from older versions of tapestry? Kind regards.

Re: Creating custom component

2010-11-07 Thread Guerin Laurent
In addition to the Tapestry documentation and if you use Eclipse, you should have a look at : http://wiki.apache.org/tapestry/Tapestry5JSPEditorEclipse This will provide you code completion on components in your tml files, with documentation on component itself and also on the component paramete

Nested Form Submission

2010-11-07 Thread Taha Hafeez
Hi Being a component based framework, tapestry should have no problem with the "concept" of nested forms even though it is not allowed in HTML. Nesting of components is fundamental to a component based framework and not being able to do so compels you to think outside the concept of components and

Re: Does tapestry with hibernate

2010-11-07 Thread ael
I think this is due to license issue of hibernate. -- View this message in context: http://tapestry.1045711.n5.nabble.com/Does-tapestry-with-hibernate-tp3252006p3254374.html Sent from the Tapestry - User mailing list archive at Nabble.com. ---

Re: HibernateDataProvider vs Using a Dao

2010-11-07 Thread ael
I think there are the same. but different in controlling the session. Also using DAO can have an advantage in using different or migrating database. -- View this message in context: http://tapestry.1045711.n5.nabble.com/HibernateDataProvider-vs-Using-a-Dao-tp3254210p3254368.html Sent from the Ta

Re: tapestry-spring-security support for Spring Security 3.0.4.RELEASE?

2010-11-07 Thread Olle Hallin
Alex, It's not a minor point release. TSS 2.1.0 depends on org.springframework.security:spring-security-core:2.0.4. In this version, AccessDeniedHandler lives in org.springframework.security.ui. In org.springframework.security:spring-security-core:3.0.x, it lives in org.springframework.security.

Re: i give up

2010-11-07 Thread Thiago H. de Paula Figueiredo
On Sun, 07 Nov 2010 17:45:49 -0200, Nicolas Barrera wrote: Thiago, Hi, Nicolas! could you post a link to your portuguese T5 documentation/article/book? I haven't released it yet. :( just curious, as I 'm learning both right now.., T5 and portuguese :D Cool! I'll post a link when it'

Re: i give up

2010-11-07 Thread Nicolas Barrera
Thiago, could you post a link to your portuguese T5 documentation/article/book? just curious, as I 'm learning both right now.., T5 and portuguese :D cheers! Nicolás.- On Sat, Nov 6, 2010 at 4:08 PM, Thiago H. de Paula Figueiredo < thiag...@gmail.com> wrote: > On Sat, 06 Nov 2010 16:44:22 -0

Re: Some questions about Tapestry components source code

2010-11-07 Thread Thiago H. de Paula Figueiredo
On Sun, 07 Nov 2010 16:29:15 -0200, Anton Mezerny wrote: Hi all, Hi! I've spent some time diving into the tapestry's sources (particulary BeanEditor and all code which is linked to it). I learned a lot from reading Tapestry sources. They're very well written and architected, use a lot

HibernateDataProvider vs Using a Dao

2010-11-07 Thread Josh Kamau
Hi ; What is the advantage of using a hibernateDataProvider over retriving a list using a DAO? Regards.

Some questions about Tapestry components source code

2010-11-07 Thread Anton Mezerny
Hi all, I've spent some time diving into the tapestry's sources (particulary BeanEditor and all code which is linked to it). I use Tapestry 5.2.2. I found some interesting things, that I can't explain: 1)in PropertyEditor.java there is some code, but it is not used anywhere (I did't find any usage

Re: best way to apply database upgrades at startup

2010-11-07 Thread Thiago H. de Paula Figueiredo
On Sun, 07 Nov 2010 06:45:54 -0200, Paul Stanton wrote: Hi, Hi! Does this sound like a good approach or has someone done something similar in a smarter way? I think it is. The probably most correct and recommended way would be contributing a Runnable that executes your logic to the R

Re: best way to apply database upgrades at startup

2010-11-07 Thread Onno Scheffers
Have you tried LiquiBase (http://www.liquibase.org/)? It includes a ServletListener that allows you to update your database before you webapp fires up. I've only used it on a single project so far, but I'm pretty happy with it. regards, Onno On Sun, Nov 7, 2010 at 9:45 AM, Paul Stanton wrote

Re: cometd in tapestry 5

2010-11-07 Thread françois facon
Atmosphere looks very fine. I guess that Atmosphere Meteor could be use to
 easily 
add 
asynchronous support to Tapestry. For the client side Atmopshere also provide prototype object an jQuery Plugin. 2010/11/7 Robert R. Sanders > I would think some integration for a high/medium level framewor

Re: cometd in tapestry 5

2010-11-07 Thread françois facon
Dojo seem's to provide an API that looks like WebSocket, and fallback to other techniques if WebSocket isn’t available. http://www.sitepen.com/blog/2010/10/31/dojo-websocket/ If you want to provided a real bi directionnal data channel between your server and your client, you will need a gateway t

best way to apply database upgrades at startup

2010-11-07 Thread Paul Stanton
Hi, I'm using tapestry-hibernate and hibernate is configured partly by hibernate.cfg.xml and some properties supplied in AppModule.contributeHibernateSessionSource. I need to apply database upgrades before hibernate has a chance to validate mapped entities. Since I have access to the confi