Re: Tapestry 5.4

2016-03-01 Thread Gunnar Eketrapp
The minimal test project is now on GitHub with super easy instructions how to test (If you have git + gradle in you environment) Please se https://github.com/oakstair/tapinapp 2016-03-01 10:02 GMT+01:00 Gunnar Eketrapp : > > > > Hi! > > > I have been away from WEB dev

Tapestry 5.4

2016-03-01 Thread Gunnar Eketrapp
Hi! I have been away from WEB development and Tapestry for a while now. Yesterday I decided to try use Tapestry to serve some web pages from our google app engine based backend. Some year ago I managed to get 5.3 to work in app engine ... I will be using jquery + bootstrap. I finally got a mi

Re: Adding IOC services from pico

2014-11-18 Thread Gunnar Eketrapp
;> https://github.com/apache/tapestry-5/search?utf8=%E2%9C%93&q=Mapmoduledef >> > > Have you tried contributing an ObjectProvider to the MasterObjectProvider > service? This won't allow your Pico-provided objects to be Tapestry-IoC > services, but you'll be able to @Inj

Re: Adding IOC services from pico

2014-11-18 Thread Gunnar Eketrapp
I can't see the atcachements in Nabble .. can you see them? I.e. I attached 4 source code files.

Adding IOC services from pico

2014-11-18 Thread Gunnar Eketrapp
alled ApplicationContainer) TapestryApplicationContainerFilter.java ApplicationContainerModuleDef.java ApplicationContainerObjectProvider.java ApplicationContainerServiceDef.java But I cant figure out how the ServiceDef and ObjectProvider should be implemented. Thanks in advance! /Gunnar Eke

Re: Forms plus none tapestry fields

2012-03-06 Thread Gunnar Eketrapp
Thanks for the tip! That component looks awsame and I made a test and compare it with Erich Hynd's multiselect which also is god. I ran into some javascript issues in my minimal test page that I will try to solve this evening. It was some god old conflict between prototype / jquery but I think. I

Re: Fails to injecting a textarea

2012-03-04 Thread Gunnar Eketrapp
Thanks! That was the problem! I am a little bit confused of when the t: prefix is needed. /Gunnar 2012/3/4 Bryan Lewis > A quick guess at the easy typo... missing 't:' before 'id'. > > > On Sun, Mar 4, 2012 at 7:51 AM, Gunnar Eketrapp > wrote

Forms plus none tapestry fields

2012-03-03 Thread Gunnar Eketrapp
n easy way around this !? Thanks in advance, Gunnar Eketrapp The selected data where assembled correctly by the jquery-ui-multiselect-widget an delivered as invited=L3,M4,M2 I.e. L for selected lists and M for selected members. Extract from my bad .tml (The invited value is a String) No

Re: Question about caching of assets ...

2012-02-28 Thread Gunnar Eketrapp
e client that it uses it's > cache. Hence the 304's, the If-Modified-Since headers and everything > else we throw at the client. > > But if the client has a small cache limit, or is new to the site, then > regardless, it's going to make lots of requests. > > St

Question about caching of assets ...

2012-02-27 Thread Gunnar Eketrapp
Thanks in advance, Gunnar Eketrapp

Re: Caching page results ...

