Re: Artifacts in T5.3 tree component

2011-12-08 Thread Chris Collins
Got no response so I filed TAP5-1782. Also there doesn't seem to be a version 5.3 available in jira. C On Dec 7, 2011, at 11:48 AM, Chris Collins wrote: I was playing with the tree component and had a background color set in my css as a gradient. When I draw the tree I am seeing

Artifacts in T5.3 tree component

2011-12-07 Thread Chris Collins
I was playing with the tree component and had a background color set in my css as a gradient. When I draw the tree I am seeing an interesting artifact. The last node within each sub branch has a white background. I guess its related to the css associated with class t-last defined for that

Re: smarter css

2011-12-07 Thread Chris Collins
is support SASS (http://sass-lang.com/) so that we can code concise configurable SASS stylesheets and let Tapestry expand them into ugly, redundant CSS for the client web browser. On Tue, Dec 6, 2011 at 6:59 PM, Chris Collinschris...@me.com wrote: Makes sense. Working in Java for too

Re: smarter css

2011-12-06 Thread Chris Collins
about would be IE in general? Sorry for all the novice questions, by day I normally do non ui data crunching like engineering :-} Best C On Dec 5, 2011, at 11:23 PM, Peter Stavrinides wrote: Hi Chris, So when it comes to css3 is it really so ugly? If you really want an answer

Re: Anyone knows some Tapestry based open source platforms? Like CMS? Forum or Community site?

2011-12-06 Thread Chris Collins
There are a lot of CMS systems out there that are open source. Peoples definition of CMS is extremely broad. Some would consider a simple entity representing a document backed by a db as a CMS, others may say that is not. For comparison take a look at something like:

Re: community page at tapestry.apache.org

2011-12-06 Thread Chris Collins
website seems to be really old and crusty. As for what is ready to be mentioned there yet or not, there could be a section for brewing I guess tapestry-finder will support that? I look forward to tapestry-finder. Cheers C On Dec 5, 2011, at 2:14 PM, Chris Collins wrote: I have a couple

Re: smarter css

2011-12-06 Thread Chris Collins
file: DIV.menu { /* CSS rules for most browsers go here */ } DIV.ie-old DIV.menu { /* some IE-specific rules go here */ } Hope this helps... On Tue, Dec 6, 2011 at 12:10 PM, Chris Collins chris...@me.com wrote: Thanks Peter, makes total sense. I am so happy that css3 helped

Re: a trouble problem

2011-12-05 Thread Chris Poulsen
It will not work as he's running out of PermGen, the -Xmx switch controls heap size. The switch to use is: -XX:MaxPermSize=Size to allow the VM to allocate more PermGen. Eg. -XX:MaxPermSize=400m HTH. -- Chris On Mon, Dec 5, 2011 at 6:27 AM, angelochen angelochen...@yahoo.com.hkwrote: try

community page at tapestry.apache.org

2011-12-05 Thread Chris Collins
I have a couple of questions about the community page: http://tapestry.apache.org/community.html - Who is responsible for putting a comment about a contribution on this page? I know its not exhaustive as it says it at the top of the page :-} Is it the author of the contrib or can anyone

Re: Prototype and jQuery question

2011-12-05 Thread Chris Collins
) at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50) On Dec 2, 2011, at 1:48 PM, François Facon wrote: Hi Chris, Tapestry Ensure Backwards Compatibility on server side and also on client side. As mention by Thiago, you can use both prototype an jQuery with Tapestry. in Tapestry-jquery we use

Re: Prototype and jQuery question

2011-12-05 Thread Chris Collins
, Chris Collins wrote: So when I actually include tapestry-jquery things blow up when the servlet container is initialized (I use an embedded jetty). This is with Tapestry 5.3 and using the mvn dependency described on the tapestry-jquery website. Any ideas what I did wrong

smarter css

2011-12-05 Thread Chris Collins
So when it comes to css3 is it really so ugly? Ok perhaps its just things like gradients: http://ie.microsoft.com/testdrive/graphics/cssgradientbackgroundmaker/default.html So in the microsoft example above for getting a gradient background you have to use different css properties per

Prototype and jQuery question

2011-12-02 Thread Chris Collins
Sorry if this is not completely a Tapestry question. tapestry-jquery === How have people found transitioning to tapestry-jquery? Does it completely replace prototype with jQuery and still maintain all the goodness of the existing tapestry base. Or put another way if I had an existing

Re: Prototype and jQuery question

