Re: [T5.2] Grid component manipulation

2010-11-01 Thread Daniel Henze
Hi Mohammad, I did something similar as I needed paging and most of the Grid functionality without showing a grid. My approach was to extend the Grid, GridRows and GridColumns components. Most java code did stay the same, but the regarding templates got updated to my clients requirements. A

Re: Regarding zone updates, and custom events.

2010-11-01 Thread Howard Lewis Ship
Forms and Zones do not mix well; please look at components such as FormFragment, FormInjector and AjaxFormLoop. On Mon, Nov 1, 2010 at 3:10 PM, Travis Romney wrote: > I'm having some issue with mixing, zones with my own custom ajax events. > > For example: > > I have a form that contains a zone

Re: Overriding BeanBlockSource

2010-11-01 Thread Taha Hafeez
It worked... //- //As i had to override all, I created a generic class //--- import org.apache.tapestry5.services.DataTypeAnalyzer; import org.apache.tapestry5.ioc.services.PropertyAdapter; public class GenericTypeAnalyzer im

Re: inject component from parent component

2010-11-01 Thread Muhammad Mohsen
This is an old thread but REALLY thank you all for the concepts you demonstrated and specially *Josh* for the code to clear everything out :) On Wed, Aug 11, 2010 at 3:32 AM, Geoff Callender < geoff.callender.jumpst...@gmail.com> wrote: > It's best that the component knows nothing of what's aroun

Mixing zone updates and custom events.

2010-11-01 Thread Travis Romney
> > I'm having some issues mixing zones and my own custom ajax events. > What is happening is when I update a zone via the form submit. My other event listeners get removed from the page. > For example: > > I have a simple form that contains a zone like the following: > > > >

Regarding zone updates, and custom events.

2010-11-01 Thread Travis Romney
I'm having some issue with mixing, zones with my own custom ajax events. For example: I have a form that contains a zone like the following.

Re: [Tapestry Central] Tapestry 5.2.2

2010-11-01 Thread Juan E. Maya
This is the link: http://people.apache.org/~uli/tapestry-site/release-notes-522.html On Mon, Nov 1, 2010 at 10:19 PM, Muhammad Mohsen wrote: > That's great ! > > But where should I find the link for the release notes ? it's not on > tapestry.apache.com isn't it ? > > On Mon, Nov 1, 2010 at 10:01

Re: [Tapestry Central] Tapestry 5.2.2

2010-11-01 Thread Muhammad Mohsen
That's great ! But where should I find the link for the release notes ? it's not on tapestry.apache.com isn't it ? On Mon, Nov 1, 2010 at 10:01 PM, Howard wrote: > ... and the latest version of Tapestry, 5.2.2, is now available. This > is the second beta release for Tapestry 5.2, addressing a f

[Tapestry Central] Tapestry 5.2.2

2010-11-01 Thread Howard
... and the latest version of Tapestry, 5.2.2, is now available. This is the second beta release for Tapestry 5.2, addressing a few bugs in 5.2.1, and adding a couple of minor non-disruptive improvements ... read about it in the release notes. Tapestry 5.2.2 is available for download, or via Maven:

Re: Portlet support in Tapestry 5?

2010-11-01 Thread Howard Lewis Ship
This seems to perpetually be something "in the next release". It isn't a significant amount of code, but its a lot of work to test. Since it hasn't been a priority for any of my clients, I haven't been able to justify working on it. The interesting thing is that significant amounts of Tapestry are

Re: Portlet support in Tapestry 5?

2010-11-01 Thread françois facon
Hello Marcos, The last post about portlet support in tapestry 5 was made by Markus Feindler. http://www.mail-archive.com/users@tapestry.apache.org/msg42770.html François 2010/11/1 Marcos Mainar > Dear Tapestry users, > > I wanted to ask if there is any kind of official or non-official portlet

Re: [T5.2] Grid component manipulation

2010-11-01 Thread Kalle Korhonen
If you want rows and columns, use the grid, end of story. For paging divs and other arbitrary items, check out ChenilleKit's PagedLoop component, it's pretty flexible. Kalle On Mon, Nov 1, 2010 at 6:54 AM, Muhammad Mohsen wrote: > Hello everyone, > > My main objective is to list complex data in

Re: [T5.2] Grid component manipulation

2010-11-01 Thread Thiago H. de Paula Figueiredo
On Mon, 01 Nov 2010 13:03:13 -0200, Muhammad Mohsen wrote: I have no considerable designing experience to argue with your statement. It's just that sometimes a client would insist on having a table-less application. Unless I can't override the Grid to render using tables, I can't accept the j

Re: [T5.2] Grid component manipulation

2010-11-01 Thread Thiago H. de Paula Figueiredo
On Mon, 01 Nov 2010 12:23:58 -0200, Muhammad Mohsen wrote: It's a debate, whether to use tables or divs. Check this page: http://en.wikipedia.org/wiki/Tableless_web_design Search for: "This causes a number of problems" I think you got th

Portlet support in Tapestry 5?

2010-11-01 Thread Marcos Mainar
Dear Tapestry users, I wanted to ask if there is any kind of official or non-official portlet development support in Tapestry 5. I have seen that Tapestry 4 had portlet development support but I haven't been able to find any portlet support for Tapestry 5. Thank you, Marcos

Re: [T5.2] Grid component manipulation

