Re: Hi Everyone in Tapestry Land :-)

2016-11-25 Thread Jon W
Here's an example from the utubes selections we'll showing for the re-edumafication of the liberals Hitler learns Trump won the election! https://youtu.be/dtaCUVtl8o8 On Fri, Nov 25, 2016 at 4:11 PM, Jon W wrote: > whoops, idiots at google fucked this wonderful gratis content. oh my gawd, > peo

Re: Hi Everyone in Tapestry Land :-)

2016-11-25 Thread rapidtransit440
Maybe this is a good time to discuss how well with some of Tapestry's concepts could translate into a modern approach. There is a bunch of component oriented frontend frameworks could be a base for a good isomorphic Java framework? I've dabbled with Aurelia and really like it On Friday, Novembe

Re: Hi Everyone in Tapestry Land :-)

2016-11-25 Thread Jon W
Yes, by all means enjoys the Turkey gorge. Enjoy it well, could quite likely be your last. On Fri, Nov 25, 2016 at 11:54 AM, Charles Roth wrote: > At the risk of poking the bear... > > I'm sure that, with your charm and winning ways with people, you'll go far > in this industry. (As long as you

Re: Hi Everyone in Tapestry Land :-)

2016-11-25 Thread Charles Roth
At the risk of poking the bear... I'm sure that, with your charm and winning ways with people, you'll go far in this industry. (As long as you don't actually have to work with people.) Happy Thanksgiving (pardon the US-centrism), all. And I personally am grateful for the rest of you, and yo

Re: Hi Everyone in Tapestry Land :-)

