RE: EventLink parameters

2012-10-15 Thread Ken in Nashua
alright lance... your context works... but it also states that there is a bug with parameters... you hadnt mentioned that kcola...@live.com From: kcola...@live.com To: users@tapestry.apache.org Subject: RE: EventLink parameters Date: Mon, 15 Oct 2012 17:43:37 -0400 Lance, this has spec

How to remove query parmeter from url string

2012-10-15 Thread George Christman
Hello everyone, I'm working on my new search page which uses tapestry query parameters. The query parameters are dynamically set from a select menu. So far it seems to be working, however I do not know how to clear the query parameter from the url when the select menu is set to blank. I end up gett

Re: tapestry5-highcharts available

2012-10-15 Thread François Facon
> btw while I have your attention regarding the tapestry5-highchart can you > please take look at this thread > > , maybe you can implement the feature from there for the next release.

Re: tapestry5-highcharts available

2012-10-15 Thread François Facon
this library seems very interesting. it deserves a try. thank you for the link Regards François 2012/10/15 Dragan Sahpaski : > If you need charts than maybe http://nvd3.com which is a utils > charting library based on d3. > > Cheers, > Dragan Sahpaski > > > On Mon, Oct 15, 2012 at 12:18 PM, Massi

RE: EventLink parameters

2012-10-15 Thread Ken in Nashua
Lance, this has specifically to do with the parameters construct failing on java methods I dont know what to do. I wrote the method as you specified. t:parameters="prop:{'pageNum':'indexValue'}" t:parameters="prop:{'pageNum':'${pageIndex}'}" parameters construct refuses to create the Map i

RE: EventLink parameters

2012-10-15 Thread Lance Java
Just write a getter (aka a property) public int getFoo() { // return some calculation using pageNum and index value } And call it in a template ... -- View this message in context: http://tapestry.1045711.n5.nabble.com/EventLink-parameters-tp5716874p5716918.html Sent from the Tapestry - U

RE: EventLink parameters

2012-10-15 Thread Ken in Nashua
t:parameters="prop:{'pageNum':'indexValue'}" t:parameters="prop:{'pageNum':'${pageIndex}'}" Lance, thats just the problem... I did just that and it doesnt work. indexValue and pageIndex are both from within the java

Re: tapestry5-highcharts available

2012-10-15 Thread bhorvat
François Facon-3 wrote > We will deploy a release version this week . That is good to hear, please keep us posted. btw while I have your attention regarding the tapestry5-highchart can you please take look at this thread

Re: Tapestry website down?

2012-10-15 Thread Howard Lewis Ship
I think there was a brief hiccup. On Mon, Oct 15, 2012 at 12:03 PM, Kristian Marinkovic wrote: > online for me as well in austria > > On Mon, Oct 15, 2012 at 8:57 PM, Jon Williams > wrote: >> Negative. Working fine here in Canada. >> >> On Mon, Oct 15, 2012 at 11:43 AM, Russell John-Baptistr >>

Re: Tapestry website down?

2012-10-15 Thread Kristian Marinkovic
online for me as well in austria On Mon, Oct 15, 2012 at 8:57 PM, Jon Williams wrote: > Negative. Working fine here in Canada. > > On Mon, Oct 15, 2012 at 11:43 AM, Russell John-Baptistr > wrote: > >> Is the tapestry.apache.org site down? >> >> >>

Re: Tapestry website down?

2012-10-15 Thread Jon Williams
Negative. Working fine here in Canada. On Mon, Oct 15, 2012 at 11:43 AM, Russell John-Baptistr wrote: > Is the tapestry.apache.org site down? > > > - > To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org > For additiona

Tapestry website down?

2012-10-15 Thread Russell John-Baptistr
Is the tapestry.apache.org site down? - To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org

Re: Help with URLRewriter and links

2012-10-15 Thread Thiago H de Paula Figueiredo
On Mon, 15 Oct 2012 13:40:28 -0300, Nicolas Barrera wrote: Hi Thiago, here I attach my code thanks for your time :) Hi! Your code looks fine. I think you should also have a matching outbound rewrite rule (implemented or not in the same class) so the paths in the rewritten page remain c

Re: Help with URLRewriter and links

