Re: NullPointer for service constructor

2014-04-08 Thread Chris Poulsen
It seems like tapestry ioc has @PostInjection ( https://tapestry.apache.org/injection-in-detail.html#InjectioninDetail-Post-InjectionMethods) to receive a callback after the instance is configured.Somewhat similar to the afterPropertiesSet(). On Tue, Apr 8, 2014 at 3:55 PM, Lance Java wrote: > F

Re: NullPointer for service constructor

2014-04-08 Thread Chris Mylonas
c morphing sounds like a can of worms btw Chasing-those-exceptions is never fun, although I'd prefer to do that than compliance documentation and openssl heartbleed shenanigans! Cant believe it'll be Wednesday soon! Cheers Chris On 08/04/2014 9:07 pm, "Thiago H de Paula Figueire

Re: I am not able to call JSON file in my tapestry template file .. Native HTML standalone works finr in browsers ..

2014-04-03 Thread Chris Mylonas
which you could direct a more specific question. Good luck with your app! Hopefully thiago's response will get you going. Chris On 04/04/2014 3:25 am, "Lenny Primak" wrote: > Well, then there is browser "View Source" or firebug that you can use. > Again, out o

Re: Jetty or NetBeans issue?

2014-03-28 Thread Chris Mylonas
Hi If u just run mvn jetty:run >From the command line it will eliminate the netbeans component. Cm On 28/03/2014 7:51 pm, "John" wrote: > I run my dev server using a Maven goal under NetBeans. Quite often Jetty > becomes completely unresponsive. > > Is this a problem of Jetty running in NetBean

Re: Show and tell / New 5.4 app live.

2014-03-27 Thread Chris Mylonas
Maybe your recurring hosting will be further reduced George :) http://aws.amazon.com/ec2/pricing/effective-april-2014/ On 24/03/2014 6:58 am, "George Christman" wrote: > Your absolutely correct, you can deff do better price wise with a VPS, but > then again I don't believe you will get all the f

Re: T5.4 - spinner zone overlay

2014-03-20 Thread Chris Poulsen
uld be doable though. On Thu, Mar 20, 2014 at 4:31 PM, Thiago H de Paula Figueiredo < thiag...@gmail.com> wrote: > On Thu, 20 Mar 2014 10:08:01 -0300, Chris Poulsen > wrote: > > Btw. I do not think that you can get the zone-spinner to work in all >> cases... It is possible

Re: T5.4 - spinner zone overlay

2014-03-20 Thread Chris Poulsen
Btw. I do not think that you can get the zone-spinner to work in all cases... It is possible to update zones programmatically, so you may not even know which zones that are to be updated until the ajax call returns. On Thu, Mar 20, 2014 at 1:40 PM, Chris Poulsen wrote: > Did you try

Re: T5.4 - spinner zone overlay

2014-03-20 Thread Chris Poulsen
Did you try the "willUpdate" event? ( http://tapestry.apache.org/5.4/coffeescript/events.html#section-16 ) On Thu, Mar 20, 2014 at 1:28 PM, Martin Nagl wrote: > In T5.4, the event "t5:zone:did-update" fires only after zone has been > updated, which is too late to add overlay to the zone. > > I

Re: [5.4B1] StyleSheet/Stack Bug?

2014-03-20 Thread Chris Poulsen
s.add( new StylesheetLink( fontAwesomeStylesheet ) ); ... HTH -- Chris On Thu, Mar 20, 2014 at 12:26 PM, Michael Gentry wrote: > I tried with getClasspathAsset() and 5.4B3, neither of which found the CSS > under src/main/resources. Is this a bug or should I just move the CSS to > src/main

Re: Show and tell / New 5.4 app live.

2014-03-19 Thread Chris Mylonas
ld service come from? apache http -> app server? and what version of apache were you using? i have just deployed version-1.0.9 of an internal ip address app that is written on tapestry-5.3 and am FINALLY getting onto a simple tapestry 5.4 project from scratch. congratulations, chris On Sat,

Custom symbol in AppModule fetched from another service

2014-03-04 Thread Chris Mylonas
Hi All, I want to want to contributeApplicationDefaults("myKey","") in AppModule for use across the application. How do i get "myKey" out of my configuration? Is that what it's there for, custom stuff as well as the tapestry symbols? Cheers Chris

RE: Tapestry App Not booting right - dependency tree help

2014-03-02 Thread Chris Mylonas
be like an angelic koala :) Good luck with your building. I personally break my projects into ejbs, rest and web. Makes building and maintaining easier though it requires a bit more time. And I've got more time than java dependency chasing foo. Chris PS, the best programmers in the world are in

Re: Tapestry 5.4 Dojo as the Infrastructure Provider

