Re: [Tapestry-developer] New Tree Component

2002-11-26 Thread Viktor Szathmary
Misko Hevery wrote: Features of Misko’s Tree component: cool, i like it. the client mode didn't work for me though (mozilla 1.0.1). what is that supposed to do? the entire tree gets sent down in one shot? what did you do, so it keeps the last opened folder so nicely in it's place? :-) bes

Re: [Tapestry-developer] Components as parameters of others components

2002-11-26 Thread Mind Bridge
Hey, Please see the Block and InsertBlock components. Also have a look at the "Portal" demo -- it demonstrates a possible use of the concept nicely. -mb  Juan Alvarez <[EMAIL PROTECTED]> wrote: Is possible to pass a component as a parameter to another component?, itry to find something similar in t

Re: [Tapestry-developer] Table component and wrapped checkbox component

2002-11-26 Thread Mind Bridge
Hi Juan, The rewind is performed in exactly the same way as the render, except that no output is produced. In other words, all mutators that would be invoked during render (such as the property set by the iterator), would be invoked during rewind as well. Best regards, -mb    Juan Alvarez <[EMAIL P

Re: [Tapestry-developer] Help with Table component

2002-11-26 Thread Mind Bridge
Hi Luis, Here is a quick definition of terms: ColumnModel - defines the columns that the table will have; it is essentially a list of ITableColumn objects, each defining a separate column. There are several standard implementations of ITableColumn, you can decide which one to use based on what you

[Tapestry-developer] ANN: Flock RSS Aggregator 0.4

2002-11-26 Thread phraktle
hi, a new version of Flock is available. It is a news aggregator that uses Tapestry for the user interface. This new release has all the basic functionality working, and it comes bundled with Jetty, so installation is trivial. Homepage: http://flock.sourceforge.net/ Download: http://prdownloads.s

[Tapestry-developer] Components as parameters of others components

2002-11-26 Thread Juan Alvarez
Is possible to pass a component as a parameter to another component?, i try to find something similar in the documentation, but i dont find anything. -- Juan Alvarez Fluid Signal S.A. mailto:[EMAIL PROTECTED]http://www.fluidsignal.com/ Key fingerprint:

Re: [Tapestry-developer] Table component and wrapped checkbox component

2002-11-26 Thread Juan Alvarez
Excelent response, but i have one more question, the component ListLocale suppose that the setCurrentLocale occurs before the getCurrentLocale? all muttators are called in the rewind process? thx for all support to the development and users of tapestry, greatings from colombia On Tue, Nov 26, 20

Re: [Tapestry-developer] Table component and wrapped checkbox component

2002-11-26 Thread Mind Bridge
Hi Juan, When a component is in a foreach component and this foreach component isin a form component, numeric identifier are automatically appended tothe name of the component? Yes, this is one of the great parts of Tapestry -- form elements are assigned unique names automatically behind the scenes

[Tapestry-developer] Other application built with tapestry

2002-11-26 Thread Juan Alvarez
I want to build an application with tapestry, exists other application different of pixory with the source code available and oviously build with tapestry? -- Juan Alvarez Fluid Signal S.A. mailto:[EMAIL PROTECTED]http://www.fluidsignal.com/ Key fingerp

[Tapestry-developer] Table component and wrapped checkbox component

2002-11-26 Thread Juan Alvarez
I'm reading the example of workbench application. I'm primarly interested in table component so i went to read the source code of LocaleList component, and i found some hard to understand thing: The checkbox component is wrapped into the tableRows component, TableRows component type, i l

[Tapestry-developer] Help with Table component

2002-11-26 Thread Luis Neves
Hello all, I've looked at the examples of use of the Table component but I still can't understand how to use it. What I want to do it's simple (at least I think it's simple). I have an array of Items (Item[]) that I would like to page like this: **

[Tapestry-developer] Re: Form rewind question

2002-11-26 Thread Geoff Longman
So my co-worker is trying to debug his way out of the problem. He's a really smart guy, and he insists on finding the problem himself. But, its been 24 hours and he's not found the problem.   Anybody have any ideas? Howard?   Geoff - Original Message - From: Geoff Longman T

[Tapestry-developer] Developing WAP Applications using Tapesty

2002-11-26 Thread Sasha Haghani
Hi there,   I'm exploring the feasibility of using Tapestry to develop WAP applications (as well as possibly other non-HTML browser-based applications).   As I understand it one of the major benefits of Tapestry is the way it cleanly seperates the Java development and web design specialties

[Tapestry-developer] [ tapestry-Bugs-644235 ] Body component ignores element

2002-11-26 Thread noreply
Bugs item #644235, was opened at 2002-11-26 12:41 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=104754&aid=644235&group_id=4754 Category: Tapestry Group: bug >Status: Closed >Resolution: Fixed Priority: 5 Submitted By: Howard Lewis Ship (hship) Assigned to: Howard

[Tapestry-developer] [ tapestry-Bugs-644235 ] Body component ignores element

2002-11-26 Thread noreply
Bugs item #644235, was opened at 2002-11-26 12:41 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=104754&aid=644235&group_id=4754 Category: Tapestry Group: bug Status: Open Resolution: None Priority: 5 Submitted By: Howard Lewis Ship (hship) Assigned to: Howard Lewi

[Tapestry-developer] [ tapestry-Bugs-630817 ] ExternalPage triggers deprecated warn

2002-11-26 Thread noreply
Bugs item #630817, was opened at 2002-10-29 19:51 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=104754&aid=630817&group_id=4754 Category: Tapestry Group: bug Status: Open Resolution: None Priority: 5 Submitted By: joe panico (jpanico) Assigned to: Howard Lewis Shi

[Tapestry-developer] [ tapestry-Feature Requests-644208 ] Make the default charset configurable

2002-11-26 Thread noreply
Feature Requests item #644208, was opened at 2002-11-26 17:56 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=354754&aid=644208&group_id=4754 Category: framework Group: None Status: Open Resolution: None Priority: 5 Submitted By: Detlef Schulze (dschulze) Assigned t

RE: [Tapestry-developer] Localization of ValidationStrings.properties

2002-11-26 Thread Victor Goh
Thanks tsvetelin. I created the directory as instructed and it's working fine now. best regards victor -Original Message- From: tsvetelin [mailto:[EMAIL PROTECTED]] Sent: Tue 11/26/2002 5:14 PM To: Victor Goh; [EMAIL PROTECTED] Cc: Subject:RE: [Tapestry-developer]

RE: [Tapestry-developer] Localization of ValidationStrings.properties

2002-11-26 Thread tsvetelin
Hi all, It is a good idea to unify the error translation in tapestry’s validators and the translation of components strings to use one resource manager (a class that is responsible for loading and caching resource files). I think this is the right approach, because you can choose where to store re

RE: [Tapestry-developer] Localization of ValidationStrings.properties

2002-11-26 Thread tsvetelin
Hi Vicor, You should make a directory net\sf\tapestry\valid in your app. classpath and put in it the ValidationStrings_zh.properties. The directory must be in the classpath because the tapestry validators use a java.util.ResourceBundle to obtain a localized strings. best regards tsvetelin -O

[Tapestry-developer] Localization of ValidationStrings.properties

2002-11-26 Thread Victor Goh
Hi, How do I localize the ValidationStrings.properties file used by the Validator classes? How do I include a ValidationStrings_zh.properties file into my web-app? My web-app supports multiple languages, so the client side Javascript needs to support multiple languages also. Thanks Victor