2012-02-26 Thread Gunnar Eketrapp
e? If not, you can use the same kind of >> approach Tapestry uses for assets: incorporate a version number (or >> SHA1 checksum) into the path, and set the headers that ensure caching >> on the client (I'd have to check the Tapestry code for the exact ones >> tha

Re: Caching page results ...

2012-02-26 Thread Gunnar Eketrapp
SHA1 checksum) into the path, and set the headers that ensure caching > on the client (I'd have to check the Tapestry code for the exact ones > that work). > > On Sat, Feb 25, 2012 at 9:25 AM, Gunnar Eketrapp > wrote: > > Hi! > > > > I currently store uploaded fil

Caching page results ...

2012-02-25 Thread Gunnar Eketrapp
Hi! I currently store uploaded files in the db. I then retrieve those images with via an Image page. My problem now is that the client does not cache these images. Is there an easy way to fix my erreneous solution !? public void prepareResponse(Response r) { r.setHeader("Cache

Re: Localization question / problem ...

2012-02-22 Thread Gunnar Eketrapp
f I skip the _sv suffix on the property files. 2012/2/23 Gunnar Eketrapp > MeetingAnwsers_sv.properties i mean > > > 2012/2/23 Gunnar Eketrapp > >> It does not have to do with the casing so it must be something else. >> >> E.g. page MeetingAnswers.java does not pi

Re: Localization question / problem ...

2012-02-22 Thread Gunnar Eketrapp
MeetingAnwsers_sv.properties i mean 2012/2/23 Gunnar Eketrapp > It does not have to do with the casing so it must be something else. > > E.g. page MeetingAnswers.java does not pick up texts > from MeetingAnwsers_sv.txt when running in Ubuntu > > The strange thing is that i

Re: Localization question / problem ...

2012-02-22 Thread Gunnar Eketrapp
Ubunutu is case > sensitive. > > Thus MyPage.java means MyPage.properties, and mypage.properties will > work on Windows, fail on Ubuntu. > > > On Wed, Feb 22, 2012 at 11:54 AM, Gunnar Eketrapp > wrote: > > Hi! > > > > My app is

utskicket.se - A new tapestry based site has been released ...

2012-02-19 Thread Gunnar Eketrapp
For some time I have been working on a hobby project, a web based solution to adminstrate various types of "assocations". In Sweden we have a lot of those. It can be associations for shared properties, apartments, boat clubs etc etc. You administrate members, meetings, economy, fees, documents an

Re: Problem with securing ajax enabled Tapestry pages with Annotations ...

2012-02-01 Thread Gunnar Eketrapp
Thanks Kalle! That solved my ajax securing problem. /Gunnar Den tisdagen den 17:e januari 2012 skrev Kalle Korhonen< kalle.o.korho...@gmail.com>: > On Thu, Aug 25, 2011 at 1:08 AM, Gunnar Eketrapp > wrote: >> I still havn't managde to get ajax calls to redirect. >&g

Re: Stuts VS Tapestry - I need some ammo

2012-01-26 Thread Gunnar Eketrapp
7;s a winner! Cheers! 2012/1/26 Gunnar Eketrapp > Clean and readable > > Having worked with Spring MVC, JSP, Struts and finally found Tapestry I > can just tell that a web project gets much much more "Clean and Readable" > when choosing T5. > > The elegant

Re: Stuts VS Tapestry - I need some ammo

2012-01-26 Thread Gunnar Eketrapp
s key technology. If there where a minus one button somewhere I would press that one ... Gunnar Eketrapp 2012/1/26 Thim Anneesens > Hello Tapestry users, > > The company where I work is going to choose a web framework to implement > there site (the company core business revolves around

EventContext.toString() ?

2012-01-25 Thread Gunnar Eketrapp
Hi! Some time ago I suggested to add a toString method to EventContext in order for it to be properly logged by the @Log annotation. I coded a workaround at that time. This was fixed in T5 for some time ago . My old workaround code is still there but now I noticed that @Log Object onA

Re: [5.3] JSONArray Error while submitting forms

2012-01-10 Thread Gunnar Eketrapp
gt; The t:form is defined as: > > >> > > >> > > >> > > >> The t:submit is defined as: > > >> > > >> > >> value="Continue >" tabindex="100" /> > > >> > > >> Thanks,

Re: [ANNOUNCE] Announcing Tapestry 5.3.1

2011-12-22 Thread Gunnar Eketrapp
A pity that the easy fix described in https://issues.apache.org/jira/browse/TAP5-1777 wasn't added. I have coded around this but some people has reverted back to 5.2.6 due to this. 2011/12/21 Massimo Lusetti > On Wed, Dec 21, 2011 at 11:43 PM, jose luis sanchez > wrote: > > > No binary package

JPA / SessionInView / ?

2011-12-11 Thread Gunnar Eketrapp
load data when needed. Thanks in advance, Gunnar Eketrapp My current Spring persistence setup

Re: [5.3] JSONArray Error while submitting forms

2011-12-07 Thread Gunnar Eketrapp
But how come this issue isn't causing enough noise !!! We must have > something common in our code that is very unique !!! > I can't figure out what could be unique in my login page !!..2 fields > form...1 submit button...1 event handling method ! > > On Wed, Dec 7, 2011 at

Re: [5.3] JSONArray Error while submitting forms

2011-12-07 Thread Gunnar Eketrapp
I just created an issue for this https://issues.apache.org/jira/browse/TAP5-1777 I would love to see a fix for this otherwise I must go into production with my own brewed 5.3.1 or revert to 5.2.6. Thanks in advance, Gunnar Eketrapp 2011/12/7 Muhammad Gelbana > Facing the same issue !

Re: [5.3] JSONArray Error while submitting forms

2011-12-06 Thread Gunnar Eketrapp
ct and now I can login and run the app again. It has been been very quiet in this thread ... Can anyone (that understands web development) give a comment ... please ... Thanks in advance, Gunnar Eketrapp 2011/12/6 Gunnar Eketrapp > A possible solution would be to make a code a

Re: [5.3] JSONArray Error while submitting forms

2011-12-06 Thread Gunnar Eketrapp
A possible solution would be to make a code around in the method isFormCancelled() in Form.java. /Gunnar if (raw != null && new *JSONArray(raw)* .getString(1).equals(InternalConstants.CANCEL_NAME)) { return true; } if

Re: Slow rendering of pagelinks !?

2011-12-04 Thread Gunnar Eketrapp
pecially considering > all that it does. > > On Sun, Dec 4, 2011 at 8:42 AM, Thiago H. de Paula Figueiredo > wrote: > > On Sun, 04 Dec 2011 09:20:31 -0200, Gunnar Eketrapp > > wrote: > > > >> Hi! > > > > > > Hi! > > > >> I ha

Re: [5.3] JSONArray Error while submitting forms

2011-12-04 Thread Gunnar Eketrapp
has to be done ? Thanks in advance, Gunnar Eketrapp request.getParameter(SUBMITTING_ELEMENT_ID); private boolean isFormCancelled() { // The "cancel" query pa

Re: [5.3] JSONArray Error while submitting forms

2011-12-04 Thread Gunnar Eketrapp
Did you solve this? I am getting the same right now. I just started my second attempt with 5.3 after Taha pointed out a solution for my user type translators. But now I am looking at these JSONArray stack traces ... Perhaps there is a snapshot release of 5.3 that I can try with !? 2011/11/21 S

Re: Show your Tapestry support!

2011-12-04 Thread Gunnar Eketrapp
...) Also great thanks to Howard for harassing me (with the condolence statement to Maven users) into the direction of Gradle. By by Maven ... Tapestry made web hacking fun and Gradle made building and testing fun! Gunnar Eketrapp 2011/12/4 Christian Riedel > congratulations... seems

Slow rendering of pagelinks !?

2011-12-04 Thread Gunnar Eketrapp
my specs. Se attached image. If so I must redesign my page ... since 3 secs / 18 lines is not feasible. Note: I am using T5.2.6 ... Thanks in advance, Gunnar Eketrapp ... ${booking.account.code

Re: [jira] [Commented] (TAP5-1763) User types stopped working when upgrading to 5.3

2011-12-03 Thread Gunnar Eketrapp
stopped working when upgrading to 5.3 > > > > > > Key: TAP5-1763 > > URL: https://issues.apache.org/jira/browse/TAP5-1763 > > Project: Tapestry 5 > > Issue Type: Bug > >Affect

User types stopped working when upgrading to 5.3

2011-11-30 Thread Gunnar Eketrapp
I'm just curious if anyone has looked into this. Am I the only one that have encountered these problems and/or are using user types in text fields. I don't think so and I have probably missed something ... I added this JIRA about the problem https://issues.apache.org/jira/browse/TAP5-1763 I am

Re: Gave up on T5.3 for now ...

2011-11-29 Thread Gunnar Eketrapp
due) is to make readonly into a T5 component parameter for textfield and passwordfield ... I have solved this for now but not being dependent on that the form returns my disabled field. 2011/11/27 Martin Strand > On Sun, 27 Nov 2011 22:46:18 +0100, Gunnar Eketrapp < > gunnar.eketr...@gmail.

Re: Moving to T5.3 / Problem with textfield and translate ...

2011-11-28 Thread Gunnar Eketrapp
Hi Thiago! I created JIRA issue https://issues.apache.org/jira/browse/TAP5-1762 for the missing component params. /Gunnar 2011/11/28 Thiago H. de Paula Figueiredo > On Sun, 27 Nov 2011 14:26:49 -0200, Gunnar Eketrapp < > gunnar.eketr...@gmail.com> wrote: > > When

Gave up on T5.3 for now ...

2011-11-27 Thread Gunnar Eketrapp
d not work in forms. (The value was not passed back) Of course I must have missed something obviously but I decided to wait with T5.3 until these questions are sorted out. Gunnar Eketrapp

Re: Moving to T5.3 / Problem with textfield and translate ...

2011-11-27 Thread Gunnar Eketrapp
When looking at the 5.3 component reference for textfield the component parameters are all gone ... 2011/11/27 Gunnar Eketrapp > Has disabled been removed as component parameter to textfield ? > > 2011/11/27 Chris Poulsen > >> It sounds like you are using the "disable

Re: Moving to T5.3 / Problem with textfield and translate ...

2011-11-27 Thread Gunnar Eketrapp
lt on the difference between the two: > http://www.htmlcodetutorial.com/forms/_INPUT_DISABLED.html > > -- > Chris > > On Sun, Nov 27, 2011 at 2:54 PM, Gunnar Eketrapp > wrote: > > > Hi! > > > > Now I also noticed that my contact form does not work with 5.3. &g

Re: Moving to T5.3 / Problem with textfield and translate ...

2011-11-27 Thread Gunnar Eketrapp
. With 5.3 I get no email value back ... Have I missed something completely with 5.3 and forms !? Thank in advance, Gunnar Eketrapp 2011/11/27 Gunnar Eketrapp > Hi! > > This morning i decided to step up to 5.3. > > I noticed that 5.3 is stricter and some of my pages did not wo

Moving to T5.3 / Problem with textfield and translate ...

2011-11-27 Thread Gunnar Eketrapp
(UTDate.class, new UTDateTranslator()); } Thanks in advance!!! Gunnar Eketrapp (Note: Stockholm in november is as made for hacking ...)

Re: Gradle o Gradle!

2011-11-11 Thread Gunnar Eketrapp
> > Hum what worked was RunJettyRun from within Eclipse. Gradle test or gradle runJetty did not work. But they do now after adding entity classes explicitley to persistence.xml 2011/11/12 Chris Mylonas > In glassfish? > > > On 12/11/2011, at 4:26 AM, Gunnar Eketrapp wrote:

Re: Gradle o Gradle!

2011-11-11 Thread Gunnar Eketrapp
I'll answer this me myself. The problem was solved by adding the entity classes to persistence.xml I don't know why it works wiht Maven without having them there. 2011/11/11 Gunnar Eketrapp > Inspired by HLS condolences to us that are still using Maven I tried > Gradle out ye

Gradle o Gradle!

2011-11-10 Thread Gunnar Eketrapp
Inspired by HLS condolences to us that are still using Maven I tried Gradle out yesterday. And gosh that seem's like a big leap forward. Awesome product and I was almost there in less then an hour! One small step in the other direction was that the scanning of my entity beans totally disappeared

Re: URL handling ..

2011-11-07 Thread Gunnar Eketrapp
Thank's Kalle for the advice! Now I know what has to be done! I wonder how long the wonderful atmosphere in this list will continue. I hope forever ... 2011/11/7 Kalle Korhonen > On Sun, Nov 6, 2011 at 10:26 PM, Gunnar Eketrapp > wrote: > > Now I am phasing another problem

Re: URL handling ..

2011-11-06 Thread Gunnar Eketrapp
5s *which is shown as that in the browser. I figure T5 has to do this but is there an easy way to get around this so that swedish words shows up nicely in the browser !? Thanks in advance! 2011/11/6 Gunnar Eketrapp > I digged into this yesterday and created a transfomer for my url's. &g

Re: URL handling ..

2011-11-06 Thread Gunnar Eketrapp
my transformer fails to decode the incoming request. Surely I have missed something ... Thanks in advance! ... @Log Object onActionFromEdit() { return linkRenderer.createPageRenderLinkWithContext("wiki/edit", groupId, pageName) ; } 2011/11/4 Gunnar Ek

Re: URL handling ..

2011-11-04 Thread Gunnar Eketrapp
d may not have a good > performance in a site with lots of pages, but I think it can give you > a good idea of what you need to do in order to achieve what you need. > > Cheers. > Alejandro. > > On Thu, Nov 3, 2011 at 1:35 PM, Thiago H. de Paula Figueiredo > wrote: &

Re: URL handling ..

2011-11-03 Thread Gunnar Eketrapp
y if it is possible to name a page different from the class name should I go for Sweidsh chars in url's or should I not !? I think wikipedia is using local char's in their url's ... so perhaps that is the answer!? Thanks in advance to all of you! /Gunnar Eketrapp 2011/11/3 Emma

URL handling ..

2011-11-02 Thread Gunnar Eketrapp
s. It would however be nice if it could be so from the start. Thanks in advance, Gunnar Eketrapp

Grid++

2011-09-06 Thread Gunnar Eketrapp
ice for my next major release ... I guess not so then I have to build one one my own ... which is of course much more fun .. or is it!? Thanks in advance ... Gunnar Eketrapp

Re: Eid Mubarak

2011-09-06 Thread Gunnar Eketrapp
As long as you dont go after us other in a Jihad way it's ok by me ... but pehaps this forum has other points to discuss. :-) 2011/9/6 George Banus > And since the majority of us Tapestry developers/users are Muslims, maybe > we should form a cult and call it: > * > Tapeslims* > > What about tha

Re: May Tapestry go wrong ...

2011-09-03 Thread Gunnar Eketrapp
ue(); > } > > which of course throws an NPE. > > Steve. > -- > Steve Eynon > > > On 3 September 2011 16:04, Gunnar Eketrapp > wrote: > > Tapestry may not go wrong! > > > > It must has to do with autoboxing in method isClosed() in Ledger. > > >

Re: May Tapestry go wrong ...

2011-09-03 Thread Gunnar Eketrapp
a T5 problem! The call ledger.isClosed() raises a nul pointer but ledgers is not null! Sorry for disturbing all of you. 2011/9/3 Gunnar Eketrapp > BUT it is also a T5 property so that could be T5 related. > > The instance seems to created but the T5 property ledger is null after th

Re: May Tapestry go wrong ...

2011-09-03 Thread Gunnar Eketrapp
BUT it is also a T5 property so that could be T5 related. The instance seems to created but the T5 property ledger is null after the assignment. 2011/9/3 Gunnar Eketrapp > Hum .. sorry .. too early in the morning for me .. Ledger is a hibernate > entity class and T5 should not be in

Re: May Tapestry go wrong ...

2011-09-03 Thread Gunnar Eketrapp
Hum .. sorry .. too early in the morning for me .. Ledger is a hibernate entity class and T5 should not be involved. I'll be right back ... 2011/9/3 Gunnar Eketrapp > Hi ! > > I have been happily hacking web sites with T5 for a year and half now and > is more then pleased!

May Tapestry go wrong ...

2011-09-03 Thread Gunnar Eketrapp
... I have stepped through the generated code without seeing anything strange. It all looks great but when returning ledger is null. Do I break any rule / convention with my code !? Many many thanks in advance, Gunnar Eketrapp, Stockholm, Sweden Environment: *jdk 1.6.0_22* *t5.2.6* *windows 7 pr

Re: Tapestry 5.3 and JQuery

2011-08-30 Thread Gunnar Eketrapp
I use jQuery without any hazzle. Just remember to call jQuery.noConflict() and to use jQuery instead of $ since prototype has taken that one. 2011/8/30 Julien Martin > Hello all, > Can someone please tell me what are the recommended patterns or frameworks > - > if any - I should rely if I want

Re: Form components may not be placed inside other Form components.

2011-08-29 Thread Gunnar Eketrapp
Now I am back on track anyway .. but I was really fooled by the error message. Anyway the error reports in T5 are usually so god that you get forget how hard it can be to find bugs once you get "normal" error messages. 2011/8/29 Christian Köberl > 2011/08/29 08:00, Gunnar Eketrap

Form components may not be placed inside other Form components.

2011-08-28 Thread Gunnar Eketrapp
disappears after a clean + build. Now it is sticky ... Has anyone encountered this problem and can point me in any direction of what can cause it. I have stared at the .tml files for a while now and can't see any problems within them. Thanks in advance, Gunnar Eketrapp

Re: Default locale does not work form validation messages !?

2011-08-27 Thread Gunnar Eketrapp
Hum .. I just saw that th swedish property files in tapestry are named ** _sv_SE*.properties Can this be the reason that my "sv" locale does not find them ... 2011/8/27 Gunnar Eketrapp > Hi! > > I have a question related to localization in general and validation > messag

Default locale does not work form validation messages !?

2011-08-27 Thread Gunnar Eketrapp
cted by T5. But form validation messages are in english even if I can see that T5.2.5 includes swedish versions. What am I missing ? Thanks in advance! Gunnar Eketrapp

Re: My loggings changed when upgrading to 5.2.6

2011-08-27 Thread Gunnar Eketrapp
Problem solved! Hum ... strange I added a dependence to tapestry-ioc and moved the exlusions og log4j there and now it is back to normal. 2011/8/27 Gunnar Eketrapp > Hum ... > > I upgraded from 5.2.4.to 5.2.6 and noticed that my logging output has > changed. > > What coul

My loggings changed when upgrading to 5.2.6

2011-08-27 Thread Gunnar Eketrapp
ches where made by simple changing the dependency and a mvn clean + mvn package] Thanks in advance, Gunnar Eketrapp * * * * *5.2.4 look* * * 2011-08-27 10:26:23.557::INFO: Started SelectChannelConnector@0.0.0.0:8080 2011-08-27 10:26:30.101 [btpool0-1] DEBUG u.s.UtskicketModule.TimingFilter - Creati

Re: Problem with securing ajax enabled Tapestry pages with Annotations ...

2011-08-25 Thread Gunnar Eketrapp
setRedirectURL(String redirectURL) {* > > * this.redirectURL = redirectURL;* > > * }* > > * > > * > > * public String getRedirectURL() {* > > * return redirectURL;* > > * }* > > *}* > > > > Then from an eventhandler: > > *redirectP