2011-12-02 Thread Chris Collins
Thanks Francois and Thiago. Now I will go and play. Best C On Dec 2, 2011, at 1:02 PM, Thiago H. de Paula Figueiredo wrote: On Fri, 02 Dec 2011 18:52:49 -0200, Chris Collins chris...@me.com wrote: jquery and prototype living together in perfect harmony

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

2011-11-27 Thread Chris Poulsen
It sounds like you are using the disabled attribute instead of the readonly attribute - but it is hard to tell without seeing the code. Some random google result on the difference between the two: http://www.htmlcodetutorial.com/forms/_INPUT_DISABLED.html -- Chris On Sun, Nov 27, 2011 at 2:54

Re: Tapestry grid not working with JPA.

2011-11-23 Thread Chris Mylonas
hello back! try property name=toplink.weaving value=false/ that's usually the source of crazy persistence errors with glassfish (eclipselink.weaving) HTH, Chris On 23/11/2011, at 8:02 PM, saurabh.jain wrote: Hello, While I am trying to display tapestry

Re: Gradle o Gradle!

2011-11-11 Thread Chris Mylonas
In glassfish? On 12/11/2011, at 4:26 AM, Gunnar Eketrapp wrote: 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 gunnar.eketr...@gmail.com

lesscss

2011-11-10 Thread Chris Collins
Anyone have any experiences using lesscss with tapestry? I am not using it but came highly recommended. Best C - To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail:

Re: lesscss

2011-11-10 Thread Chris Collins
: Compiled CSS http://tapestry.1045711.n5.nabble.com/Compiled-CSS-td4872738.html GZip Filter getting in the way of my LessCSS Filter http://tapestry.1045711.n5.nabble.com/GZip-Filter-getting-in-the-way-of-my-LessCSS-Filter-td4491550.html Steve. On 11 November 2011 08:33, Chris Collins

Re: pagecatalog and servicestatus

2011-11-02 Thread Chris Collins
setupRender() { System.err.println(RemoteHost=+request.getRemoteHost()); } Cheers, Steve. On 2 November 2011 13:09, Chris Collins chris...@me.com wrote: Well I take that request and up the ante. Rather than doing what you asked (cause I didn't know how todo it :-}). I changed my

pagecatalog and servicestatus

2011-11-01 Thread Chris Collins
I am a novice at T5 so apologize for what is surely a stupid question. I am trying out 5.3-rc-1. I am trying to get either the pagecatalog or servicestatus pages such: http://localhost:myport/page I can render any of my pages but neither of these pages seem to be found. I am running in

Re: pagecatalog and servicestatus

2011-11-01 Thread Chris Collins
a lovely exception report page (I love it). C On Nov 1, 2011, at 4:26 PM, Howard Lewis Ship wrote: The pages are invisible when not in development mode, so the most likely case is that you are not actually running in development mode. On Tue, Nov 1, 2011 at 12:29 PM, Chris Collins

Re: pagecatalog and servicestatus

2011-11-01 Thread Chris Collins
.corelib.pages.ServiceStatus PageCatalog: org.apache.tapestry5.corelib.pages.PageCatalog Do you see the pages listed? Steve. On 2 November 2011 11:21, Chris Collins chris...@me.com wrote: I dont think that is the case. I had already verified that exception reporting was working. I

Re: pagecatalog and servicestatus

2011-11-01 Thread Chris Collins
described in large bold text on some main page under read this first :-} Best C On Nov 1, 2011, at 9:24 PM, Chris Collins wrote: PageCatalog: org.apache.tapestry5.corelib.pages.PageCatalog PropertyDisplayBlocks: org.apache.tapestry5.corelib.pages.PropertyDisplayBlocks PropertyEditBlocks

Re: pagecatalog and servicestatus

2011-11-01 Thread Chris Collins
-1696 Desc: PageCatalog and ServiceStatus should be protected with this page. As the above only recently got shipped with T5.3. Steve. On 2 November 2011 12:24, Chris Collins chris...@me.com wrote: package-info

Re: pagecatalog and servicestatus

2011-11-01 Thread Chris Collins
November 2011 12:52, Chris Collins chris...@me.com wrote: Just to add to this (which I am sure points to the fact I am doing something really stupid) I want to give a bit of a background and a validation (or an attempt at a validation). My process embeds jetty and adds the tapestry filter

Re: Tapestry 5.3 Validation removal of validateForm

2011-10-27 Thread Chris Poulsen
My guess would be onValidateFromForm-component-id replaces validateForm ? Simply using onValidate is probably not specific enough as it may get triggered by bubbling events. -- Chris On Thu, Oct 27, 2011 at 12:49 PM, p.stavrini...@albourne.com wrote: Hi All, The 5.3 release notes provide

Re: running eclipse in production

