Hai problem pls help(page code)

2005-07-30 Thread Muralidhar Y.
Hai actually for every view template that mean for example Hello.html there will be Hello.page and Hello.class so finally the page will be built from all these 3 components. Is there possibility to see that code. Means from thse three components an object might be building with final result which

Tapestry 4 property

2005-07-30 Thread Vinicius Carvalho
Hello there! I'm having a bit of problems with the new ASO and properties here :D I used to have: visit.getUser() Now I have: visit.getUser() I'm getting an error at this line: Could not parse specification context:/WEB-INF/pages/Start.page. location: context:/WEB-IN

Re: what to put in hivemodule.xml

2005-07-30 Thread Eli Doran
Look at http://jakarta.apache.org/hivemind in the "Reference" section of the left-menu. the 'id' is the namespace prepending any service names in the module. There is much more in my hivemodule than I included before. I access them using "website.Xxx". For instance I have a "Members" service.

Tapestry 4 pages question

2005-07-30 Thread Vinicius Carvalho
Hello there! I was checking the new (beta-3) version of the Workbench and found this: wasn't there before, so I went lookup what does it means. From what I understood (which could be totally wrong) It's a place that the app will look for pages right? My question is: How does it finds the associ

Re: Some elementary file path questions

2005-07-30 Thread Alan Chandler
On Tuesday 26 July 2005 07:31, Alan Chandler wrote: ... > My setup is linux, running apache2 with jkmod connecting to tomcat sitting > behind (but on the same machine). I am currently serving content > exclusively from Apache - as a set of ip based virtual hosts to allow > separate internal and ex

Re: How to create a tapestry4 project in eclipse without spindle?

2005-07-30 Thread Vinicius Carvalho
Well a Tapestry project is simply a project with a context folder (web for example) and nested a WEB-INF there you should put your web.xml and also your something.application and hivemodule.xml if you are using 4.0 ... On 7/30/05, liigo <[EMAIL PROTECTED]> wrote: > Hi all, > > How to create a ta

generate tacos PartialLink

2005-07-30 Thread did
Hi guys, In order of improving the rendering of my component (called C), I don't use anymore html template for this component (no ognl, ...etc). But my component needs to render multiple partialLinks (from the Tacos library) with different parameters. My problem is that I don't see how to const

How to override pages in libraries?

2005-07-30 Thread phillip rhodes
Hi, I have been keeping all my pages out of libraries and jar files due to the need to be able to change them based upon specific client needs. If the page is in the library, I am not been able to override it in an application that uses this library. This approach is getting messy with the 100+

Re: what to put in hivemodule.xml

2005-07-30 Thread Alan Chandler
On Saturday 30 July 2005 15:18, Eli Doran wrote: .. > NOTE: When trying to figure out what to do with your hivemodule.xml file > look at Tapestry's module descriptors in its source at > "framework\src\descriptor\META-INF". There are many files there to look > at with lots of good info. I think you

Re: what to put in hivemodule.xml

2005-07-30 Thread Alan Chandler
On Saturday 30 July 2005 15:18, Eli Doran wrote: > I have a follow up question, and in essence its an extension of my original. What does this line do - or more importantly - where can I find some documentation that describes this particular xml tag for the hivemodule.xml file. In particula

Re: t-deli.com is down and I cant get xtile.jar to work. Any help would be greatly appreciated!

2005-07-30 Thread Jamie Orchard-Hays
Joshua, I just put up what I have for access, but then realized that it probably doesn't have the x-tile stuff: http://dangdev.com/tapestry/t-deli/ Jamie On Jul 29, 2005, at 8:00 PM, Joshua Long wrote: Would someone be kind enough to send me a workign copy of xtile.jar? I'm desperate. T-de

Re: what to put in hivemodule.xml

2005-07-30 Thread Eli Doran
extension="epage"/> stateful-extension="so"/> This is how you use the standard friendly URL stuff. You can do even more by writing custom encoders and contributing them. Encoders also have a before and after value so you can affect their ordering. To overr

Re: Tapestry and Hibernate

2005-07-30 Thread Vinicius Carvalho
Whoa!!! Easy there dude! I didn't say hiveutils gives ALL functionality that Spring has, I was refereeing to the Open Session in View Filter: Hivemind does not gives you Transaction support, but HiveUtils does: MyDAO

Re: t-deli.com is down and I cant get xtile.jar to work. Any help would be greatly appreciated!

2005-07-30 Thread Chris Chiappone
Try moving the xtile component out of the form, I usually put it after the form. On 7/29/05, Joshua Long <[EMAIL PROTECTED]> wrote: > Would someone be kind enough to send me a workign copy of xtile.jar? > > I'm desperate. T-deli.com seems to be (and has been since Thursday > evening Pacific time)

t-deli.com is down and I cant get xtile.jar to work. Any help would be greatly appreciated!

2005-07-30 Thread Joshua Long
Would someone be kind enough to send me a workign copy of xtile.jar? I'm desperate. T-deli.com seems to be (and has been since Thursday evening Pacific time) down and I cant get my version of the jar to work. in Mozilla (firefox) it shows response.responseXml not found in the javascript console a

How to create a tapestry4 project in eclipse without spindle?

2005-07-30 Thread liigo
Hi all, How to create a tapestry4 project in eclipse without spindle? thanks, liigo - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

what to put in hivemodule.xml

2005-07-30 Thread Alan Chandler
I am trying to start my first tapestry project with tapestry4. One of the reasons for doing this is rather than simply using 3.0.3 (and the spindle plugin under eclipse) is that I want friendly urls. (this is also the obvious benefits that 4 brings of more being done by the framework, and there