Re: Problem with securing ajax enabled Tapestry pages with Annotations ...

2011-08-23 Thread Gunnar Eketrapp
dates includes > > a special key for performing a redirect. > > > > On Mon, Aug 22, 2011 at 2:20 PM, Kalle Korhonen > > wrote: > >> On Mon, Aug 22, 2011 at 1:27 PM, Gunnar Eketrapp > >> wrote: > >>> I just rewrote my very old P

Re: Problem with securing ajax enabled Tapestry pages with Annotations ...

2011-08-23 Thread Gunnar Eketrapp
Ship > Actually, perhaps Tapestry's client-side support should, by default, > handle 302 correctly. > > Currently, Tapestry's JSON response for partial page updates includes > a special key for performing a redirect. > > On Mon, Aug 22, 2011 at 2:20 PM, Kalle Korhonen >

Problem with securing ajax enabled Tapestry pages with Annotations ...

2011-08-22 Thread Gunnar Eketrapp
t the redirect to work for an ajax call. Sorry for asking stupid newbie questions ... of course I have missed something again! Thanks in advance! Gunnar Eketrapp 2011-08-22 21:54:53.243 [btpool0-11] DEBUG u.s.UtskicketModule.RequestLogger - Request: /group/members.grid.pager/1/grid (Method=POST, br

Re: Ajax loader vs ProgressiveDisplay ...

2011-08-18 Thread Gunnar Eketrapp
, Tapestry.TRIGGER_ZONE_UPDATE_EVENT, > showLoading); > }); > > On Thu, Aug 18, 2011 at 12:23 PM, Gunnar Eketrapp > wrote: > > Hi! > > > > I need to add some ajax loader to my zone updates. > > > > Is it right that ProgressiveDisplay is not