2011-10-10 Thread Chris Mylonas
Also in your container you can set it up for debugging - i.e. attach to port number X, for debugging with eclipse. If that's what your intention was as well. On 11/10/2011, at 6:25 AM, Howard Lewis Ship wrote: That would be a very silly idea, and not necessary. If you deploy an exploded WAR

Re: Tapesty CDI at compile time ( or sort of )

2011-10-06 Thread Chris Poulsen
Hi, I think you could have an ioc module for each customer (each customers code in his own project) - and then just drop in the right jar and have it autoload. -- Chris On Thu, Oct 6, 2011 at 4:03 PM, Jose Luis Sanchez joseluis.sanc...@m-centric.com wrote: Hi guys ! I do need some

Re: Another approach to dynamic templating (T5.1.0.5)

2011-10-04 Thread Chris Poulsen
Interesting! How does your solution differ from the template skinning feature of T5.3? ( http://blog.tapestry5.de/index.php/2011/06/24/template-skinning/ ) - Or is it just the same functionality for pre 5.3 ? -- Chris On Tue, Oct 4, 2011 at 4:45 PM, Caiiiycuk caiiiy...@gmail.com wrote: Hi

Re: Intellij jetty

2011-09-30 Thread Chris Poulsen
I always run jetty from a command prompt (mvn jetty:run) and have not experienced issues with IDEA / jetty /live reloading. It is just a matter of opening the pom as a project and then we're good to go (jdk version may need to be adjusted iirc). -- Chris On Fri, Sep 30, 2011 at 5:13 PM, Taha

Re: [T5.3] Symbols for Default Component Parameter Values

2011-09-27 Thread Chris Poulsen
;) -- Chris On Tue, Sep 27, 2011 at 4:49 PM, Steve Eynon steve.ey...@alienfactory.co.uk wrote: To enhance Tapestry, what are people's thoughts about defining default component values for some components as Symbols? For example, the Grid component has the following: @Parameter(25) private

Re: Validator abilities

2011-09-27 Thread Chris Poulsen
solution. HTH -- Chris On Tue, Sep 27, 2011 at 7:19 PM, cqasker cqas...@yahoo.com wrote: That makes sense. But is there a way I can wrap this up into a validator that say takes a fieldid, and then server side, the validator can grab the value of the field id (in the same form of course

Re: [T5.3] Symbols for Default Component Parameter Values

2011-09-27 Thread Chris Mylonas
I thought this was a bad idea On 28/09/2011, at 12:49 AM, Steve Eynon wrote: To enhance Tapestry, what are people's thoughts about defining default component values for some components as Symbols? For example, the Grid component has the following: @Parameter(25) private int rowsPerPage;

Re: Any interest in starting a Tapestry Meetup in the SF-Bay area?

2011-09-27 Thread Chris Collins
That sounds like a great idea (also in sf bay area). C On Sep 27, 2011, at 3:23 PM, George Ludwig wrote: I searched meetup.com for a Tapestry meetup and didn't find one. I'm still a newb at this, yet I find the framework compelling, and am devoting a lot of energy to it. Is anyone else

Re: Grid, generating conduit, unable to add method java.lang.Object get() to class

2011-09-25 Thread Chris Mylonas
Thanks Lenny - I'm sure this will come in handy and has given me a few hours head start on myself, Cheers Chris On 24/09/2011, at 2:26 AM, Lenny Primak wrote: Yes indeed. The relationships between JPA, tap-JPA, and entities themselves isn't clearly documented. It took me a while

Re: Grid, generating conduit, unable to add method java.lang.Object get() to class

2011-09-23 Thread Chris Mylonas
unless someone can give a definitive this is how it works Have a good weekend, Chris On 23/09/2011, at 4:14 PM, Lenny Primak wrote: I am using JPA module from 5.3 no problems, not sure about 5.2, but I don't think that it should be an issue I don't see any issues of mixing JPA module with EJB3

Re: Deadlock issue in 5.3-beta-5 ?

2011-09-23 Thread Chris Poulsen
There have been some work related to synchronization in more recent betas. Why are you still on beta-5? -- Chris 2011/9/23 Dávið Klein Sundsskarð d...@amc.dk Hi, I am experiencing deadlock issues in Tap 5.3-beta-5. I don't know if it only is related to live class reloading, but it happens

Re: Grid, generating conduit, unable to add method java.lang.Object get() to class

2011-09-23 Thread Chris Mylonas
of understanding of java stuff - and where I expect tapestry to take things for me :) The rate at which stuff happens in this tapestry community is incredible to say the least, I just hope I can catch up - economically, socially, engineer-ily, glue-ily, technically etc.. Cheers Chris On 23