2016-11-25 Thread Ivano Luberti
Hope someone is paying you for this, otherwise, to use your language, you have a lot of fucking spare time. I envy you, sincerely. Il 25/11/2016 17:52, Jon W ha scritto: > Obviously there is no reason to ever use tapestry in the fucking future > (like the fucking future we are in now for christ'

Re: Hi,Howard ,need some help with Tapx component Dynamic

2011-05-24 Thread jqzone
I'm sorry,that is own fault. My Resource implementation had some mistakes On Fri, May 20, 2011 at 2:34 PM, jqzone wrote: > I'm using Tapx component Dynamic with some dynamic template,I meet a > problem like this: > > My online shop application is designed to be able to change its template > on

Re: Hi Lo tutorial, HIbernate cfg errors

2010-05-14 Thread aibkwik
Thanks, Ulrich! Phil Ulrich Stärk wrote: > > This is a tutorial. A step-by-step guide to basic Tapestry functions, > starting with an empty page > and adding functionality to it. Read it. > > Uli > > On 14.05.2010 15:00, aibkwik wrote: >> >> Awesome, please point me to the full source list

Re: Hi Lo tutorial, HIbernate cfg errors

2010-05-14 Thread Ulrich Stärk
This is a tutorial. A step-by-step guide to basic Tapestry functions, starting with an empty page and adding functionality to it. Read it. Uli On 14.05.2010 15:00, aibkwik wrote: Awesome, please point me to the full source listing for CreateAddress.java. All I see is: http://old.nabble.com/f

Re: Hi Lo tutorial, HIbernate cfg errors

2010-05-14 Thread Josh Canfield
The tutorial is a module under tapestry5 the link to the tutorial is under the "project information" section in "source repository." http://tapestry.formos.com/nightly/tapestry5/tutorial1/source-repository.html You can browse svn with this link from that page. http://svn.apache.org/viewvc/tape

Re: Hi Lo tutorial, HIbernate cfg errors

2010-05-14 Thread aibkwik
Awesome, please point me to the full source listing for CreateAddress.java. All I see is: http://old.nabble.com/file/p28559041/Tapestry%2B5%2BTutorial%2B%25231%2B-%2BForms%2Bin%2BTapestry-1.jpg followed later by: http://old.nabble.com/file/p28559041/Tapestry%2B5%2BTutorial%2B%25231%2B-%2BForms

Re: Hi Lo tutorial, HIbernate cfg errors

2010-05-14 Thread Ulrich Stärk
I don't know what tutorial you are following. The one on [1] has full source code for all the examples. Uli [1] http://tapestry.apache.org/tapestry5.1/tutorial1/forms.html On 14.05.2010 04:45, aibkwik wrote: Can you post working code (.tml and .java) for chapter 4 of the tutorial on working

Re: Hi Lo tutorial, HIbernate cfg errors

2010-05-13 Thread aibkwik
Can you post working code (.tml and .java) for chapter 4 of the tutorial on working with forms? I'm having trouble getting it to work and there is nowhere a listing of full source - only snippets and pieces. The first 3 chapters had critical errors in some of the snippets and caused me major gri

Re: Hi from a simple tapestry user!

2009-10-08 Thread Toby Hobson
I'm trying Wicket at the moment. I've used Tapestry 4 and 5 for some years, along with struts, jsf, spring mvc ... all the usual suspects. I won't get into the "which is better" argument but I will say that the guys on the Tapestry mailing list are incredibly helpful. For me this trumps everything

Re: Hi from a simple tapestry user!

2009-10-07 Thread Howard Lewis Ship
You'll get a richer response from the Tapestry user's mailing list. Many things are easier in Tapestry, some things are easier in Wicket. On the whole, the Tapestry code you write will be shorter. You will not be extending base classes. Unit testing is easier. Integration testing is the same (us

Re: Hi, T5 question

2009-07-09 Thread Howard Lewis Ship
By overriding internal services (and a bit of cut-n-paste) you can accomplish this kind of thing. I hope to make it easier in Tapestry 5.2 by splitting a few bigger services into smaller ones, to isolate the little bit of logic that needs to be overridden. Further discussion to the user mailing l

Re: hi, about the remotelink minixs

2009-03-09 Thread nile black
thx Alex. I'm mading less round wheel. Nile Black - 每天一个小时debian. 2009/3/7 Alex Kotchnev > Nile, > do re-read the T5 docs (e.g. > > http://tapestry.apache.org/tapestry5/tapestry-core/ref/org/apache/tapestry5/corelib/components/ActionLink.html > , > ), I think what you're tryi

Re: hi, about the remotelink minixs

2009-03-06 Thread Alex Kotchnev
Nile, do re-read the T5 docs (e.g. http://tapestry.apache.org/tapestry5/tapestry-core/ref/org/apache/tapestry5/corelib/components/ActionLink.html, ), I think what you're trying to accomplish with your remotelink mixin is already being accomplished w/ zones: Ajaxy goodness then, i

Re: hi, about the remotelink minixs

2009-03-05 Thread nile black
miss attachments Nile Black - 每天一个小时debian. On Wed, Mar 4, 2009 at 10:37 PM, nile black wrote: > hi >i write a simple minixs call remotelink, it look like grails's > remotelink. >maybe minixs greate! > > you can simple use > > t:type="actionlink" t:update="resu

Re: Hi Lo tutorial, HIbernate cfg errors

2009-02-26 Thread tfecw
Excellent. I cleaned up dependencies list and everything is good to go now. Thanks! Thiago H. de Paula Figueiredo wrote: > > Try removing the tapestry-hibernate dependency from your application > pom.xml. > > -- > Thiago H. de Paula Figueiredo > Independent Java consultant, developer, and

Re: Hi Lo tutorial, HIbernate cfg errors

2009-02-26 Thread Thiago H. de Paula Figueiredo
Try removing the tapestry-hibernate dependency from your application pom.xml. -- Thiago H. de Paula Figueiredo Independent Java consultant, developer, and instructor http://www.arsmachina.com.br/thiago - To unsubscribe, e-mail

Re: hi, is it possible to do this with tapestry...

2006-08-18 Thread zqzuk
thanks so much! i ll have a go with it! karthik.nar wrote: > > based on > > > > > > when you submit, then the value from the check box will be automatically > inserted into currentAttendance.attended - you don't need to do anything. > > if you don't want to change the datatype of the

Re: hi, is it possible to do this with tapestry...

2006-08-18 Thread Karthik N
based on when you submit, then the value from the check box will be automatically inserted into currentAttendance.attended - you don't need to do anything. if you don't want to change the datatype of the Attendance domain objects, then you can just have the following methods on your attend

Re: hi, is it possible to do this with tapestry...

2006-08-18 Thread zqzuk
hi, thanks for prompt reply, "then you just need to bind the checkbox value to a currentAttendance.persentognl" sorry could you be more specific about this please? i still dont quite understand. like this? then i suppose i need to change Attendance.atte

Re: hi, is it possible to do this with tapestry...

2006-08-18 Thread Karthik N
you should ensure that the Attendance list provided to the For loop is exactly the same both during render and rewind. then, irrespective of the number of rows the render/rewind sequence will be exactly the same. so the checkbox on render will correspond to the same Attendance object when the r

Re: Hi

2006-07-11 Thread Peter Dawn
fixed it. as it turns out i need to update my java file as well. also how should i link various pages within the menu. does anyone know how to link a page to each menu item. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additio

Re: Hi

2006-07-11 Thread Peter Dawn
am getting this error, ognl.NoSuchPropertyException: org.apache.tapestry.listener.ListenerMap.open - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]