2014-02-15 Thread Chris Mylonas
Impressive! I am currently a simple and irregular t5 app maker, sadly with more php foo than js. However, t5.4 and addons like this will turn me into a js and json loving fiend. Thanks for hacking at it :) On 15/02/2014 11:55 pm, "Azudio Developer" wrote: > I'm making some more progress on a D

Re: component event exception, handling in page with onException method

2014-02-14 Thread Chris Mylonas
g'day, please ignore the previous email. everything is working as expected now. a sleep, reboot and relocation to a more relaxing setting seems to be the way to fix this issue :) chris On Fri, Feb 14, 2014 at 8:53 PM, Chris Mylonas wrote: > hi users, > > i'm having

component event exception, handling in page with onException method

2014-02-14 Thread Chris Mylonas
ng from an EJB. Something doesn't exist in this zone update preview mode e.g. the user wants a sneaky look behind door number 3, when door number 3 doesn't exit." Cheers Chris

Re: Preferred Template Location

2014-02-12 Thread Chris Poulsen
Hi, The documentation also has a say on that one: http://tapestry.apache.org/component-templates.html#ComponentTemplates-TemplateLocation -- Chris On Wed, Feb 12, 2014 at 5:28 PM, Thiago H de Paula Figueiredo < thiag...@gmail.com> wrote: > On Wed, 12 Feb 2014 13:38:00 -020

Re: Content Security Policy without unsafe-inline

2014-02-06 Thread Chris Mylonas
rap the ugly bits at least. Java class stuff for managed/designed/schedulable script dev though... A dreamable maven task - although I'd do it in bash separately cos its quicker and simpler and delegatable and heaps more l33t :P Cheers Chris On 06/02/2014 9:21 pm, "Lance Java"

Re: Content Security Policy without unsafe-inline

2014-02-05 Thread Chris Mylonas
does t5's form generation hmac stuff lend itself to this non predictable task? Digressing a bit, A log would show nuisances taking guesses. At the extreme scale of sensitive info and network architecture, the cat can be skinned at the network(ing layer). On 05/02/2014 10:06 pm, "Lance Java" wro

Re: Content Security Policy without unsafe-inline

2014-02-05 Thread Chris Mylonas
he stakeholders of a project wish this behaviour, and no gmaps stuff is ever likely to be needed, could be a nice feature. Cheers Chris On 05/02/2014 7:38 pm, "Kristian Marinkovic" wrote: > looking at my migrated Tapestry 5.4-beta-2 app i can only see two inline > scripts. Th

Re: Is JSR-303 validation possible in a Loop?

2013-12-28 Thread Chris Mylonas
Out of curiosity, is it possible with normal form components i.e. textfields? On Sat, Dec 28, 2013 at 1:12 PM, Geoff Callender < geoff.callender.jumpst...@gmail.com> wrote: > Is there a way to enable client-side JSR-303 validation of the bean in each > row of a Loop? >

Re: [Jumpstart] Glassfish 4, EJB Provider not detected

2013-12-20 Thread Chris Mylonas
something like insert if not exist into user (`username`,`pass`) values ('blahchris','urawesome'); Good to know anyways :) Chris On Fri, Dec 20, 2013 at 7:22 PM, Andreas Ernst wrote: > Hi, > > Am 20.12.13 03:11, schrieb Chris Mylonas: > > Hi All,

[Jumpstart] Glassfish 4, EJB Provider not detected

2013-12-19 Thread Chris Mylonas
exists. The jndi name is the same for EJBs - so not really sure why it would fail at this stage :) Cheers Chris [1] http://grepcode.com/file/repo1.maven.org$maven2@org.glassfish.admin$admin-cli@3.0-b54@com$sun$enterprise$admin$cli$AsadminMain.java

Re: My form error message, include link to a page from java class

2013-12-18 Thread Chris Mylonas
; > > http://tapestry.apache.org/5.3.7/apidocs/org/apache/tapestry5/MarkupWriter.html#writeRaw(java.lang.String) > > > then you can pass html string to form.recordError() > > "here" > > > regards > Taha > > On Dec 19, 2013, at 3:24 AM, Chris Mylonas w

Re: My form error message, include link to a page from java class

2013-12-18 Thread Chris Mylonas
riter, because recordError just accepts String. Any further ideas? Can the Corelib.Errors component, rather than just being be expanded to hold a and ${expansion} for use in case of error? Cheers Chris On Thu, Dec 19, 2013 at 2:26 AM, Taha Siddiqi wrote: > Use Link#toAbsoluteURI() or

Re: My form error message, include link to a page from java class