Re: Handling components event in the page that includes the component

2011-09-23 Thread Chris Poulsen
Events bubble up in the page hierarchy afaik. So you could try to postfix your handlers with Frommy-t:id something like: onActionFromMyComponentId(...) ? -- Chris On Fri, Sep 23, 2011 at 3:24 PM, bhorvat horvat.z.bo...@gmail.com wrote: I probably din't explain it very well. I have

Re: Handling components event in the page that includes the component

2011-09-23 Thread Chris Poulsen
Hi, I'm still not clear on what you are doing and where - did your mail client strip out your source code example? ;) http://tapestry.apache.org/component-events.html should explain how the handler stuff works. -- Chris On Fri, Sep 23, 2011 at 3:53 PM, bhorvat horvat.z.bo...@gmail.com wrote

Re: Handling components event in the page that includes the component

2011-09-23 Thread Chris Poulsen
Wow Thiago, that is pretty cool. I haven't found (/noticed) this in the docs yet, can you provide a pointer? -- Chris On Fri, Sep 23, 2011 at 5:27 PM, Thiago H. de Paula Figueiredo thiag...@gmail.com wrote: On Fri, 23 Sep 2011 10:23:50 -0300, Boris Horvat horvat.z.bo...@gmail.com wrote

Re: Handling components event in the page that includes the component

2011-09-23 Thread Chris Poulsen
Inject ComponentResources and poke around? -- Chris On Fri, Sep 23, 2011 at 5:45 PM, bhorvat horvat.z.bo...@gmail.com wrote: Perfect. This works. Thank you so much for your assistance. So I can't access the link's id from the page since it is local to the component but I can trigger

Re: Handling components event in the page that includes the component

2011-09-23 Thread Chris Poulsen
Yeah I think that part should be mentioned - its a really neat feature! I'll dig into it and see if I can get around to whipping up a suggestion for JIRA. -- Chris On Fri, Sep 23, 2011 at 6:56 PM, Thiago H. de Paula Figueiredo thiag...@gmail.com wrote: On Fri, 23 Sep 2011 13:11:25 -0300

Re: Grid, generating conduit, unable to add method java.lang.Object get() to class

2011-09-22 Thread Chris Mylonas
Glassfish for this type of work I think. Anyway - I'm off to play with some Grid components :D Cheers Chris On 22/09/2011, at 7:45 PM, Geoff Callender wrote: According to the following thread _persistence_shouldRefreshFetchGroup was removed in Sep 2009, and a workaround for now might

Meap Tapestry 5 book cancelled?

2011-09-22 Thread Chris Collins
Wow that is a bummer, such great progress had been made on it, what happened? Best C - To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org

Re: Meap Tapestry 5 book cancelled?

2011-09-22 Thread Chris Collins
Yes it is. Hey Igor is it something you think the tapestry community could help with to finish it? Best C On Sep 22, 2011, at 10:00 AM, Borut Bolčina wrote: A sad day. 2011/9/22 Jon Williams williams.jonat...@gmail.com This is terrible news. That was some fine technical writing. Very

Re: Grid, generating conduit, unable to add method java.lang.Object get() to class

2011-09-22 Thread Chris Mylonas
wrote: Just to let you know, I am using GF 3.1.1 and tapestry 5.3 beta 5 with built in JPA module and I have no such issue. On Sep 22, 2011, at 6:12 AM, Chris Mylonas ch...@opencsta.org wrote: OMG!! - That did the trick!! The magic is in persistence.xml property name

Re: Meap Tapestry 5 book cancelled?

2011-09-22 Thread Chris Mylonas
. Read more details here: http://blog.tapestry5.de/index.php/2011/09/23/publishing-tapestry-5-in-action-book-on-my-own/ Stay tuned! On Thu, Sep 22, 2011 at 6:04 PM, Chris Collins chris_j_coll...@yahoo.comwrote: Wow that is a bummer, such great progress had been made on it, what happened

Grid, generating conduit, unable to add method java.lang.Object get() to class

2011-09-21 Thread Chris Mylonas
productivity :P Thanks for any help, Chris

Re: Console app with Tapestry IoC configuration

