Re: confused about countrycode in data-locale attribute

2016-06-27 Thread D.R.
Hi, thanks for reply. Just set -Duser.language=de does not work, i still get de_DE on my pages where my PageRenderLinkTransformer impl is involved. This is the difference i was not able to see. Only on the pages where my PageRenderLinkTransformer impl is involved, i get the de_DE. If i set

Tapestry5.4.0 'Palette' button doesn't work on IE11 compatibility mode

2016-06-27 Thread sheikh hossain
We are running our tapestry app in IE11 compatibilty mode. One of the pages has palette and the left/right buttons doesn't work. The button remains disabled even when we select an item from left box.The page works on Chrome/Firefox. Since IE intranet sites are by default runs on compatibility mode

Re: Environmental not avaible during action

2016-06-27 Thread Thiago H de Paula Figueiredo
On Mon, 27 Jun 2016 10:37:07 -0300, Lherm Nicolas wrote: I pass the value in the context via t:context="corgamo". So the actionEvent seems to works but the zone isn't render yet. I still have the same error of environment That's because you haven't pushed the corgamo value into the environm

Re: Tapestry 4.1 Migration to Tapestry 5

2016-06-27 Thread Thiago H de Paula Figueiredo
On Mon, 27 Jun 2016 10:33:06 -0300, Mukesh Chandra wrote: Hi Barry Which service are you talking about? How do I create one. Is there some class I need to inherit? No. Can I have a sample implementation for same? The documentation for Tapestry-IoC, the replacement for HiveMind in T

Re: confused about countrycode in data-locale attribute

2016-06-27 Thread Kalle Korhonen
As a workaround, perhaps the simplest thing to do is to set your JVM language to match the webapp default (i.e. -Duser.language=de)? Kalle On Mon, Jun 27, 2016 at 8:45 AM, Carlos Montero Canabal < carlosmonterocana...@gmail.com> wrote: > I write a jira issue about this problem > https://issues.a

Re: Null pointer on sort with 5.3.8 that didn't occur with 5.3.7

2016-06-27 Thread Cezary Biernacki
Your stack trace seems to indicate that conduit (a mechanism connecting Tapestry with a column) is not available. It can happen if the column is manually added to the model. Was the column sortable with Tapestry 5.3.7? How is this column defined? Best regards, Cezary On Mon, Jun 27, 2016 at 4:4

Re: confused about countrycode in data-locale attribute

2016-06-27 Thread Carlos Montero Canabal
I write a jira issue about this problem https://issues.apache.org/jira/browse/TAP5-2551 some weeks ago. For my experience, the locale de_DE is the locale of your JVM. As I wrote, "so the main bug is in the default locale who returns ThreadLocale

Re: Null pointer on sort with 5.3.8 that didn't occur with 5.3.7

2016-06-27 Thread Kalle Korhonen
I suspect the culprit is the Java upgrade rather than Tapestry. There are some internal changes in the sorting algorithm (for example, see https://bugs.openjdk.java.net/browse/JDK-8062797 although it doesn't directly match your case). But basically, you have to make sure your grid data source doesn

Null pointer on sort with 5.3.8 that didn't occur with 5.3.7

2016-06-27 Thread Davide Vecchi
Hi everybody For now I cannot post code to reproduce this problem because it only occurs with one columns of a specific grid from a big application and so far I wasn't able to extract the code to reproduce the error into a runnable example. But after posting this I will keep trying and if I man

confused about countrycode in data-locale attribute

2016-06-27 Thread D.R.
Hi, i want my app in german, so in my appmodule i put configuration.add(SymbolConstants.SUPPORTED_LOCALES, "de"); 1. On my index page the html tag is rendered as: xmlns="http://www.w3.org/1999/xhtml";> or with productionmode==true: http://www.w3.org/1999/xhtml";> everything is fine here, just w

RE: Environmental not avaible during action

2016-06-27 Thread Lherm Nicolas
I pass the value in the context via t:context="corgamo". So the actionEvent seems to works but the zone isn't render yet. I still have the same error of environment De : Thiago H de Paula Figueiredo Envoyé : mercredi 22 juin 2016 17:18:16 À : Tapestry users Obj

RE: Tapestry 4.1 Migration to Tapestry 5

2016-06-27 Thread Mukesh Chandra
Hi Barry Which service are you talking about? How do I create one. Is there some class I need to inherit? Can I have a sample implementation for same? Regards Mukesh Chandra From: Barry Books [mailto:trs...@gmail.com] Sent: Friday, June 24, 2016 9:32 PM To: Mukesh Chandra Cc: Tapestry users Sub