2013-12-18 Thread Chris Mylonas
(commonNameField, "The ip address you entered is public and in use - please try again or search for it HERE" ); } and that just spits out text too. Given it's 2am, I'm going to bed. Try again tomorrow with a fresh head. Cheers, Chris On Wed, Dec 18, 2013 at 4:25 PM,

My form error message, include link to a page from java class

2013-12-17 Thread Chris Mylonas
t error message to the search page. It's just a standard form.recordErrors form.recordError(commonNameField, "The ip address you entered is public and in use - please try again or search (PUT LINK HERE TO SEARCH PAGE) for it to see it's current use"); Cheers Chris

Re: override t:formdata when validation has error

2013-12-15 Thread Chris Mylonas
Form events (in order) table on this page shows the event ordering on form submissions. http://tapestry.apache.org/forms-and-validation.html looks like validate -> success -> submit On Mon, Dec 16, 2013 at 3:24 AM, Dimitris Zenios wrote: > onValidate -> onSubmit -> Onsuccess ( Only if validate

Re: TreeGrid in tapestry

2013-12-15 Thread Chris Mylonas
, Dec 16, 2013 at 12:26 PM, Chris Mylonas wrote: > Hi Boris, > > Have you tried it? > > Looking at the source for the component [1] it takes two parameters, both > List types - one the source of your tree and the other column headers. > > Looks like it was updated Jan 201

Re: TreeGrid in tapestry

2013-12-15 Thread Chris Mylonas
issue on their project for a polite example :) Cheers Chris [1] https://code.google.com/p/tapestry5-treegrid/source/browse/trunk/tapestry5-treegrid/src/main/java/org/codelutin/tapestry/components/TreeGrid.java On Sun, Dec 15, 2013 at 11:22 PM, Boris Horvat wrote: > Or if anyone has any ot

Re: IndieGogo campaign: a month of Apache Tapestry 5

2013-12-09 Thread Chris Mylonas
$3880 / $4500 $620 to go On Tue, Dec 10, 2013 at 7:21 AM, Joachim Van der Auwera wrote: > Great initiative, twelve hours and 740$ to go. Let's make it happen! > > May I remind you that Thiago will not receive any money (donations are > refunded) when the target is not met, so if you want Thiago

Re: Loving the eclipse-tapestry5-plugin

2013-12-03 Thread Chris Mylonas
Thanks for the heads up - that sounds like a really good plugin. Come January it's re-evaluate workflow time - I'm on netbeans when the going gets serious (EAR=EJB+T5+REST) and netbeans/glassfish is super easy to do this especially for pulling stuff out of database and building entity/session bean

Re: grid is showing this column -> _persistence Should Refresh Fetch Group

2013-12-01 Thread Chris Mylonas
Weaving!! I've run into a problem with weaving before, thanks for the tip. grid + exclude = thank you Lance Cheers Chris On Fri, Nov 29, 2013 at 3:04 AM, Lance Java wrote: > I'm assuming this is also a problem in beaneditor / beandisplay. > On 28 Nov 2013 12:07, "Dimi

Re: Tapestry5 and nodejs app coexist

2013-12-01 Thread Chris Mylonas
ata is still managed - it's the price of performance though - so if it's a small back-office app, no dramas - try and make it scalableYMMV :) Cheers Chris On Sun, Dec 1, 2013 at 11:29 PM, Angelo Chen wrote: > Hi, > > got an existing T5 app running with Hibernate and 2nd l

grid is showing this column -> _persistence Should Refresh Fetch Group

2013-11-27 Thread Chris Mylonas
to @Column(name = "tstamp") @Temporal(TemporalType.DATE) private Date tstamp; I can always just go back to hand rolled tables and pretend it never happened, but would be nice to know where a column like this comes from. Thank you Chris

Re: JS error ajaxformloop

2013-11-26 Thread Chris Poulsen
It has been reported a couple of times recently. TAP5-2230 and TAP5-2228 On Tue, Nov 26, 2013 at 2:58 PM, George Christman wrote: > I'm seeing the following error in my console while adding rows to the > AjaxFormLoop. I discovered the issue in alpha-22 and upgraded to alpha-28 > to find it sti

Re: IndieGogo campaign: a month of Apache Tapestry 5

2013-11-25 Thread Chris Mylonas
The ML hustle is strong with Mr T. The support option is really cool (and I'm interested) - particularly with 5.4 coming out soon[1] I hope you make your target and we all benefit. Cheers Chris [1] Surprisingly in nautical terms, soon doesn't mean soon enough!! http://www.metoff

Re: Web frameworks

2013-11-24 Thread Chris Mylonas
o something more Monday-morning-like Happy Monday, Chris

Re: [5.4.25] Ajax submit with Radiogroup submits all values

2013-11-22 Thread Chris Poulsen
Cool! Seems like the right way to go, now that you did almost all the work anyway :) On Fri, Nov 22, 2013 at 12:31 PM, Magnus Kvalheim wrote: > Hi Chris, yes sure - will do that in the Jira. > > I think also the solution is interesting because it shows what's possible > now w

