Re: How to do..

2006-05-22 Thread Peter Svensson
Asusming you want something smooth-looking, you would anyway want to spend some time with tacos Tapestry-AJAX components. The examples on the web are pretty complex, so the easiest route for you would be, I think to download the demo app from the homepage, which is war-file which contains a lot of

please unsubscribe me from this list!

2006-05-22 Thread Andrew B
Sorry to spam the entire list, but I've sent multiple unsubscribe messages and requests for support, to no avail. Thanks - Talk is cheap. Use Yahoo! Messenger to make PC-to-Phone calls. Great rates starting at 1¢/min.

Help with binding source

2006-05-22 Thread Dan Adams
I'm using binding source in an engine service (thanks Jesse!) and I have essentially the following: IBinding binding = bindingSource.createBinding( page, "Page entity service", "spring:widgetService", BindingConstants.OGNL_PREFIX, null); But I get an exce

Re: regular expression in pattern

2006-05-22 Thread Martijn Hinten
Hi Carl, I'm afraid the code that actually /calls/ the validator, is stripping the square brackets, so you can't pass in the regexp you mentioned below. I haven't looked up the code that calls a validator, but I assume it has to do with the syntax of the ognl-_expression_-parsing. The parser i

RE: best development server for Tapestry

2006-05-22 Thread Gentry, Michael \(Contractor\)
I switched from Tomcat 5.0.x to Jetty (currently 5.1.8) because it seemed much faster/leaner for me (at least on my PowerBook). I still deploy on Tomcat, but Jetty works great for development so far. I can launch from within Eclipse (get Jetty Launcher) and debugging/hot swapping is pretty good.

Re: best development server for Tapestry

2006-05-22 Thread Paul Cantrell
I've had good luck developing with Jetty 6. Unlike Tomcat, it's quite easy to set up an "ant jetty" target which launches a server, then just kill the process and run ant again for the next dev cycle. Tomcat's hot deploy ought to make this easy, but I've had too many resource leak, out of m

Re: resolving strings to objects using bindings

2006-05-22 Thread Jesse Kuhnert
http://jakarta.apache.org/tapestry/tapestry/hivedocs/service/tapestry.bindings.BindingSource.html It will resolve all known tapestry bindings for you. On 5/22/06, Dan Adams <[EMAIL PROTECTED]> wrote: How does tapestry get access to it when processing templates and such? I mean, it must be injec

RE: resolving strings to objects using bindings

