[Tapestry-developer] The same asset for many parts in a template

2002-10-18 Thread Juan Alvarez
Suppose you design a component with the same asset in many parts of an application. With the actual model, i need a diferent component to serve the same asset!!. This is true? if yes, what is the optimal solution to minimize this overhead On Fri, Oct 18, 2002 at 05:43:54PM -0500, Juan Alvarez wr

[Tapestry-developer] Embedded css

2002-10-18 Thread Juan Alvarez
Hello, i wnat to develeop a tapestry component with a embedded CSS stylesheet (like an asset), but i dont find the way to pass the appropiate tag link to the shell component. I rread about something similar, but only with javascripts and in the body component. is it possible to include css define

Re: [Tapestry-developer] Exciting new Spindle functionality

2002-10-18 Thread Viktor Szathmary
Geoff Longman wrote: To use, drag a component onto the template. On releasing the mouse button you'd get a popup that asks you insome elegant way..  i don't even think we need to go that far, and complicate things with DnD.. simply click, and it inserts the component

[Tapestry-developer] Re: Exciting new Spindle functionality

2002-10-18 Thread Geoff Longman
Packaging libraries with the icon stuff... Maybe there should be a new spec file for packaging libraries, In eclispe these are called features and have a feature.xml file One that specifies: name version website update URLs required libraries display name license a nice description of the libra

[Tapestry-developer] Exciting new Spindle functionality

2002-10-18 Thread Geoff Longman
got your attention? I have some ideas for really improving the useablity of the HTML editor in Spindle.   The trigger was that I got 50 or so templates dumped in my lap today. I spend so much time working on spindle that I don't *use* it often enough to build real stuff. Today I need to conv

[Tapestry-developer] Reminder: Tapestry Marketing

2002-10-18 Thread hlship
Reminder: Time to get out and support Tapestry. If you use Tapestry, you should drop a note of support into the ServerSide thread: http://www2.theserverside.com/home/thread.jsp? thread_id=15973&article_count=19 We need to get the discussion going, and get the comment count up (high enough to

Re: [Tapestry-developer] Tapestry Tutorial Website broken

2002-10-18 Thread Mind Bridge
Hi, There are two demo sites that can be chosen and I think the other site (the one in Switzerland) works okay at the moment. I hope this helps. Looking forward to your comments :) -mb  Adam Greene <[EMAIL PROTECTED]> wrote: I went to take a look at the Table demo in the Tapestry tutorial off theh

[Tapestry-developer] Tapestry Tutorial Website broken

2002-10-18 Thread Adam Greene
I went to take a look at the Table demo in the Tapestry tutorial off the http://tapestry.sf.net website, and it give me a directory listing. --- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf __

Re: [Tapestry-developer] Connected Parameters problem with 'form' direction

2002-10-18 Thread Howard M. Lewis Ship
You need to buffer the first PropertySelection. Have your page define a second property, say "bufferedValue". In beginResponse(), set bufferedValue to the actual value. On render, the first PS will read the actual value from the buffered property. The second PS will be driven by the actual prop

[Tapestry-developer] Connected Parameters problem with 'form' direction

2002-10-18 Thread Simon Robins
Hi, I have a page with two PropertySelection components on it. The second PS component is wrapped in a conditional which depends on the value of the first PS component. The problem is that the after the first PS component renders (in the rewind cycle) it write its new value. This is consistent

[Tapestry-developer] Multimedia Design at 5$ per hour

2002-10-18 Thread Creativeskulls
Title: Dear Friend Dear Friend, We would like to introduce ourselves "Creativeskulls", We are a new media concern having a setup of 11 high end workstations. We are looking for business partners/clients who are interested in offloading their work. Our rate is only 5 US$ for an hour of

[Tapestry-developer] Dynamic forms

2002-10-18 Thread Niklas Ekman
Hello   I have a form in a page that creates input and select fields dynamically based on database metadata. To distinguish between the different input fields I want to set the name of the input field to a value stored in the database. I noticed when I use the TextField component that it set