2011-09-21 Thread Chris Poulsen
Hi, I thought the @Inject was a part of the web app goodness that only works in those special packages and constructor injection is the way to go when using the IoC stand-alone? (This page shows an example using this: http://wiki.apache.org/tapestry/Tapestry5HowToIocOnly ) -- Chris On Wed

Re: Translating the cancel button on BeanEditForm

2011-09-21 Thread Chris Poulsen
is found (and the default definition for the the component is probably more specific than the app module). HTH -- Chris On Wed, Sep 21, 2011 at 3:23 PM, Sigbjørn Tvedt sigbjo...@gmail.com wrote: Hi. I tried to translate the cancel button on a BeanEditForm by supplying the translation cancel

Re: Grid, generating conduit, unable to add method java.lang.Object get() to class

2011-09-21 Thread Chris Mylonas
=_persistence_shouldRefreshFetchGroup to your grid definition, this should resolve the problem. On Sep 21, 2011, at 3:10 AM, Chris Mylonas wrote: Hello Tapestry Users, I've got a problem with the grid element. t:grid source=calledEvents value=calledEvent / It doesn't happen if I put my

Re: Grid, generating conduit, unable to add method java.lang.Object get() to class

2011-09-21 Thread Chris Mylonas
in org.opencsta.ctiserver.business.callevents.model.CalledEvent On 22/09/2011, at 1:24 AM, Lenny Primak wrote: Have you tried exclude= in your template? That worked for me and is simple. On Sep 21, 2011, at 11:18 AM, Chris Mylonas ch...@opencsta.org wrote: Hi!! It is EclipseLink (glassfish 3.1.1), I've just

Re: Grid, generating conduit, unable to add method java.lang.Object get() to class

2011-09-21 Thread Chris Mylonas
=none / property name=eclipselink.logging.level value=INFO / property name=eclipselink.read-only value=true / /properties /persistence-unit /persistence Thanks for your suggestions! Chris On 22/09/2011, at 1:24 AM, Lenny

Re: spring integration?

2011-09-13 Thread Chris Poulsen
You should probably take a look at the following section of the docs: http://tapestry.apache.org/component-classes.html#ComponentClasses-ComponentPackages -- Regards Chris On Tue, Sep 13, 2011 at 8:06 PM, Alfonso Quiroga alfonsose...@gmail.comwrote: Just one thing to add, now I'm using

Re: [ANN] JumpStart 5.4.8 gets @EJB and a better PageProtectionFilter

2011-09-13 Thread Chris Mylonas
more interesting/fun/more-manageable! Chris On 14/09/2011, at 2:13 AM, Lenny Primak wrote: Fortunately? EJB 3.1 is excellent and a pleasure to use. On Sep 13, 2011, at 3:54 AM, Massimo Lusetti mluse...@gmail.com wrote: On Tue, Sep 13, 2011 at 12:30 AM, Geoff Callender

Re: OT Re: Eid Mubarak

2011-09-06 Thread Chris Mylonas
ironic that the 'please keep it on topic' message came from someone with a name that looks like 'angel' (i.e. messenger) May we grow more tolerant (through Tapestry 'jihad') muhahaha Kind Regards, Chris On 07/09/2011, at 3:53 AM, Vangel V. Ajanovski wrote: On 06.09.2011 18:51, Muhammad

Re: [ANN] exanpe-t5-lib : new Tapestry 5 library

2011-09-06 Thread Chris Mylonas
It looks stunningly simple to use, double +1 Thanks for sharing, Chris On 06/09/2011, at 10:12 PM, Geoff Callender wrote: Thumbs up. Geoff On 06/09/2011, at 9:35 AM, Taha Hafeez wrote: Cool !! Thanks for sharing. 2011/9/6 François Facon francois.fa...@atos.net: Very Nice work

Re: May Tapestry go wrong ...

2011-09-03 Thread Chris Mylonas
a good weekend, Chris On 03/09/2011, at 6:04 PM, Gunnar Eketrapp wrote: Tapestry may not go wrong! It must has to do with autoboxing in method isClosed() in Ledger. I was fooled by the debugger and that ledger was shown as null but when adding log statements I can see that it isn't. So

Re: Where's KaptchaImage and KaptchaField in T5.3-beta-1

2011-09-03 Thread Chris Mylonas
development Hope that makes sense Thanks, Chris On 04/09/2011, at 1:30 AM, Steve Eynon wrote: That's cool - I like the idea of multiple sub-projects. It prevents Tapestry from turning into Bloat Ware. (e.g. I never did understand why Sun decided to ship all the javax packages with standard java

Re: Patching Tapestry for IE9 Prototype Bug

2011-08-24 Thread Chris Poulsen
%253ATapestry5.2.6 -- Chris On Wed, Aug 24, 2011 at 2:02 PM, Joel Halbert j...@su3analytics.com wrote: rant It's pretty frustrating there there is no procedure on the Tap website for patching 5.2.X for the prototype IE9 bug. And any links in the mailing list archive that point to git have expired

Re: [t5.2.6] Looping over a collection (The value attribute)

2011-08-24 Thread Chris Mylonas
Thanks a lot steve :) No probs, the guys in work do it all the time (I keep yelling at them, but to no avail!). Sounds like tapestry attributes could use a do-not-use-expansions meme to send to your naughty devs - a la rickrolling :D /humour Chris