Re: [5.4.25] Ajax submit with Radiogroup submits all values

2013-11-22 Thread Chris Poulsen
Why not submit a patch, now that you've spent the time figuring it out? On Fri, Nov 22, 2013 at 12:07 PM, Magnus Kvalheim wrote: > So, was looking into fixing this myself as a temporary workaround. > > I think the fix is quite clean, and of interest for others in similar > situation, so I'll bri

Re: Custom Validator 5.4

2013-11-21 Thread Chris Poulsen
coffeescript ends up as javascript in the end, so just give the javascript version a go, if that is where you feel most comfortable. These pages have also helped me get some t5.4 javascript going: http://people.apache.org/~hlship/t5api/ On Thu, Nov 21, 2013 at 6:55 PM, George Christman wrote:

Re: AjaxFormLoop Add Row Javascript Error

2013-11-20 Thread Chris Poulsen
know if it matters though, that was just my best bet. -- Chris On Wed, Nov 20, 2013 at 5:13 PM, Thiago H de Paula Figueiredo < thiag...@gmail.com> wrote: > On Wed, 20 Nov 2013 13:51:29 -0200, Peter Hvass > wrote: > > Hey guys, >> > > Hi! > > > Have

Re: consensus on payments (braintree payments in particular, spark library)

2013-11-19 Thread Chris Mylonas
dypaul.com > > FYI: If you head down this route you will be on the bleeding edge. The > modules are for 5.4 and the PayPal rest api is very new. That said it's > working for me. > > > On Tue, Nov 19, 2013 at 8:09 AM, Chris Mylonas wrote: > > > that is super-fresh a

Re: consensus on payments (braintree payments in particular, spark library)

2013-11-19 Thread Chris Mylonas
that is super-fresh at 21 days old. i'll be cloning that one tomorrow and giving it a spin, particularly cos I have my paypal sandbox working with old php shopping cart stuff thanks for the heads up barry, chris On Wed, Nov 20, 2013 at 12:13 AM, Barry Books wrote: > I use the ne

can i make a service out of this repeated code :)

2013-11-19 Thread Chris Mylonas
askStrokeOnly(Netmask n); String usableNetmasks(Netmask n); } public class NetmaskDisplayHelperImplByChris{ //copy+paste my repeated code here } then in AppModule do the binding binder.bind(NetmaskDisplayHelper.class, NetmaskDisplayHelperImplByChris.class); In the page classes @Inject the NetmaskDisplayHelper and from the templates somehow call the services, as per the tml snippets above. /HUGE-QUESTION-MARK! Thanks for reading!!! Feedback welcome. Condescending, patronising AND humourous comments accepted as well :) Cheers Chris P.S. I've gone down to MASK16, so if you know your networking - imagine a &*$%load of code I scroll past!! Apache net utils is bloody good too btw.

Re: consensus on payments (braintree payments in particular, spark library)

2013-11-19 Thread Chris Mylonas
re > next day. > > I also don't like any details of what processor I use available to > clients. In my case, it's 100% server-based. All the users see is a > Tapestry application and Tapestry form. > > Norman Franke > Answering Service for Directors, Inc. > www

consensus on payments (braintree payments in particular, spark library)

2013-11-18 Thread Chris Mylonas
s are appreciated. Cheers Chris

Re: zone containing a scrollable element

2013-11-13 Thread Chris Mylonas
-using-jquery or maybe set anchor points in the page and toggle a variable in your page class as they are scrolled past? i.e. section1, section2, section3 or perhaps there's some sort of disable zone update that can be applied. interesting problem... chris On Thu, Nov 14, 2013 at 11:46 AM,

Re: Tree, jumpstart tree from database and zone demo

2013-11-10 Thread Chris Mylonas
Thanks Lance, A few of those components are now on the exploration list :) On Thu, Nov 7, 2013 at 6:22 PM, Lance Java wrote: > FYI you might be interested in this: > http://tapestry-stitch.uklance.cloudbees.net/databasetreedemo >

Tree, jumpstart tree from database and zone demo

2013-11-06 Thread Chris Mylonas
id).getResultList(); } @SuppressWarnings("unchecked") private List findSubnetsWithNoParent() { return (List) em.createNamedQuery(Subnet.QUERY_PARENTISNULL).getResultList(); } == Cheers Chris

Re: Tapestry 5.4 demo

