Re: Layout Component

2007-03-30 Thread Pablo Ruggia
Mmm, i think you have an old version of tap5. The use of the t:type attribute was removed in favor of using the element name. Perhaps you don't have tap 5.0.3 version. On 3/30/07, Olivier Jacquet <[EMAIL PROTECTED]> wrote: I changed the to and that did the trick! You need to keep the xmnls p

Re: Spring beans and ASO objects

2007-03-30 Thread James Carman
You can create your own Spring FactoryBeanI believe. On 3/30/07, Simon Raveh <[EMAIL PROTECTED]> wrote: Hi, I'm developing web application using Tapestry 4.0 and Spring 2.0. I'm using the Tapestry-String project to do the integration with Spring. I need help with the Injection of Tapestry ASO

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

2007-03-30 Thread tapuser
Hi Martino, Thanks. It works. I am having another issue with an entity values. I have 10+ fields in Order Object. I am displaying only 5 fields in Order.html. I have Order.page file with 5 fields. In editOrder( IRequestCycle cycle) method, I am setting nextPage.setOrder(serviceMana

Spring beans and ASO objects

2007-03-30 Thread Simon Raveh
Hi, I'm developing web application using Tapestry 4.0 and Spring 2.0. I'm using the Tapestry-String project to do the integration with Spring. I need help with the Injection of Tapestry ASO object into a Spring bean. I saw a lot of examples of injecting the other way from spring into HiveMind b

Re: t:layout

2007-03-30 Thread Chris Chiappone
I tried you exact code for a layout but my layout component doesn't seem to be showing up at all. Has something changed? On 3/28/07, Peter Beshai <[EMAIL PROTECTED]> wrote: I never knew was supported. I just made my own layout component and I think that makes more sense (you'll most likely w

Re: Layout Component

2007-03-30 Thread Olivier Jacquet
I changed the to and that did the trick! You need to keep the xmnls parameter though. Should this be changed in the doc or am I still doing something wrong? Olivier Jacquet wrote: Hi, I'm trying to implement a Layout component as described here: http://tapestry.apache.org/tapestry5/tap

Re: T5: FCKEditor Component

2007-03-30 Thread Ted Steen
Its only available via svn at the moment, I could make a jar and upload it. otherwise you just check it out and do mvn install there will be a jar available in a moment 2007/3/30, Chris Chiappone <[EMAIL PROTECTED]>: Where do you download this? On 3/30/07, Jun Tsai <[EMAIL PROTECTED]> wrote: >

Layout Component

2007-03-30 Thread Olivier Jacquet
Hi, I'm trying to implement a Layout component as described here: http://tapestry.apache.org/tapestry5/tapestry-core/guide/templates.html The thing is that I get a org.apache.tapestry.ioc.internal.util.TapestryException Failure parsing template context:WEB-INF/Start.html: Element is in the T

T5 working with other frameworks

2007-03-30 Thread Chris Chiappone
Hi, My company has a rather large application written in a custom framework similar to struts. I have been messing around with Tapestry 5 and enjoying the ease of use it has to offer us. I was thinking about building new pages of the application using tapestry 5. First of all is this a good id

Re: T5: FCKEditor Component

2007-03-30 Thread Chris Chiappone
Where do you download this? On 3/30/07, Jun Tsai <[EMAIL PROTECTED]> wrote: Good work! 2007/3/30, Ted Steen <[EMAIL PROTECTED]>: > Hi! > > We made a FCKEditor component for a project and it is available on > Google Code for anyone who is interested. > > http://code.google.com/p/tapestry5-fckedi

Re: Latest OGNL 2.7-SNAPSHOT and Tapestry

2007-03-30 Thread Martino Piccinato
I've added a bug in ognl issue tracker for the bug I though I've found with some more information on the issue. Sorry but I did not understood at first that Jesse is also OGNL Project Lead so I thought he wanted bug reports for tapestry-ognl and not for ognl ;-)

T5: Date picker component

2007-03-30 Thread Ted Steen
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 picker component. http://code.google.com/p/tapestry5-jscalendar/ --

Re: Clustering Tapestry

2007-03-30 Thread Marcos Chicote
Ups! My bad. Forgot about distributable tag in web.xml Thanks Renat Zubairov and Steve Shucker anyway! - Original Message - From: "Renat Zubairov" <[EMAIL PROTECTED]> To: "Tapestry users" Sent: Wednesday, March 28, 2007 6:02 PM Subject: Re: Clustering Tapestry > Hi > > We are clusteri

Re: Page Seperation\Folders

2007-03-30 Thread Anjana Gopinath
You can store the images, css file etc src/main/webapp directory. you can refer the css like this and for images images/mainBod.jpg . i have images in my src/main/webapp/images dir and css in my src/main/webapp/css. Anjana Gopinath True North Technology 11465 John's Creek Parkway, Suite

Page Seperation\Folders

2007-03-30 Thread Phillip Grenier
I am very new to tapestry and since is seems 5 is going to be very different from 4 i am try to learn using T5. Is there a way to define a head/footer/list whatever in a seperate html file and "include" it in a page similar to other page includes. It also looks like every page has to be located

RE: Latest OGNL 2.7-SNAPSHOT and Tapestry