Re: How to create a war from Eclipse

2011-08-24 Thread Chris Mylonas
(1) Right click on the project: Maven - Enable dependency management (2) Right click on the project: Run As - maven package If you don't have (1), you need the eclipse maven plugin: In eclipse, Help - Install New Software and update this url to the update site URL list m2eclipse Core Update

Re: T 5.3 Alert and AlertManager Tutorials

2011-08-24 Thread Chris Mylonas
jar tvf jarfile | grep AlertManager would be able to locate it. combine that command in a loop with all the tapestry jars in the same directory and on the bash prompt (if you're on mac/linux) for i in `ls *.jar` do jar tvf $i | grep AlertManager done and that will spit it out. HTH Chris

Upgrading from old Tomcat and Tapestry versions

2011-08-23 Thread Parker, Chris@CDCR
the new specification look like? I especially don't know what the URL for the specification should be. Bottom line - what is my most reasonable course forward? -- Chris Parker - To unsubscribe, e-mail: users-unsubscr

RE: Upgrading from old Tomcat and Tapestry versions

2011-08-23 Thread Parker, Chris@CDCR
That would buy us some time, but eventually it will be a problem. Thanks for the info. -- Chris Parker -Original Message- From: Andreas Fink [mailto:fink.a...@googlemail.com] Sent: Tuesday, August 23, 2011 8:07 AM To: Tapestry users Subject: Re: Upgrading from old Tomcat

Re: Supporting @EJB annotation in Tapestry classes

2011-08-17 Thread Chris Mylonas
This is true. On 18/08/2011, at 6:26 AM, Lenny Primak wrote: The biggest advantage of using glassfish is that everything is pre-configured for you, you don't need to deal with any dependencies, no putting stuff together yourself, it 'just works' and y you get everything - Tapestry, REST,

Re: Chaining of Select components

2011-08-17 Thread Chris-1977
I should add that if I remove the @Persist annotation from availableModels, the onValueChanged method does exist, as shown by the log: [DEBUG] pages.Contact [ENTER] onValueChanged(AUDI) [DEBUG] pages.Contact [ EXIT] onValueChanged [Block[Body of Contact:modelzone, at

Re: Jumping to a new page

2011-08-16 Thread Chris Mylonas
I've been a newbie a couple of times with tapestry because of project work etc.. I think you will also find the first chapter (free download) of this book a great read on the overview of tapestry: http://www.manning.com/drobiazko/ Jumpstart is a great living-example of tapestry This video

Re: Supporting @EJB annotation in Tapestry classes

2011-08-16 Thread Chris Mylonas
I'm using ejb3.1/jee6 on a new project - on jee5 i used the jumpstart method of integration - works a treat! http://jumpstart.doublenegative.com.au/jumpstart/examples/state/ejb3 sorry if it's been pointed out before On 17/08/2011, at 1:28 PM, Lenny Primak wrote: I just took a look at that

Re: Supporting @EJB annotation in Tapestry classes

2011-08-16 Thread Chris Mylonas
, 2011, at 11:33 PM, Chris Mylonas wrote: I'm using ejb3.1/jee6 on a new project - on jee5 i used the jumpstart method of integration - works a treat! http://jumpstart.doublenegative.com.au/jumpstart/examples/state/ejb3 sorry if it's been pointed out before On 17/08/2011, at 1:28 PM, Lenny

IoC services - can they come from an external jar?

2011-08-10 Thread Chris Mylonas
it in AppModule.java I wondered if the BSL and it's interface can come from another jar or does it have to be in the services directory? Thanks for your time, Chris P.S. how is the tapestry 5 in action book going? i read chapter 1 about 3 or 4 months ago i think and it was an amazing explanation

Re: Problem with the idea gradle task

2011-07-29 Thread Chris Poulsen
As far as I can remember someone committed a fix for this exact issue a while ago. Doing a gradle build before using the idea task was a work-around before it was fixed, is your source 100% up to date? -- Chris On Fri, Jul 29, 2011 at 11:14 PM, Jon Williams williams.jonat...@gmail.comwrote

Re: Java Magic has 10000+ hits

2011-06-28 Thread Chris Collins
Do you know what your uniques are, were those browser or rss reader requests? If you had 133 people who added your rss to their rss reader, assuming it only fetched from your feed once a day that would be about 130 people :-{ Best C On Jun 27, 2011, at 11:50 PM, Taha Hafeez wrote: Hi

Re: Java Magic has 10000+ hits

2011-06-28 Thread Chris Collins
, Jun 28, 2011 at 12:47 PM, Chris Collins chris...@me.com wrote: Do you know what your uniques are, were those browser or rss reader requests? If you had 133 people who added your rss to their rss reader, assuming it only fetched from your feed once a day that would be about 130 people

Re: RE : Trying out 5.3.0

2011-06-19 Thread Chris Poulsen
Hi, I guess the archetype is kind of in between versions. I guess the deprecated @IncludeStyleSheet has been removed in 5.3 and should he replaced with @Import(stylesheet=context:layout/layout.css) HTH. -- Chris On Sun, Jun 19, 2011 at 12:04 PM, Angelo C. angelochen...@gmail.com wrote

Re: Tapestry Remembers which page to navigate after User Logs in ?

2011-06-14 Thread Chris Poulsen
authentication processing filter and then your /LoginRedirectDispatcher.html page (page-123?) should of course do the right thing. Hope this helps. -- Regards Chris On Tue, Jun 14, 2011 at 11:23 PM, sunilmanu sunil.manoha...@gmail.comwrote: Hi, its Tapestry 4.0.2. We use ACEGI for the authentication

chenillekit

2011-05-18 Thread Chris Collins
Does anyone know if chenillekit is dead? A quick play trying to use it with t5.2.5 failed and seems the mailing lists on google don't exist anymore? C - To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For

Re: chenillekit

2011-05-18 Thread Chris Collins
Yeh I could get to the website, noticed the last published date and when I went wondering the maven repo that was mentioned on the site I only saw 1.1.0. That version exploded with T5.2.5. I did a search and found someones comment that there was a 1.3.2. which seems to work. This project is

Re: transposed form loop

2011-05-04 Thread Chris Poulsen
Hi, Can't you just prepare/transpose your model in java and keep the template simple? -- Regards, Chris On Wed, May 4, 2011 at 7:28 AM, Paul Stanton p...@mapshed.com.au wrote: Hi all, I have a strange requirement and i'm not clear on the recommended tapestry approach... (T5.1.2

Re: T5: built-in numeric validator

2011-03-31 Thread Chris Norris
The Tapestry NumericValidator seems to rely on whether Double.valueOf(String) will throw an exception, which it does for '1k'. How are you configuring and using your validator? On Tue, Mar 29, 2011 at 5:19 PM, Adam Zimowski zimowsk...@gmail.com wrote: It is server side. Looks like if input

Re: Generating popup window after form success

2011-03-31 Thread Chris Norris
I'd probably just set a value on the next page to be rendered after the form that would use JavaScript support to create the popup. On Wed, Mar 30, 2011 at 5:13 PM, Rich M rich...@moremagic.com wrote: Hi, I'm wondering if there is a good strategy to create a popup window after a successful

Re: How do I set the anchor of the current page?

2011-03-31 Thread Chris Norris
Instead of returning null, why not return a url that has the anchor set? On Tue, Mar 29, 2011 at 1:04 PM, LLTYK ll...@mailinator.com wrote: So someone clicked something on my page, and whatever event handler returns null/is void. Is there a way to set the anchor in this case? I know there's a

Re: T5: built-in numeric validator

2011-03-31 Thread Chris Norris
, 2011 at 9:03 AM, Chris Norris thechrisproject.li...@gmail.com wrote: The Tapestry NumericValidator seems to rely on whether Double.valueOf(String) will throw an exception, which it does for '1k'. How are you configuring and using your validator? On Tue, Mar 29, 2011 at 5:19 PM, Adam Zimowski

Re: T5: built-in numeric validator

2011-03-31 Thread Chris Norris
On Thu, Mar 31, 2011 at 10:51 AM, Chris Norris thechrisproject.li...@gmail.com wrote: Sorry, I was completely wrong. I was looking at a NumericValidator that we wrote, not a Tapestry one. On Thu, Mar 31, 2011 at 9:43 AM, Adam Zimowski zimowsk...@gmail.com wrote: My client side validation

Re: T5: built-in numeric validator

2011-03-31 Thread Chris Norris
to Regexp validator on numeric field test, not the validator itself. Again, I'm still learning myself, so somebody that actually knows for sure would have to confirm, but that's be my guess. Adam On Thu, Mar 31, 2011 at 10:59 AM, Chris Norris thechrisproject.li...@gmail.com wrote: Well perhaps

Re: Runtime configurable Validators in T5... this was easy in T4

2011-03-29 Thread Chris Norris
at 12:56 PM, Thiago H. de Paula Figueiredo thiag...@gmail.com wrote: On Fri, 25 Mar 2011 13:23:25 -0300, Chris Norris thechrisproject.li...@gmail.com wrote: I have a loop which generates form components. Each one needs some very custom validation. I know I can create a validator that will take

Runtime configurable Validators in T5... this was easy in T4

2011-03-25 Thread Chris Norris
In T4 we could new up a Validator, provide it with whatever information we wanted, and pass that directly to a form component for validation. I miss this. I have a loop which generates form components. Each one needs some very custom validation. I know I can create a validator that will take in a

Re: Should Tapestry phone home?

2010-10-11 Thread Chris Pall
And no, it should not phone home - it should be invoked. On Mon, Oct 11, 2010 at 2:50 PM, Chris Pall chrisp...@gmail.com wrote: You probably would get much better compliance if you were giving them something back - if you're giving them a tool that lets them know hey -- there is a bugfix

ANTLR + JBoss 5.1.0 + Tapestry 5.1.0.5 - NoClassDefFoundError

2010-09-07 Thread Chris Mylonas
/chrismylonas/Documents/_17_Software/_13_JBoss/jboss-5.1.0.GA/common/lib/antlr.jar] Extra info: It's my first jboss-5.1 project with tapestry 5.1.0.5 Cheers Chris

Re: Tapestry + GAE + Eclipse + Maven

2010-09-04 Thread Chris Mylonas
For additional commands, e-mail: users-h...@tapestry.apache.org -- Chris Mylonas Consulting Systems Administrator Communications, Internetworking, Software Design Prototyping Free Open Source Software Projects www.opencsta.org

No tapestry pages available in deployment

2010-08-31 Thread Chris Mylonas
INFO [EJB3Deployer] Deployed: file:/Users/chris/Documents/_17_Software/_13_JBoss/jboss-4.2.3.GA/server/all/tmp/deploy/tmp8925637803076123353vlchris.ear-contents/vlchrisPersistence.jar 11:32:27,606 INFO [TomcatDeployer] deploy, ctxPath=/vltest, warUrl=.../tmp/deploy/tmp8925637803076123353vlchris.ear

Re: No tapestry pages available in deployment

2010-08-31 Thread Chris Mylonas
-pattern /filter-mapping /web-app Cheers Chris

Re: No tapestry pages available in deployment

2010-08-31 Thread Chris Mylonas
Thanks - no more to add to this thread from me :) Chris On 01/09/2010, at 12:41 PM, Chris Mylonas wrote: Thanks for the pointer Thaigo - tapestry has made my pages available (got my own coding to deal with now!) javax.servlet.ServletException: Filter execution threw an exception

Re: Integrating with 3rd Party

2010-08-26 Thread Chris Mylonas
the Tapestry - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org -- Chris Mylonas Consulting Systems

Re: [Tapestry Central] Tapestry Frequently Asked Questions

2010-08-18 Thread Chris Mylonas
) Flame away! :) Cheers Chris On 18/08/2010, at 10:33 AM, Howard wrote: I'm taking some time to work on the Tapestry documentation ... starting with the FAQ. It's great fun, though this could get to be quite large. I'm just spewing out content right now, over time we'll clean it up, reorganize

Re: repo?.maven.org/.../tapestry*/5.2.0 ?!?!

2010-08-18 Thread Chris Mylonas
maven problem? Chris-Ms-MacBook:Downloads chrismylonas$ mvn archetype:generate -DarchetypeCatalog=http://tapestry.apache.org [INFO] Scanning for projects... [INFO] Searching repository for plugin with prefix: 'archetype'. [INFO

Re: repo?.maven.org/.../tapestry*/5.2.0 ?!?!

2010-08-18 Thread Chris Mylonas
project at the end of the day :) which I can already do with apache-archiva so that I can write some maven/opencsta/ejb/tapestry/jquery tutorials Chris-Ms-MacBook:tapuserlist chrismylonas$ tree . |-- build.xml |-- business | `-- src | |-- java | |-- main | | |-- conf

Re: repo?.maven.org/.../tapestry*/5.2.0 ?!?!

2010-08-18 Thread Chris Mylonas
I'm just a Tapestry lover that happens to be a Maven lover too. :) Maven has its quirks, but, to me, it saves me more time than consume. We use ant-dependencies which chucks everything into my ~/.maven folder similar to maven2, so I don't feel I'm missing out a lot, You're using Maven

<    2   3   4   5   6   7   8   9   10   11   >