2013-11-04 Thread Chris Poulsen
https://repository.apache.org/content/groups/staging/org/apache/tapestry/tapestry-core/? On Mon, Nov 4, 2013 at 7:11 PM, Boris Horvat wrote: > I was unable to find any alpha version in > > > apache-staging > Apache staging > https://repository.apache.

Re: Fun with Enums - suggestion wanted for edit subset of enum types (netmask)

2013-11-03 Thread Chris Mylonas
Thanks Jens, that sounds handy. Between Thiago's and your response I'll be able to build something when I get around to it today/tomorrow. Have a good week Tappers Chris On Thu, Oct 31, 2013 at 10:15 PM, mailingl...@j-b-s.de wrote: > Well, the values shown solely depends on you

Fun with Enums - suggestion wanted for edit subset of enum types (netmask)

2013-10-31 Thread Chris Mylonas
type)? Cheers for any awesome suggestions, ditto for reading! Chris [1] The t:select component reads the message catalog, however rendering in a table (not a grid) seemed to ignore it. I progressed with it by calling a helper method from the template with something like ${convertEnum(passedEnum

Re: Switching off Reloading of Service Implemenation?

2013-10-28 Thread Chris Mylonas
and how to initiate NOT using them - e.g. this service implementation preventReloading() I'm sure there are a few "alternatives" that would save some mailing list time and dev-ing. Cheers Chris On Wed, Oct 16, 2013 at 10:46 PM, Martin Kersten < martin.kersten...@gmail.com> w

Re: [Eloquentia] Failed to execute goal on project eloquentia

2013-10-15 Thread Chris Mylonas
tired professor, we sailed down the coast of Portugal, and although I'm told not quite the same as Braz-Portuguese I said this a helluva lot. No Falla PortuguesoObrigado! Have a good week! Chris On Wed, Oct 16, 2013 at 6:14 AM, Thiago H de Paula Figueiredo < thiag...@gmail.com> wr

[Eloquentia] Failed to execute goal on project eloquentia

2013-10-14 Thread Chris Mylonas
is no Login.java Cheers Chris

Re: Tapestry.ajaxRequest

2013-09-29 Thread Chris Poulsen
http://people.apache.org/~hlship/t5api/coffeescript/ajax.html HTH -- Chris On Sun, Sep 29, 2013 at 10:54 AM, George Christman wrote: > Hello, in 5.3.7 there use to be a js function called Tapestry.ajaxRequest, > does anybody know what the replacement is in 5.4.22? > > I'm pl

Re: Quartz for Tapestry5

2013-08-08 Thread Chris Cureau
Beautiful...and just what I needed too! Thanks! On Thu, Aug 8, 2013 at 10:02 AM, Dmitry Gusev wrote: > FYI: > > > https://github.com/anjlab/anjlab-tapestry-commons/tree/master/anjlab-tapestry-quartz > > -- > Dmitry Gusev > > AnjLab Team > http://anjlab.com >

Re: implementation of 'tapestry.hmac-passphrase

2013-08-03 Thread Chris Cureau
http://tapestry.apache.org/configuration.html#Configuration-tapestry.hmacpassphrase Hint: Don't change it once its set. On Aug 3, 2013 11:00 AM, "Nikola Vulovic" wrote: > i get this error message in log and in AlertManager > (ClientDataEncoderImpl.java:61) - The symbol 'tapestry.hmac-passphrase

Re: tapestry-bootstrap repository issue

2013-07-03 Thread Chris Cureau
query are > Apache projects so their artifacts will certainly not be hosted on Apache's > staging repo. Perhaps you need to first figure out which version of > Tapestry5 you want to use. > > Kalle > > > On Wed, Jul 3, 2013 at 6:38 AM, Chris Cureau wrote: > > >

tapestry-bootstrap repository issue

2013-07-03 Thread Chris Cureau
I got a strange error from Eclipse this morning when trying to add tapestry-bootstrap to my pom... ArtifactDescriptorException: Failed to read artifact descriptor for org.got5:tapestry5-jquery:jar:3.2.1: ArtifactResolutionException: Failure to transfer org.got5:tapestry5-jquery:pom:3.2.1 from http

Re: Can tapestry run on Android

2013-05-27 Thread Chris Cureau
Tapestry itself runs on a web container, like tomcat. The served pages will operate in chrome in android and probably firefox as well, though I haven't tested it there. You can also use jQuery mobile for added capabilities, but a dedicated project like tapestry-jQuery doesn't exist yet as far as I

Stopping/Removing a job from PeriodicExecutor

2013-05-22 Thread Chris Cureau
Hi there! I currently have a project that is using a PeriodicExecutor to kick off processes on a regular basis. I need to expand on that so that I can stop a running job, reschedule the times, and remove the job completely from the PeriodicExecutor. Don't see any sort of code out there to do thi

Re: Tepestry equivalent of a jsp:useBean?

2013-04-28 Thread Chris Poulsen
Hi, You could get/set the bean instance in a page field before rendering the page. Then you would only perform the expensive get once. Or you could use @Cached for the bean getter. -- Chris On Sun, Apr 28, 2013 at 11:27 AM, John wrote: > I'd like to be able to assign a bean to pa

Re: Wizard Component

2013-03-26 Thread Chris Cureau
To follow up on what Thiago has said... I've had good luck with thexe examples from the Jumpstart: http://jumpstart.doublenegative.com.au/jumpstart/examples/wizard/usingformfragments/$N/$N http://jumpstart.doublenegative.com.au/jumpstart/examples/wizard/usingpages1 On Tue, Mar 26, 2013 at 6:59 A

Re: Tapestry 5.3.6 and Debian/ppc

2013-03-05 Thread Chris Cureau
I wasn't sure how that worked, no...thanks for the pointer! On Tue, Mar 5, 2013 at 7:32 AM, Michael Gentry wrote: > Hi Chris, > > Apologies if you already know this, but you can set up an exclusion in the > tapestry-security section of your POM: > > >

Re: Tapestry 5.3.6 and Debian/ppc

2013-03-04 Thread Chris Cureau
which one at the moment, but > probably ioc). Perhaps that is the source of Chris' problem, too. > > Chris, try running a "mvn dependency:tree" and make sure 5.3.6 is listed > for all Tapestry JARs. If so, look under target to see what was actually > included in

Re: 3 days of ValueEncoder-ing, no coercion found

2013-02-19 Thread Chris Mylonas
nce(LibraryEvent.class, LibraryEncoder.class); } and with this one I just implemented the method required for implementing the ValueEncoderFactory on my encoder. On Wed, Feb 20, 2013 at 3:49 PM, Chris Mylonas wrote: > Hi Tapestry List, long time no hear... > > How do you make tapestry s