2007-03-30 Thread Marcus.Schulte
If it's just about sending stack-traces and code-snippets - I really, really promise to do it ;). I've just rewound our current project to 4.1.1, but would be happy to return to 4.1.2, if ognl worked for my core components. Marcus > -Original Message- > From: Jesse Kuhnert [mailto:[EMAIL

Re: Latest OGNL 2.7-SNAPSHOT and Tapestry

2007-03-30 Thread Jesse Kuhnert
No I don't view it as complaining. Perfectly understandable. I wish it weren't so brittle and error prone to work on. Have no fear though, the people currently paying my bills are applying real pressure for this as well, so if things don't start looking much rosier next week I'll probably enable

RE: Latest OGNL 2.7-SNAPSHOT and Tapestry

2007-03-30 Thread Ben Dotte
Thanks Jesse, it is reassuring to know you're making progress and that you have a backup plan for things that don't work when 4.1.2 is released. Sorry if it sounds like I was complaining--it was just a little disconcerting to see so many things break moving from one snapshot to the next. I really d

Re: T5 engine service

2007-03-30 Thread Howard Lewis Ship
You can contribute a Dispatcher into the MasterDispatcher service configuration (it's a chain of command). However, the goal in T5 is that the built in facilities should be sufficient. The ability to return a StreamResponse from a event handler method (i.e., to stream back a PDF or other image) i

[T4] How to tell if a component rendered or not

2007-03-30 Thread Dan Adams
Is there a good way to tell if a component has rendered or not? -- Dan Adams Senior Software Engineer Interactive Factory 617.235.5857 - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTE

[T4] being notified of sorting changes in contrib:Table

2007-03-30 Thread Dan Adams
I have a component which wraps contrib:Table (actually it wraps contrib:TableView and such). What I would like to do is have it so that when you click a column it resets the paging state back to the first page. Is there an easy way of doing this like registering a listener of some kind? I'd rather

T5 engine service

2007-03-30 Thread Peter Schröder
hi, what is the substitute for engine services in T5? do i have to implement a request-filter? and how can i generate a link for something like that? did i miss something in the docs? kind regards, peter - To unsubscribe, e-ma

missing js resources from latest snapshot?

2007-03-30 Thread Martino Piccinato
I'm using latest snapshot 20070327 and the dojo/ajax subsystem can't find the following important resources is trying to load: html.js tapestry.html events.js in fact the resources aren't in the jar.

Re: Latest OGNL 2.7-SNAPSHOT and Tapestry

2007-03-30 Thread Martino Piccinato
I've found a bug or at least a "notable difference" with previous behaviour regarding this. I send it as a mail, if you find it interesting I can open a ticket for this. It took me some to understand what was going on. And yes: I'd like too to have the possibility to stick to ognl 2.6.7 with lat

OGNL PropertyAccessor and null handling best practices

2007-03-30 Thread Martino Piccinato
Hi, I think this issue has been discussed before on the list, I've read some message somewhere but wanted to ask about more feedback on best practice on this. The problem is handling nulls with OGNL while navigating the object graph, that is: getting bad NPE if one of the object of the navigation

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

2007-03-30 Thread Martino Piccinato
Yes is exactly the same, I quoted 4.1 documentation just because I'm investigating 4.1 now This is 4.0 docs for it: http://tapestry.apache.org/tapestry4/UsersGuide/state.html#state.aso On 3/30/07, tapuser <[EMAIL PROTECTED]> wrote: Hi Martino, Thanks for the reply. I am usi

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

2007-03-30 Thread tapuser
Hi Martino, Thanks for the reply. I am using Tapestry 4.0.2. Is ASO exist in 4.1+? Thanks. Sri Martino Piccinato wrote: > > properties persisted on a page (being client or session persisted) are > persisted just for that page (it's called "persistent PAGE properties"). > Just

Re: T5: FCKEditor Component

2007-03-30 Thread Jun Tsai
Good work! 2007/3/30, Ted Steen <[EMAIL PROTECTED]>: Hi! We made a FCKEditor component for a project and it is available on Google Code for anyone who is interested. http://code.google.com/p/tapestry5-fckeditor/ Please do give some feedback. --

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

2007-03-30 Thread Martino Piccinato
properties persisted on a page (being client or session persisted) are persisted just for that page (it's called "persistent PAGE properties"). Just to give you an idea the key of the session attribute named used to store the property contains the page name . It's intended to be so. Usually if yo

RE: Has anyone managed to deploy 'HILO' onto Oracle's J2EE Container successfully.

2007-03-30 Thread Kolesnikov, Alexander GNI
I have tried to deploy hilo to WebSphere Application Community Edition and the application couldn't start, although WAS CE uses Tomcat for its servlet container. Here is some output: 2007-03-30 09:26:41,212 ERROR ache.catalina.core.ContainerBase.[/hilo] - Exception starting filter app java.lang.

Problem with component Dialog with Internet Explorer and Tapestry 4.1.2

2007-03-30 Thread Lionel Touati
Hi All, The Dialog component works fine with Firefox. With Internet Explorer, it displays funnily: it takes up all the width of the screen and some of the content is not displayed at all. We've tried applying a style (with properties width and height) locally but it does not take that into ac