Ajax loader vs ProgressiveDisplay ...

2011-08-17 Thread Gunnar Eketrapp
Hi! I need to add some ajax loader to my zone updates. Is it right that ProgressiveDisplay is not for this!? If right what is the "recommended" way of how to add an ajax loader to my T5 zone updates? Thanks in advance!

Re: Zone inside a form with fadeout works each second time ...

2011-08-14 Thread Gunnar Eketrapp
ble so 'update' is called which causes it > to disappear. So that is why after first submit, it appears and > disappears ... > > On Sun, Aug 14, 2011 at 12:33 PM, Gunnar Eketrapp > wrote: > > I took some time to reproduce this as a small T5 example ... > > >

Re: Zone inside a form with fadeout works each second time ...

2011-08-14 Thread Gunnar Eketrapp
are you persisting your message ? > > For a post request tapestry uses redirect after post and so if you don't > persist the message it will be lost. For such situations we have > @Persist(PersistenceConstants.Flash) which stores the value in a session > till it is read for th

Zone inside a form with fadeout works each second time ...

2011-08-13 Thread Gunnar Eketrapp
eported in the console. Surely I am missing something ... T5 rocks by the way! As if you didn't already know Thanks in advance! Gunnar Eketrapp

Adding in place editing ...

2011-08-04 Thread Gunnar Eketrapp
trick should be to submit changes the way T5 wants them i suppose ... Gunnar Eketrapp