2010-11-01 Thread Muhammad Mohsen
I have no considerable designing experience to argue with your statement. It's just that sometimes a client would insist on having a table-less application. Unless I can't override the Grid to render using tables, I can't accept the job. That's all :) I wish the mailing list is always active is it

Re: Tapestry and JMS

2010-11-01 Thread Everton Agner
I get what you meant now. yes, i believe it would be a tap ioc integration. To be honest, I just look for some wrapper services for Queues's acess etc. But if there isn't, I'll just make some. ___ Everton Agner Ramos 2010/11/1 Thiago H. de Paula Figueiredo > On Mon, 01 Nov

"Code less, deliver more", possible problem

2010-11-01 Thread Inge Solvoll
jQuery promotes itself with "write less, do more", see http://jquery.com/top left corner A bit similar to the new Tapestry slogan, don't you think? Just wanted to let you know in case nobody noticed :) Inge

Re: [T5.2] Grid component manipulation

2010-11-01 Thread Juan E. Maya
Muhammad, as the article points out, tableless design is: "...a philosophy eschewing the use of HTML tables for page layout control purposes." Tables have a very good purpose in HTML they should be used to display tabular data (A grid is exactly that). The problem is that 10 years ago tables were

Re: [T5.2] Grid component manipulation

2010-11-01 Thread Michael Gentry
Read further: http://en.wikipedia.org/wiki/Tableless_web_design#The_use_of_tables "Using divisions to simulate a table for the display of tabular data is as much a design flaw as using tables to control graphic and page layout." mrg On Mon, Nov 1, 2010 at 10:23 AM, Muhammad Mohsen wrote: > It

Re: [T5.2] Grid component manipulation

2010-11-01 Thread Muhammad Mohsen
It's a debate, whether to use tables or divs. Check this page: http://en.wikipedia.org/wiki/Tableless_web_design Search for: "This causes a number of problems" Also it's sometimes a client request that the web application becomes table-less and o

Re: Session concurrency

2010-11-01 Thread Thiago H. de Paula Figueiredo
On Mon, 01 Nov 2010 11:43:28 -0200, Paulo Andrade wrote: Hello, Hi! Sorry if this an easy question, It isn't. Actually, it's not even a Tapestry-only problem, but of stateful web applications too. but I'm new to tapestry and couldn't quite figure out how does tapestry handle sessi

Re: [T5.2] Grid component manipulation

2010-11-01 Thread Thiago H. de Paula Figueiredo
On Mon, 01 Nov 2010 11:54:17 -0200, Muhammad Mohsen wrote: Hello everyone, Hi! Is there a way I can override the Grid component to use "div"s instead of tables ? I don't think so. Why do you want that? And to hide the header shown. You can CSS to hide it from view or use DOM rewriti

Re: Tapestry and JMS

2010-11-01 Thread Thiago H. de Paula Figueiredo
On Mon, 01 Nov 2010 11:20:45 -0200, Everton Agner wrote: I guess it would be Tapestry's, because JMS is a javaee specification. Independently of being a JavaEE specification, which includes several things from JDBC to JMS, Tapestry is a Web framework, so it doesn't make much sense to ha

[T5.2] Grid component manipulation

2010-11-01 Thread Muhammad Mohsen
Hello everyone, My main objective is to list complex data in rows with the paging feature implemented. I can think of other ways to list rows with complex data but the paging feature is already implemented in the Grid component and I don't want to reinvent the wheel so I'm thinking of using the G

Session concurrency

2010-11-01 Thread Paulo Andrade
Hello, Sorry if this an easy question, but I'm new to tapestry and couldn't quite figure out how does tapestry handle sessions. My main worry is concurrent access to session objects. If two request for the same session arrive simultaneously, will the session object be accessed concurrently in

Re: Tapestry and JMS

2010-11-01 Thread Everton Agner
I guess it would be Tapestry's, because JMS is a javaee specification. ___ Everton Agner Ramos 2010/11/1 Thiago H. de Paula Figueiredo > On Mon, 01 Nov 2010 10:40:23 -0200, Everton Agner > wrote: > > Hi, >> > > Hi, Everton! > > > Is there some Tapestry services - built-i

Re: Tapestry and JMS

2010-11-01 Thread Thiago H. de Paula Figueiredo
On Mon, 01 Nov 2010 10:40:23 -0200, Everton Agner wrote: Hi, Hi, Everton! Is there some Tapestry services - built-in or in some third party module to work with JMS queues? Do you mean Tapestry itself of Tapestry-IoC? -- Thiago H. de Paula Figueiredo Independent Java, Apache Tapestry 5

Tapestry and JMS

2010-11-01 Thread Everton Agner
Hi, Is there some Tapestry services - built-in or in some third party module - to work with JMS queues? Thanks ___ Everton Agner Ramos

Re: Overriding BeanBlockSource

2010-11-01 Thread Thiago H. de Paula Figueiredo
On Mon, 01 Nov 2010 01:33:17 -0200, Taha Hafeez wrote: I am trying to override default editing components as I want to remove the labels.. but contributeBeanBlockSource() is called in a random order (at times before and at times after the TapestryModules's contributeBeanBlockSource()). .

Re: Overriding BeanBlockSource

2010-11-01 Thread Juan E. Maya
Hello Taha, what you can do is to contribute a new DataTypeAnalyzer and then contribute its bean block source. The DataTypeAnalyzer is a orderedlist so you can control their order. For example if you would like to override the date selector used by tapestry u should have something like this in yo