2006-05-22 Thread Dan Adams
How does tapestry get access to it when processing templates and such? I mean, it must be injected somewhere right? Which should mean that I could inject it into a service, correct? On Mon, 2006-05-22 at 12:46 -0400, James Carman wrote: > HiveMind does it using the hivemind.ObjectTranslator > (htt

Re: All proposed logos so far

2006-05-22 Thread Paul Russell
On 19 May 2006, at 13:38, Townson, Chris wrote: If I have learned one thing about graphic design, then it is that this is a task that should be done by professional designers and definitely not by developers. The same applies to java development done by graphic designers. +1! Heh! Amen to

best development server for Tapestry

2006-05-22 Thread Carl Pelletier
hi everyone, I'm just starting a new development projet with Tapestry 4.0 and Hibernate 3.1. I'm looking for the best local server to install on my computer to make my development. here are the important point for me: 1- Must be easy to install 2- Easy to deploy with ant and Eclipse. 3- Quick

Access meta element values?

2006-05-22 Thread Mike Snare
How do I access the value of meta elements within the containing component/page. I have a component that will be used several times withing the same page/component. Some of the parameters of the inner component are shared for that page. I'd rather not force the user of the component to have to

Re: Uncaught PageRedirectionException (Tapestry 3.0.3)

2006-05-22 Thread Chris . McCurdy
No ideas or suggestions on this? That's a bummer. [EMAIL PROTECTED] 05/19/2006 03:18 PM Please respond to "Tapestry users" To Tapestry users cc Subject Uncaught PageRedirectionException (Tapestry 3.0.3) I've been having a user presented exception that only seems to occur when the

Re: tapestry email service

2006-05-22 Thread Henri Dupre
No it would not but it would require very little changes to work with JDK 1.4. On 5/22/06, Gentry, Michael (Contractor) <[EMAIL PROTECTED]> wrote: Henri, will the service work with Java 1.4.x? Thanks! /dev/mrg -Original Message- From: Henri Dupre [mailto:[EMAIL PROTECTED] Sent: Sun

How to do..

2006-05-22 Thread Mário Lopes
Hi, I want to implement a chat. I was thinking about doing REST requests between clients and the object handling the chat. For instance, client would request a chat conversation by doing an HTTP POST http://host/ChatHandler?request=true On the servers side (Tapestry therefore), how should I do t

RE: resolving strings to objects using bindings

2006-05-22 Thread James Carman
HiveMind does it using the hivemind.ObjectTranslator (http://jakarta.apache.org/hivemind/hivedocs/service/hivemind.ObjectTranslat or.html) service. But, it's private, so you can't use it directly. For a quick fix, just declare a service point in your module that is a copy of th HiveMind one. The

resolving strings to objects using bindings

2006-05-22 Thread Dan Adams
I need to take a normal binding string (such as "spring:serviceName" or "service:serviceName") and resolve it to an object in an IEngineService. Can someone point me in the right direction on where to look for this? Thanks. -- Dan Adams Software Engineer Interactive Factory 617.235.5857 ---

Re[4]: Multiple skins with Tapestry

2006-05-22 Thread Sergey Kashin
JC> Have you seen the "CSS Zen Garden"? You'd be surprised what you can do with JC> CSS... No,but i'm not planed to use CSS, pages will be so different, may be different components bettwen pages, in two words not only visual differents need something like localaize pages -- Best regards, Serg

Re: Multiple skins with Tapestry

2006-05-22 Thread Tian-Jian \"Barabbas\" [EMAIL PROTECTED]
Konstantin Ignatyev wrote: Tapestry skins feature is in the 'wish list' http://wiki.apache.org/tapestry/WishList Any ideas if it will be moved into TODO list? I'm considering a similar requirement, too. Actually, I would like to customize contrib:TablePages' navigation bar with CSS, beca

RE: tapestry email service

2006-05-22 Thread Gentry, Michael \(Contractor\)
Henri, will the service work with Java 1.4.x? Thanks! /dev/mrg -Original Message- From: Henri Dupre [mailto:[EMAIL PROTECTED] Sent: Sunday, May 21, 2006 2:44 PM To: Tapestry users Subject: tapestry email service I finished packaging my email service into a nice jar file... You just d

RE: Re[2]: Multiple skins with Tapestry

2006-05-22 Thread Konstantin Ignatyev
Here we go again... The skin discussion happens every 8 months I believe Shall we check archives or go over exacly the same arguments one more time? James Carman <[EMAIL PROTECTED]> wrote: Have you seen the "CSS Zen Garden"? You'd be surprised what you can do with CSS... http://www.cssze

RE: Re[2]: Multiple skins with Tapestry

2006-05-22 Thread James Carman
Have you seen the "CSS Zen Garden"? You'd be surprised what you can do with CSS... http://www.csszengarden.com/ -Original Message- From: Sergey Kashin [mailto:[EMAIL PROTECTED] Sent: Monday, May 22, 2006 11:09 AM To: tapestry-user@jakarta.apache.org Subject: Re[2]: Multiple skins with

Contrib:Table using TextFields: form submit not as expected

2006-05-22 Thread Bode, Bianca
Hi all, I am using a Table component on my page, displaying a list of simple Box objects, which all contain a property called 'weight'. I want to be able to change these weight fields so I created the following: .html .page The id/name attrib

Re[2]: Multiple skins with Tapestry

2006-05-22 Thread Sergey Kashin
Hello Matthew, Monday, May 22, 2006, 9:42:12 PM, you wrote: PM> Drop tapestry for the ww/sitemesh combo hmm, would you describe this method more detailed? i'll planed to use various folders with designs /design1/Home.html /design2/Home.html /design3/Home.html and one view class /Home.java --

Re[2]: Multiple skins with Tapestry

2006-05-22 Thread Sergey Kashin
Hello mike, Monday, May 22, 2006, 9:17:08 PM, you wrote: mj> css? no, disigns will be very different. Need various templates >> >> How to create multiple designs with tapestry for one application? >> >> may be good idea to use folders for skins >> design1/Home.html >> design2/Home.html >> design

Re: Multiple skins with Tapestry

2006-05-22 Thread Jesse Kuhnert
Yes definitely css. You could try doing something clever with navigation to iterate over your themed directories, but duplicating source (whether html or java) sounds like a nightmare. I've done the css theme solution with tapestry before, it was extremely easy. The border component managed which

Re: Multiple skins with Tapestry

2006-05-22 Thread Konstantin Ignatyev
Tapestry skins feature is in the 'wish list' http://wiki.apache.org/tapestry/WishList Any ideas if it will be moved into TODO list? Paul Cantrell <[EMAIL PROTECTED]> wrote: Yes, CSS for sure, and a border component that swaps out different CSS files based on some parameter. On May 22, 2006,

RE: Multiple skins with Tapestry

2006-05-22 Thread Payne, Matthew
Drop tapestry for the ww/sitemesh combo -Original Message- From: Sergey G. Kashin [mailto:[EMAIL PROTECTED] Sent: Monday, May 22, 2006 7:14 AM To: tapestry-user@jakarta.apache.org Subject:Multiple skins with Tapestry How to create multiple designs with tapestry for one a

AW: Multiple skins with Tapestry

2006-05-22 Thread Bondarenko, Oleg
Wild thought: one could also misuse Locale and have "localized" templates like Home_design1, etc..., but all in the same folders. But I also like the idea with different folders more. Is it maybe possible? Mit freundlichen Grüßen / Best regards __ Oleg

Re: Multiple skins with Tapestry

2006-05-22 Thread Paul Cantrell
Yes, CSS for sure, and a border component that swaps out different CSS files based on some parameter. On May 22, 2006, at 9:16 AM, mike jones wrote: css? On 5/22/06, Sergey G. Kashin <[EMAIL PROTECTED]> wrote: How to create multiple designs with tapestry for one application? may be good i

Re: Multiple skins with Tapestry

2006-05-22 Thread mike jones
css? On 5/22/06, Sergey G. Kashin <[EMAIL PROTECTED]> wrote: How to create multiple designs with tapestry for one application? may be good idea to use folders for skins design1/Home.html design2/Home.html design3/Home.html but for all that pages will need create view design1/Home.java design2

Multiple skins with Tapestry

2006-05-22 Thread Sergey G. Kashin
How to create multiple designs with tapestry for one application? may be good idea to use folders for skins design1/Home.html design2/Home.html design3/Home.html but for all that pages will need create view design1/Home.java design2/Home.java design3/Home.java that not very nice. Any ideas to r

RE: Google Web Toolkit

2006-05-22 Thread Townson, Chris
> Horrible, horrible, GridBagLayout I loathe it. What an awful > mess. CSS is so many thousands of times nicer for doing layout > > I am sympathetic to the "applets not Javascript" argument, though. > "Applets with CSS layout" would be especially nice. > > But applets don't integrate

Could you please check the sanity of my setup?

2006-05-22 Thread Rui Pacheco
Hi all I'm using Tapestry with DBCP for a simple CRUD application. I'm asking for help in terms of application architecture. Is this the right way to do it? So, I have an AbstractPage that extends BasePage and I use my AbstractPage as the basis for all my pages. In that AbstractPage I have a get

AW: Getting name of the current column in contrib:TableView

2006-05-22 Thread Bondarenko, Oleg
Using binding "column" e.g. for TableColumns or TableValues. hope it helps. Mit freundlichen Grüßen / Best regards __ Oleg Bondarenko Software Engineer GFT Technologies AG Düsseldorfer Straße 13 D-65760 Eschborn T +4

Getting name of the current column in contrib:TableView

2006-05-22 Thread Dan Adams
Can anyone tell me how to get the name of the currently rendering column from TableView? I'm digging around but can't seem to find it. -- Dan Adams Software Engineer Interactive Factory 617.235.5857 - To unsubscribe, e-mail: [E

RE: Training session in Sweden

2006-05-22 Thread Skriloff, Nicholas
Niklas, I have been developing in Tapestry for 2 years at the University of Virginia and have been a professional teacher in the past. I would consider putting a two day REMOTE class together for you that would use Kent Tong's book at http://www.agileskills2.org/EWDT/chapters1-4.pdf The two day cl

Persistent Properites in pageAttached

2006-05-22 Thread Pratibha Gopalam
Hello all, When I try to access the persistent properties in the pageAttached method, I always get null. But I am able to access the persistent properties in any of the listener methods. I looked up the Javadoc (http://jakarta.apache.org/tapestry/tapestry/apidocs/index.html) and it says the p

Re: Google Web Toolkit

2006-05-22 Thread Mike Snare
Wait till someone announces "GWT on Rails".. yikes! Yes. Then we will indeed have found the holy GRail itself... -Mike - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

OT: Training session in Sweden

2006-05-22 Thread Niklas Ekman
Hello, I'm wondering there are any Tapestry trainers for hire in Sweden? Best regards, Niklas Ekman

Re: Adding form elements with Javascript

2006-05-22 Thread Sam Gendler
As far as I know, the only Tapestry-approved way of doing this is to do a round-trip to the server - either to re-render the entire page, or to re-render a section of the page via Tacos' ajax mechanism. That keeps the state of the page on the server and the html in sync so you don't get the stale