Re: T5.2.4 / ActionLink's dead in IE

2011-08-03 Thread Gunnar Eketrapp
Or even better ... jQuery(document).ready(function($) { $('a button').click(function() { location.href=$(this).closest("a").attr("href"); }); }); 2011/8/3 Gunnar Eketrapp > I found a javascript solution > > jQuery(document).ready(function($

Re: T5.2.4 / ActionLink's dead in IE

2011-08-03 Thread Gunnar Eketrapp
I found a javascript solution jQuery(document).ready(function($) { $('.actionbutton').click(function() { location.href=$(this).closest("a").attr("href"); }); }); 2011/8/3 Gunnar Eketrapp > Just found ... > > > http://www.expertsguide

Re: T5.2.4 / ActionLink's dead in IE

2011-08-03 Thread Gunnar Eketrapp
Just found ... http://www.expertsguide.info/2010/07/button-tag-inside-anchor-not-working-in-i/ .. but now i need some smart way of adding this fix my actionlink's 2011/8/3 Gunnar Eketrapp > Oops forgot to mention that I am using version 8.0 of the unmentionable &

Re: T5.2.4 / ActionLink's dead in IE

2011-08-03 Thread Gunnar Eketrapp
Oops forgot to mention that I am using version 8.0 of the unmentionable browser :-) 2011/8/3 Gunnar Eketrapp > Hi all! > > I have some actionlink's that works fine in Chrome but in IE they do > absolutely nothing. > > There are no javascript errors. > > Has anyo

T5.2.4 / ActionLink's dead in IE

2011-08-03 Thread Gunnar Eketrapp
Hi all! I have some actionlink's that works fine in Chrome but in IE they do absolutely nothing. There are no javascript errors. Has anyone else had the same problems? Note: The actionlink's encloses a button element. Thanks in advance! Gunna

onValidate called multiple times ...

2011-07-27 Thread Gunnar Eketrapp
Hi! Maybe a newbie question but I have been on vacation for a month. Why does onValidate get's called four times when I submit form below. Thank's in advance! /Gunnar Eketrapp Form looks like ... Mötesordförande: Sekreterare:

Re: Logging enhancement / URLEventContext

2011-04-17 Thread Gunnar Eketrapp
Done! Se https://issues.apache.org/jira/browse/TAP5-1505 2011/4/17 Igor Drobiazko > Please post a jira issue. > > On Sat, Apr 16, 2011 at 8:15 AM, Gunnar Eketrapp > wrote: > > > Hi T5:ers! > > > > A suggestion ... > > > > Wouldn't it be ni

Logging enhancement / URLEventContext

2011-04-15 Thread Gunnar Eketrapp
Hi T5:ers! A suggestion ... Wouldn't it be nice if URLEventContext implemented its own toString method !? I am using event contexts quite a lot and would like them to be displayed properly by the @Log annotation. I.e. now i get ... [ENTER] onActivate(org.apache.tapestry5.internal.URLEventConte

Re: T5 / Grid / Striping + Marking rows with red background ....

2011-01-20 Thread Gunnar Eketrapp
transparent with whatever color to make all rows a solid color. 2011/1/20 Gunnar Eketrapp > Aha ! Thanks for the info ... > > Then it must be the Blueprint CSS framework that does this ... but striped > they are ... > > I added a beautiful picture and I hope that is not agai

Re: T5 / Grid / Striping + Marking rows with red background ....

2011-01-20 Thread Gunnar Eketrapp
Aha ! Thanks for the info ... Then it must be the Blueprint CSS framework that does this ... but striped they are ... I added a beautiful picture and I hope that is not against the list rules .-) /Gunnar 2011/1/20 Thiago H. de Paula Figueiredo > On Thu, 20 Jan 2011 11:53:41 -0200, Gun

