Re: PageRenderLinkTransformer and rewriting urls for root requests

2011-06-05 Thread tapes...@bg.cdev.de
Thank you for the information. Now I am using an own RequestFilter which rewrites the path from "/" to "/Index" when needed. After that the LinkTransformer works. Better to use this little hack rather than the deprecated urlrewriter.   Thanks, Jan "Thiago H. de Paula Figueiredo" hat am 5. Juni 2

Re: Rendering a Block

2011-06-05 Thread Steve Eynon
Hi, An approach I've just used, is to render the XML into to the page, convert the generated markup into a String and then remove the XML from the DOM. It may not be appropriate for all cases but it works if you just want to template pure XML with no javascript or CSS. Here's a component which r

Re: java enterprise spesification with tapestry

2011-06-05 Thread ael
In order to understand more about Tapestry. You should first introduce yourself to Tapestry by reading what is tapestry is all about. http://tapestry.apache.org/ http://tapestry.apache.org/ -- View this message in context: http://tapestry.1045711.n5.nabble.com/java-enterprise-spesification-wit

Re: Strange problem with tapestry.js

2011-06-05 Thread Taha Hafeez
Hi Kalle I give up windows since 2001 (I use linux, currenly ubuntu) but the company I work for uses a banking software which can only work with Microsoft JVM for IE(can you imagine), so we are stuck with ie. As the software still works with ie6, there is no reason for upgrade. If only there coul

Re: Simpler Select configuration

2011-06-05 Thread Taha Hafeez
Followed your lead http://tawus.wordpress.com/2011/06/06/a-simpler-select-for-tapestry/ regards Taha On Sat, Jun 4, 2011 at 5:56 AM, Howard Lewis Ship wrote: > A reminder: org.apache.tapestry5.components.Select is not the only > class allowed to render a or tag. Rather than > bending code me

Re: Strange problem with tapestry.js

2011-06-05 Thread Kalle Korhonen
Sorry, I don't have anything meaningful to contribute to this discussion. But since I've had my fights with IE6 too, I have to share http://www.theie6countdown.com/default.aspx in case you haven't seen it before. Kalle On Sun, Jun 5, 2011 at 3:52 AM, Taha Hafeez wrote: > Hi Francois > > 2011/6/

Re: PageRenderLinkTransformer and rewriting urls for root requests

2011-06-05 Thread Thiago H. de Paula Figueiredo
On Sun, 05 Jun 2011 15:17:24 -0300, tapes...@bg.cdev.de wrote: Thank you for your reply. As mentioned, I tried to use the PageRenderLinkTransformer which is part of the LinkTransformer API (LinkTransformer extends ComponentEventLinkTransformer, PageRenderLinkTransformer). The problem is that

RE : Eclipse IDE and TML code completion

2011-06-05 Thread Guerin Laurent
Hi, you're right, the file is broken. I have updated the wiki page. You can also get the proper version here : https://github.com/downloads/exanpe/tapestry-tldgen/NewTMLTemplate.xml BTW, you should also look at the WTP Eclipse plugin is being developed by Gavin Lei in the scope of Google Summer

Re: PageRenderLinkTransformer and rewriting urls for root requests

2011-06-05 Thread tapes...@bg.cdev.de
Thank you for your reply. As mentioned, I tried to use the PageRenderLinkTransformer which is part of the LinkTransformer API (LinkTransformer extends ComponentEventLinkTransformer, PageRenderLinkTransformer). The problem is that the decode method isn't invoked when the root page is requested (with

Re: Eclipse IDE and TML code completion

2011-06-05 Thread onj888-tapestry
Hi, I tried to follow the instruction on the page, but I couldn't import the template in eclipse. Does it support the latest eclipse 3.6.2? or the template from https://issues.apache.org/jira/browse/TAP5-120?page=com.atlassian.jira.plugin.system.issuetabpanels%3Aworklog-tabpanel#issue-tabs is a b

Re: PageRenderLinkTransformer and rewriting urls for root requests

2011-06-05 Thread Thiago H. de Paula Figueiredo
On Fri, 03 Jun 2011 19:49:13 -0300, tapes...@bg.cdev.de wrote: Hello, Hi! I'm trying to use the PageRenderLinkTransformer to rewrite my urls but it doesn't seem to be the right way for my case. The problem is that the decodePageRenderRequest method isnt invoked when I request the root w

Re: java enterprise spesification with tapestry

2011-06-05 Thread Thiago H. de Paula Figueiredo
On Fri, 03 Jun 2011 21:03:47 -0300, ronizedsynch wrote: Thank a lot MR. HLS How about specification of JEE (Java Enterprise Edition). Tapestry has no dependencies on Java EE besides the Servlet API, as was already stated by Howard. You can write Tapestry applications with any Java EE ve

Re: Pagination Component

2011-06-05 Thread 9902468
Also forgot to mention, that the grid component already has pagination that is customizable + lazyloading, sorting etc. http://tapestry.apache.org/current/tapestry-core/ref/org/apache/tapestry5/corelib/components/Grid.html - Ville -- View this message in context: http://tapestry.1045711.n5.nab

Re: Pagination Component

2011-06-05 Thread 9902468
Page has context, component has parameters. Component should NOT care nor know the page it is in, to promote real componentization. It is not the job of the component to decode the parameters from web, the page should do that. And then the page should forward the context as parameters to the compo

Re: Strange problem with tapestry.js

2011-06-05 Thread Taha Hafeez
Hi Francois 2011/6/5 François Facon > Hi Taha, > > IE6 does not properly manage the keep-alive on https. On the client > side, the accumulation socket connections can cause delays and errors > on ajax calls. This problem can be highlighted on the client computer > using a netstat or using TCPVie

Re: Strange problem with tapestry.js

2011-06-05 Thread François Facon
Hi Taha, IE6 does not properly manage the keep-alive on https. On the client side, the accumulation socket connections can cause delays and errors on ajax calls. This problem can be highlighted on the client computer using a netstat or using TCPView. (Growing number of socket Used ie one time-wait