Re: Tapestry name

2005-12-21 Thread Nils Zonneveld
Vinicius Carvalho wrote: Sorry about this, but could not found on the wiki. Why Tapestry? I mean the name ;) Regards I guess because with a tapestry things are woven into each other. A tapestry of objects, if you like. But this is just a guess of course :-) --

DynamicBlock for Tapestry 4

2005-10-21 Thread Nils Zonneveld
Hi, Does anyone know if the functionality of DynamicBlock (http://www.behindthesite.com/blog/C1931765677/E572405339/) is also available in Tapestry 4 since the component doesn't seem to work in Tapestry 4 With DynamicBlock you can build/choose a component at runtime without the need of d

Re: Using tapestry 4.

2005-10-20 Thread Nils Zonneveld
Andreas Andreou wrote: Look at the dependencies. http://jakarta.apache.org/tapestry/dependencies.html You need to place those jars in the classpath. Thanks. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional com

Using tapestry 4.

2005-10-20 Thread Nils Zonneveld
in order to be able to use Tapestry 4, or are those jars somewhere included in the Tapestry 4 distrubution? Thanks in advance, Nils Zonneveld - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: RES: What can I do ? I am a beginner !!!

2005-10-03 Thread Nils Zonneveld
Fabiano Choueiri wrote: I am using Tapestry 3 and there isnt the 'action' parameter There is another way to fix it ? Thanks. Use the listener parameter. m.v.g. Nils Zonneveld --

Re: Forcing language

2005-09-14 Thread Nils Zonneveld
Cyril Godefroy wrote: Hi list, I have an application in french and english. I'd like to force my tapestry 3 application to serve pages by default in french although it's multilingual. Why? I want robots to index content in french first. Also, they don't care about all the 'locale' cooki

Re: Hi how to add multiple lsteners to a form???

2005-09-14 Thread Nils Zonneveld
Ananya Goswami wrote: I have a scenario where .I have a login page with fields username, password , a checkbox for "remember username and password" and a submit button-"login". . when the user checks the checkbox and submits , his username and password has to be stored . when the user visits the

Re: Need help in creating session object

2005-09-02 Thread Nils Zonneveld
ion object. Tapestry uses a Visit object for HttpSession like storage. put in your .application file. The Visit class is just a POJO that implements Serializable. HTH, Nils Zonneveld - To unsubscribe, e-mail: [EMAIL PROT