T5 / Grid / Striping + Marking rows with red background ....

2011-01-20 Thread Gunnar Eketrapp
ith chrome everything seems fine. I.e. the should have this red/pink background but it doesn't ... it has this blue/gray background that is applied to each second row in the grid. Is there some easy way to fix this? Thanks in advance, Gunnar Eketrapp

Re: Can I disable template proessing for a section of my TML file ?

2011-01-17 Thread Gunnar Eketrapp
? Can you share a snippet that is > broken? The smallest possible. > On Jan 17, 2011 3:34 AM, "Gunnar Eketrapp" > wrote: > > I encountered this problem again .. > > > > I.e. am adding javascript dynamically but expresions such as > > > > foo < bar

Re: Can I disable template proessing for a section of my TML file ?

2011-01-17 Thread Gunnar Eketrapp
parate file. > > Luke > > On 17 Jan 2011, at 12:33, Gunnar Eketrapp wrote: > > > No that didn't work either. > > > > 2011/1/17 Luke Wilson > > > >> Does enclosing the JS in a CData section help? > >> > >> http://en.wikip

Re: Can I disable template proessing for a section of my TML file ?

2011-01-17 Thread Gunnar Eketrapp
No that didn't work either. 2011/1/17 Luke Wilson > Does enclosing the JS in a CData section help? > > http://en.wikipedia.org/wiki/CDATA > > Luke > > On 17 Jan 2011, at 11:40, Gunnar Eketrapp wrote: > > > This ugly hack solved the problem but is far from wha

