AW: T5 engine service

2007-04-01 Thread Peter Schröder
hi howard, i read about the stream-response feature in the docs, but i could not marry it with the stuff i wanted to do. my old service is creating an image on the fly wich is included into a component. so i couldnt really think of how to integrate this with a component-action. but thinking ab

Re: T5: SetupRender

2007-04-01 Thread Howard Lewis Ship
Yep, that's exactly what's going on. I need a mechanism so that one or the other wins. Really, the annotation should win, and the naming convention should be ignored in this case (that's going to make some code ugly, but there you have it). On 4/1/07, Peter Beshai <[EMAIL PROTECTED]> wrote: Is

Re: T5: SetupRender

2007-04-01 Thread Peter Beshai
Is the reason is because a method named 'setupRender' takes on the same actions as one annotated with @SetupRender and thus that method is called as both a BeginRender and SetupRender method? On 3/31/07, Howard Lewis Ship <[EMAIL PROTECTED]> wrote: That is a tricky one; it should just be @Begin

Re: t:layout

2007-04-01 Thread Peter Beshai
I don't think anything that has changed would have broken this. You should be able to just use it by entering: ..content of your page.. in your page. On 3/30/07, Chris Chiappone <[EMAIL PROTECTED]> wrote: I tried you exact code for a layout but my layout component doesn't seem to be showing u

T5-How to inject ASO into a IoC Service

2007-04-01 Thread Weisu
Hi, I am trying to inject a ASO to a service, I use the code below but failed, not sure it the right way. public class AppModule { private final EllipseSession _ellipseSession; public AppModule( @InjectService("EllipseSession") EllipseSession session)

Re: list box onchange

2007-04-01 Thread Sven Homburg
have a look into the documentation for component "PropertySelection" at http://tapestry.apache.org/tapestry4.1/components/form/propertyselection.html its more simplier then you think Mit freundlichem Gruss homburg Softwaretechnik S.Homburg 21220 Seevetal / GERMANY Fon: +49-4105-669746 Fax: +

Re: list box onchange

2007-04-01 Thread Hans Braxmeier
Thanks for the answers. Because these are my first steps I don't know how to get the selected item value and how to open a new html page. The following code shows my tries: Here the html code to create the form and a link select color

Re: [T5]yet another question on ASO configuration

2007-04-01 Thread Howard Lewis Ship
What does the injection look like? It should look like: @Inject private IProvider provider; On 3/27/07, Arnon Klein <[EMAIL PROTECTED]> wrote: Hi! Following the user guide about ASO, I've written a method to define an ASO creator. After getting it compiled (found the typo...), it still doesn

Re: T5 vs T4 vs Community

2007-04-01 Thread Tomi N/A
2007/3/31, Howard Lewis Ship <[EMAIL PROTECTED]>: The difference is that I'm designing everything in T5 to support that goal (a clean separation to support easy upgrades). This wasn't a goal in T1 to T4 ... chalk it up to experience. I hope this first attempt will be a success in that respect.

list box onchange()

2007-04-01 Thread Hans Braxmeier
Hi, I'm very new to tapestry and doing the first steps. Does anybody know how to realize a list box, that opens onChange a new html page? Everything works well with html and javascript, but I could not get it work in tapestry. the html code select name John

Re: Persisted Object with session scope is getting lost between the pages.

2007-04-01 Thread Martino Piccinato
Well, maybe you should post some code because it seems you are having some specific problem in your pages/ASO persistence implementation and it's impossible to figure out without seeing details On 4/1/07, tapuser <[EMAIL PROTECTED]> wrote: Thanks again. I am trying to implement Master-Detail

Re: list box onchange

2007-04-01 Thread Martino Piccinato
I the problem is just opening a new page (simple javascript with no async interaction with server) you could just extend tapestry list component adding the desired javascript. On 4/1/07, Yiannis Mavroukakis <[EMAIL PROTECTED]> wrote: Hi Hans, IMHO this is a nice candidate for the @EventListene

RE: list box onchange

2007-04-01 Thread Yiannis Mavroukakis
Hi Hans, IMHO this is a nice candidate for the @EventListener. Check out http://tapestry.apache.org/tapestry4.1/ajax/eventlistener.html for more details and examples. -Original Message- From: Hans Braxmeier [mailto:[EMAIL PROTECTED] Sent: Sun 01/04/2007 11:26 To: users@tapestry.

list box onchange

2007-04-01 Thread Hans Braxmeier
Hi, I'm very new to tapestry and doing the first steps. Does anybody know how to realize a list box, that opens onChange a new html page? Everything works well with html and javascript, but I could not get it work in tapestry. the html code: select name John

Re: T5: Date picker component

2007-04-01 Thread Ted Steen
Thats fixed now. 2007/4/1, Massimo Lusetti <[EMAIL PROTECTED]>: On 3/30/07, Ted Steen <[EMAIL PROTECTED]> wrote: > While at it we put our jscalendar library (with a DatePicker implemented) > See http://www.dynarch.com/projects/calendar/ for more info on > jscalendar, it seems like a decent date