3 days of ValueEncoder-ing, no coercion found

2013-02-19 Thread Chris Mylonas
tion, final LibraryEventFacadeLocal lqmefl){ System.out.println("CHRIS THIS HAS BEEN CONTRIBUTED"; ValueEncoderFactory factory = new ValueEncoderFactory(){ public ValueEncoder create(Class clazz){ return new LibraryEventEncoder(lqmefl);

Re: Looking for Tapestry contractors in SF bay area

2013-02-11 Thread Chris Collins
Sorry I was corrected by a friend. I meant to say "principles only"or in other words no recruiters please. On Feb 8, 2013, at 7:07 PM, Chris Collins wrote: > Sorry for the spam. If your an experience Tapestry consultant/contractor my > company is in need of som

Re: Looking for Tapestry contractors in SF bay area

2013-02-10 Thread Chris Collins
:50 AM, Emmanuel DEMEY > wrote: > >> Hi Chris >> >> I am Emmanuel DEMEY, from te Tapestry5-jQuery. What kind of skills you >> company is looping for? >> >> Does the job can be done from France? >> >> Emmanuel >> >> Le samedi 9

Looking for Tapestry contractors in SF bay area

2013-02-09 Thread Chris Collins
Sorry for the spam. If your an experience Tapestry consultant/contractor my company is in need of some of your skills. Please contact me directly (p.s. no principles please). Chris - To unsubscribe, e-mail: users-unsubscr

Re: Trying to get tapestry-bootstrap running with 5.3.6

2013-02-08 Thread Chris Cureau
Tapestry-bootstrap needs tapestry 5.3.4. I just cloned the tapestry-bootstrap git repository and changed the dependency to 5.3.6. If there's a better way, please let me know! On Feb 8, 2013 8:12 PM, "George Ludwig" wrote: > I've been running in circles trying to make Eclipse and Maven happy wit

Re: Tapestry 5 book is here

2013-01-25 Thread Chris Cureau
I've been extremely happy with my book so far...Thanks for all your hard work, Igor! :) On Fri, Jan 25, 2013 at 3:20 AM, Igor Drobiazko wrote: > Dear Tapestry community, > > I'm glad to announce that the long awaited Tapestry 5 book is now available > for purchase as paperback: > > http://blog.t

Re: [ANN] JumpStart gets jQuery DataTables example

2013-01-22 Thread Chris Poulsen
I know you can use them on the same field in pages/components, I was trying to offer an alternate way of getting the instance of the service setup correctly (by using IoC) instead of using a getter with side-effects as suggested in an earlier post. ;) -- Chris On Wed, Jan 23, 2013 at 12:59 AM

Re: [ANN] JumpStart gets jQuery DataTables example

2013-01-22 Thread Chris Poulsen
One could also @Inject CelebrityService into a @Property i suppose? (Using Tapestry IoC to manage the licecycle of the service). -- Chris On Tue, Jan 22, 2013 at 10:14 PM, Geoff Callender < geoff.callender.jumpst...@gmail.com> wrote: > setupRender() doesn't get called in a

Re: why is homePage null ? after long time and possibly session timeout

2013-01-03 Thread Chris Poulsen
Your web container could. -- Chris On Thu, Jan 3, 2013 at 3:24 PM, nhhockeyplayer nashua < nhhockeypla...@hotmail.com> wrote: > > Could shiro be invalidating the session on me? > > > > From: nhhockeypla...@hotmail.com > To: users@tapestry.apache.org > Subject:

Re: select blankOption

2012-12-31 Thread Chris Poulsen
e for later use, but I do not really like that option. -- Chris On Mon, Dec 31, 2012 at 9:24 AM, John wrote: > consider the following example > > When the select component is rendered the call to getUOption precedes the > call to getUserSelectModel so the u

Re: Access "this" page object from the template

2012-12-31 Thread Chris Poulsen
Hi, Would it not be easier to simply inject ComponentResources in your component class and use it for current page? -- Chris On Mon, Dec 31, 2012 at 12:26 PM, fmaylinch wrote: > Hello, > > This might be a stupid question but... can we access the page object from > the template (t

Re: is there a @BootStrap annotation for methods ?

2012-12-27 Thread Chris Poulsen
Hi, @Persist defaults to session storage, it sounds like you are not discarding your session on logout and/or not always creating a new session on (re)login. -- Chris On Thu, Dec 27, 2012 at 7:28 PM, Ken in Nashua wrote: > > My main catching issue being > > on login... m

Re: Testing Grid Row Objects

2012-12-24 Thread Chris Poulsen
Hi, I'd probably try to put the t:if into (instead of around) the p:actionCell before looking at the docs/src ;,-) -- Chris On Mon, Dec 24, 2012 at 5:33 PM, mateen wrote: > > > t:rowsPerPage="50" t:add="action" > t:inPlace

Re: Grid Scroller

2012-12-24 Thread Chris Poulsen
Hi, Provide your own GridDataSource? -- Chris On Mon, Dec 24, 2012 at 1:19 PM, mateen wrote: > Hi, > > > I am untill now binding my Grid to an in memory List. I provide pagination > the usual way, and it works fine. Now i my Spring Bean that i have > injected, > recieve

Re: date and time picker

2012-11-29 Thread Chris Cureau
I haven't found a ready-made tapestry component, but building up a component isn't too hard. Mobiscroll (http://mobiscroll.com) is a good option, as is jQuery TIme Entry (http://keith-wood.name/timeEntry.html) depending on your needs. On Thu, Nov 29, 2012 at 7:03 AM, John wrote: > Hi, > > Is t

Re: Restrict fractions in a textfield?

2012-11-25 Thread Chris Poulsen
The functionality you ask about is called input masking. It can be done using javascript and it is not really a tapestry related issue. -- Chris On Sun, Nov 25, 2012 at 1:03 PM, membersound wrote: > Hi, > > can I restrict the input format on a input textfield? > I don't

Re: Divide a page into smaller pieces?

2012-11-25 Thread Chris Poulsen
Use components and/or the usual java constructs? -- Chris On Sun, Nov 25, 2012 at 12:16 PM, membersound wrote: > HI, > > is it possible to divide a page into smaller pages as combine them as one > page? > I have a single page which has to display 3 different grids and other &g

Re: jQuery bind example does not work?

2012-11-24 Thread Chris Poulsen
+ the onClick method. -- Chris On Sat, Nov 24, 2012 at 5:50 PM, membersound wrote: > Damn. That's strange as the rest of my T5 application works just fine... > > Did you try it in a clean project and could provide the working sample? > > > > -- > View this mes

Re: jQuery bind example does not work?

2012-11-24 Thread Chris Poulsen
Your example works just fine here (tapestry 5.3.6/tapestry5-jquery 3.3.4). I added a void return type to onClick(). So it seems that you have screwed something else up... On Sat, Nov 24, 2012 at 4:47 PM, membersound wrote: > I had a look into this again, and still cannot get it to work, alth

Re: How to reuse a form?

2012-11-21 Thread Chris Poulsen
Ad 1) Wrap it in a component Ad 2) I'm not sure, but my guess would be that you can supply extra stuff as a block -- Chris On Wed, Nov 21, 2012 at 10:37 PM, membersound wrote: > Hi, > > I have a form that I want to reuse for another action of a page. > Q1) How can I define

Re: Best practice activation context and later ajax calls

2012-11-12 Thread Chris Poulsen
Hi, Have you checked out: http://tapestry.apache.org/page-navigation.html To see if "onPassivate" or providing an explicit activation context can help you -- Chris On Mon, Nov 12, 2012 at 4:20 PM, nquirynen wrote: > Hi > > I have a page with an activation context: >

Re: Weird PermGen Error While Accessing External WebService

2012-11-07 Thread Chris Poulsen
Google is your friend... -XX:MaxPermSize=XXXM -- Chris On Wed, Nov 7, 2012 at 8:23 PM, tapestry.kung.fu wrote: > I am using Jetty plugin to run my app using maven. I am using Eclipse where I > have tried these two things. > > Open Run Configuration for Maven Build > 1) set &quo

Re: onPrepare from grid?

2012-11-05 Thread Chris Poulsen
Out of interest: Aren't you just renaming the setupRender event here? Or does this approach allow some nifty things that are not possible using the ordinary events? -- Chris On Mon, Nov 5, 2012 at 5:24 PM, Charlouze wrote: > Hey, > > I needed a similar behavior and you just n

Re: onPrepare from grid?

2012-11-04 Thread Chris Poulsen
I don't think that grid emits "prepare" events (as far as i read its javadocs). Isn't the "prepare" event related to forms? -- Chris On Sun, Nov 4, 2012 at 5:55 PM, membersound wrote: > Hi, > > can I specify a onPrepareFromGrid() method someho

Re: breadcrumb trail component

2012-10-29 Thread Chris Cureau
https://github.com/argoyle/tapestry-breadcrumbs On Mon, Oct 29, 2012 at 10:10 AM, John wrote: > Hi, > > Is there a component to display a breadcrumb trail at the top of a page so > users can navigate site structure they have followed? > > John

Re: Testing Tapestry without Seleinum

2012-10-29 Thread Chris Poulsen
Replace @Property with getter/setter for the property? -- Chris On Mon, Oct 29, 2012 at 2:09 PM, mbrooks wrote: > So I have a fairly complicated page that has a slider that filters by a date > range. It gets all entries whose copyright dates fall in between the min > and max years.

[OT] New SSL API Vuln e.g. AWS/Paypal

2012-10-25 Thread Chris Mylonas
-critical-non-browser-software-packages-102512 Chris

Re: Hosting Tapestry App on Cloud

2012-10-25 Thread Chris Mylonas
r really crappy but high number of nodes service in australia, we pay heaps for hosting, same in hong kong chris On 26/10/2012, at 7:29 AM, George Christman wrote: > Thanks guys, I'll have to get some help with the image processing. So does > $350/mo seem a bit steep for our own dedi

Re: Hosting Tapestry App on Cloud

2012-10-25 Thread Chris Mylonas
hetzner in germany is well priced for a dedicated servers, perhaps create a new thread with [OT] in the subject what thiago/lenny say are right...have an image processing service seeing as it's your bottleneck - an aws instance and cloudfront may be the way to go On 26/10/2012, at 7:02 AM, Georg

Re: JSONLiteral breks zone refresh

2012-10-22 Thread Chris Poulsen
Hi, You could take this up with the tapestry5-jquery people in their google group, i guess it is not impossible to provide a patch and get it accepted by them. -- Chris On Mon, Oct 22, 2012 at 7:18 PM, bhorvat wrote: > I agree, but still it is better then the alternative. > > Tapestr

Re: Greenfield development: Tapestry or Grails for Groovy dev?

2012-10-09 Thread Chris Mylonas
thank you for sharing your experience alex On 10/10/2012, at 2:30 PM, Alex Kotchnev wrote: > In the past five years, I worked on a number of greenfield projects. In > three out of four, we ended up choosing Grails - it is very hard to deny > the market & mindshare , the expansive documentation,

Re: Tapestry 5.3.2 autocomplete mixin not working

2012-09-25 Thread Chris Cureau
Hi! This may or may not be your issue, but f you are using tapestry5-jquery, you may have some issues with autocomplete unless you use t:mixins="jquery/autocomplete" or disable Prototype first. Just a thought... On Wed, Sep 12, 2012 at 9:48 AM, djst wrote: > Hi there. > > I'm trying to get the

Re: t5: adding http header

2012-09-23 Thread Chris Mylonas
you've got a typo here :) > private static final String EXPIRE_DATE = "Exprires"; s/Exprires/Expires/g i haven't tried it but may give it a go l8r, useful looking service! off topic but [1] seems relevant there is a jquery prefilter suggestion when using jquery [1] = http://stackoverflow.

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