Re: Can I disable template proessing for a section of my TML file ?

2011-01-17 Thread Gunnar Eketrapp
This ugly hack solved the problem but is far from what we want :-) if (counter 1) { /Gunnar 2011/1/17 Gunnar Eketrapp > I encountered this problem again .. > > I.e. am adding javascript dynamically but expresions such as > > foo < bar > > ... gets tra

Re: Can I disable template proessing for a section of my TML file ?

2011-01-17 Thread Gunnar Eketrapp
way to turn off the template parsing for a portion of the .tml file !? The DOCTYPE as mentioned by Borut didn't help either. Thanks in advance Gunnar Eketrapp That system created javascript dynamiucally which fails in T5 2010/12/22 Josh Canfield > Use the good old html/xml comment,

Re: Discussion- the verdict

2011-01-12 Thread Gunnar Eketrapp
George that's your problem not ours .. And the title verdict indicates that you have som legal authority ... I think we T5:ers have a competitive advantage and really see no need for spreading the light ... :-) T5 - Code less - Deliver more One could add Gossip less and shut down TSS G

Re: and user types ...

2011-01-10 Thread Gunnar Eketrapp
is on setupRender: > void setupRender() { >      beanModel = beanModelSource.createEditModel(, > messages); >      beanModel.add(""); >   } > > Best Regards, > Yohan > > On 1/10/11, Thiago H. de Paula Figueiredo wrote: >> On Mon, 10 Jan 2011 06:13:33 -0200, Gu

Re: and user types ...

2011-01-10 Thread Gunnar Eketrapp
>>     void setupRender() { >>        beanModel = beanModelSource.createEditModel(, >> messages); >>        beanModel.add("", ); >>     } >> >> If your user type implements Comparable, then your property will be >> displayed as sortable

Re: datefield - no option to cancel?

2011-01-09 Thread Gunnar Eketrapp
I gave up on datefield and switched to jQuery datepicker ... 2011/1/9 Paul Stanton : > further to this, say your date format is m/d/ and the initial value is > 1/1/2011 and you want to change it to 2/1/2011.. that is not possible. > changing month, the selected 'day' is still selected and ther

Re: and user types ...

2011-01-09 Thread Gunnar Eketrapp
ids. If it's just one, a > cell override is the best option. ... which I have read but dont understand how to use. (To stupid I guess ...) Do you mean that I by adding a property editor for my Money class I will be able to display and sort my money type in grid's. Thanks in advance

Re: Problems with passing event context from a form ...

2011-01-08 Thread Gunnar Eketrapp
Hi again! I had mixed the onPassivate() with the t:context parameter ... Question: What is the relationship between these ? TIA, Gunnar 2011/1/8 Gunnar Eketrapp : > Hi all! > > I have a form declared as ... > >          > > When the form is submitted both of these are adde

Problems with passing event context from a form ...

2011-01-08 Thread Gunnar Eketrapp
only contain the first parameter (i.e. the 5) What am I missing !!! TIA, Gunnar Eketrapp - To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org

Forms and Grid questions ....

2010-12-28 Thread Gunnar Eketrapp
first submit what's been checked. Or should I skip the grid !? Thanks in advance, Gunnar Eketrapp

Re: Can I disable template proessing for a section of my TML file ?

2010-12-21 Thread Gunnar Eketrapp
lowing DOCTYPE at the very top of your > TML: > > http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";> > > -Borut > > 2010/12/22 Gunnar Eketrapp > > > Hi! > > > > I am in the process of adding some jquery-ui controls. > > > >

  1   2   3   >