Re: [T5.1]generated Event Links and zone

2010-05-27 Thread blueboy6
at the linkZone function in tapestry.js and beginRender in AbstractComponentEventLink. Josh On Wed, May 26, 2010 at 5:27 AM, blueboy6 blueb...@gmail.com wrote: Hello ppl, Long time since I needed to post a question here, but this is really making me crazy... I have event links generated

[T5.1]generated Event Links and zone

2010-05-26 Thread blueboy6
Hello ppl, Long time since I needed to post a question here, but this is really making me crazy... I have event links generated with component resources, lots of them... 200-300 of them. and I have zone that all of them should update... problem, event links that are generated with

Re: [T5.1]generated Event Links and zone

2010-05-26 Thread blueboy6
Figueiredo wrote: On Wed, 26 May 2010 09:27:31 -0300, blueboy6 blueb...@gmail.com wrote: Hello ppl, Hi! I have event links generated with component resources, lots of them... 200-300 of them. and I have zone that all of them should update... Why exactly don't you create this links

Re: [T5.1]generated Event Links and zone

2010-05-26 Thread blueboy6
I'm using this links inside JavaScript(as URL's) so I can't render components there!? Is it possible to create eventLinks at template and to send their URL's to JavaScript somehow? Thiago H. de Paula Figueiredo wrote: On Wed, 26 May 2010 09:27:31 -0300, blueboy6 blueb...@gmail.com wrote

Grid get objects from current page

2010-02-15 Thread blueboy6
Hi guys, I have one problem and I'm not sure how to solve it, so here it goes. I have large set of objects(markers) and I'm using grid to show them on the page. I want to display that data in Map that is on same page, but only data of objects that I can see in that moment in grid. So

Deploy to jetty

2010-02-11 Thread blueboy6
Hi, I have few questions about this, and applications that I mention are all T5.1 I have 3 different applications and I want to deploy them on same web server. I have 3 different domains that I want them to deploy to. Also is possible to deploy applications on subdomains? sub.test.com ???

[T5] Getting LatLng from Google Map

2010-01-26 Thread blueboy6
Ok, here is my new problem :) I implemented google maps to one of my projects and everything is fine. I input coordinates and marker shows up and everything else is ok. Now problem is that I want to drag marker across map and to get new coordinates to my form... Problem is that this is all

Re: Help with t:loop

2009-12-12 Thread blueboy6
Hi, My suggestion is to generate some sort of LIST in backend using that ID's and than to use that list as source for loop component. Loop is designed to work with collection of items, so best is to give collection to handle it. Hope this helps Bojan Cincur Ashwanth Kumar wrote: Hi,

Re: [T5] Permalinks

2009-12-11 Thread blueboy6
, blueboy6 blueb...@gmail.com wrote: TNX Thiago, this really helped me a lot :) PS isn't url rewrite complicated to do when I have lots of diferent parts... (TWR-234, A34-TDS and so on) because I would need to create rule for all of them, I just read all documentation and didn't find anything

[T5] Permalinks

2009-12-10 Thread blueboy6
Hello everyone, I have interesting question. Is it posible to create permalinks for my pages like: www.test.com/TY45-234 I know that there is activation context but I need to do this in this shorter way. Or at least to take this permalink and to send it to other page as activation context.

Re: [T5] Permalinks

2009-12-10 Thread blueboy6
Figueiredo wrote: Em Thu, 10 Dec 2009 14:53:22 -0200, blueboy6 blueb...@gmail.com escreveu: Hello everyone, Hi! I have interesting question. Is it posible to create permalinks for my pages like: www.test.com/TY45-234 I know that there is activation context but I need to do

Re: Tapestry - hibernate problem

2009-12-06 Thread blueboy6
My mapping are ok, because yesterday I used eager fetching on all collections and it worked, I just removed every eager mappings and create criteria for all one level criteria, problem is when I try to go deeper... It seams that problem is that session is closed when I try to fetch data... It

T5 loop sort

2009-11-27 Thread blueboy6
Hi everyone, I have a question, I have a set of beans that I'm parsing to loop component to generate divs and populate them with data and other components that I'm using, now in this beens i have date property. What is best way to sort this set by date??? I was thinking to apply sorter from

Re: Parameter value was null or contained only whitespace

2009-10-15 Thread blueboy6
I have same problem, I mean not same but problem is that request.getQueryString() is null And I have query parameters I think this is new T5.1 issue! CAN SOMEBODY HELP Ulrich Stärk wrote: This is really weird. Somehow Tapestry thinks that the actionlink is referring to a

jumploader integration help

2009-10-11 Thread blueboy6
Hi all, I have some big questions for today, i found this java applet http://jumploader.com/index.html http://jumploader.com/index.html that is made for uploading multiple photos. Did anyone had any experience with it, and can you share how to integrate it in tapestry. PS it uses multipart