2012-10-15 Thread Nicolas Barrera
Hi Thiago, here I attach my code thanks for your time :) > @org.apache.tapestry5.annotations.Log > public static void > contributeURLRewriter(OrderedConfiguration configuration) { > URLRewriterRule rule = new URLRewriterRule() { > > @Override > public Reque

Re: hmac sample

2012-10-15 Thread Howard Lewis Ship
On Mon, Oct 15, 2012 at 8:11 AM, Michael Gentry wrote: > Hi Howard, > > If your application requires session state to function, it would error > out regardless. Perhaps the random approach is better for > session-heavy applications and the fixed/stable approach is better for > session-free applic

problem with actionlink and zone

2012-10-15 Thread Thevenet Benoît
Hello everybody, I'm new on this mailinglist, happy to "see" you ;-) After tried a lot of solutions found on internet, i write there my problem. I use Tapestry JQuery. I have an actionlink which refresh a zone "windowZone". But the action link is in this same zone "windowZone".

Re: Help with URLRewriter and links

2012-10-15 Thread Thiago H de Paula Figueiredo
Hi! Please post your URL rewriting code. On Mon, 15 Oct 2012 11:10:41 -0300, Nicolas Barrera wrote: Hello Tapestry users, I 'm using T5.1 in my project, so I 'm using the URLRewriter method of rewriting urls. I 'm trying to develop a page who will show error messages for different situat

Re: hmac sample

2012-10-15 Thread Michael Gentry
Hi Howard, If your application requires session state to function, it would error out regardless. Perhaps the random approach is better for session-heavy applications and the fixed/stable approach is better for session-free applications? Thanks, mrg On Sun, Oct 14, 2012 at 1:39 PM, Howard Lew

Help with URLRewriter and links

2012-10-15 Thread Nicolas Barrera
Hello Tapestry users, I 'm using T5.1 in my project, so I 'm using the URLRewriter method of rewriting urls. I 'm trying to develop a page who will show error messages for different situations, (e.g. 404, 503,... and when spring-security detects that you have no privileges for a page). This page

Re: Generating dynamic Hypertext from a component

2012-10-15 Thread Thiago H de Paula Figueiredo
On Sat, 13 Oct 2012 12:25:13 -0300, Peter Wendorff wrote: Thanks, this seems to work basically. But is it possible to mix that with - optimal even dynamic - templates? Tapestry tempaltes structure is static. But you can use the OutputRaw component to generate markup on a Java class and ou

Re: strange NPE, really making me nervous

2012-10-15 Thread Thiago H de Paula Figueiredo
On Fri, 12 Oct 2012 01:01:36 -0300, Ken in Nashua wrote: Here is Home.JAVA snippet public class Home { /** * Component */ @Property private Class collectiontype; @Property private Integer itemsPerPage = new Integer("50"); Don't initialize fields in their dec

Re: tapestry5-highcharts available

2012-10-15 Thread Dragan Sahpaski
If you need charts than maybe http://nvd3.com which is a utils charting library based on d3. Cheers, Dragan Sahpaski On Mon, Oct 15, 2012 at 12:18 PM, Massimo Lusetti wrote: > On Mon, Oct 15, 2012 at 11:41 AM, François Facon > wrote: > >> We will deploy a release version this week . > > Well..

Re: tapestry5-highcharts available

2012-10-15 Thread Massimo Lusetti
On Mon, Oct 15, 2012 at 11:41 AM, François Facon wrote: > We will deploy a release version this week . Well... http://d3js.org/ is worth a look. Cheers -- Massimo http://meridio.blogspot.com - To unsubscribe, e-mail: users-un

Re: tapestry5-highcharts available

2012-10-15 Thread François Facon
We will deploy a release version this week . 2012/10/14 bhorvat : > if the snapshot repository is not working does anyone have any idea when it > will work as I need the snapshot version due to the fix it contains > > thanks for the assistance > > > > -- > View this message in context: > http://t

Re: tapestry5-highcharts available

2012-10-15 Thread François Facon
for basic charts with MIT at GPL V2 licence, there is also http://www.jqplot.com/ see https://github.com/got5/tapestry5-jqPlot simple demo available at http://growing-cloud-5354.herokuapp.com/ 2012/10/14 bhorvat : > Muhammad Gelbana wrote >> I reckon highcharts license doesn't fit in commercial