Re: T5 ajax zones example

2008-03-12 Thread Sabine K.
Hi, this works perfect with the Firefox. With the Internet Explorer it gives by triggering the submit button, the link works: org.apache.tapestry.runtime.ComponentEventException A component event handler method returned the value [EMAIL PROTECTED] Return type

T5: Error in Tutorial; Page Start did not generate any markup when rendered.

2008-03-10 Thread Sabine K.
Hi, i tried to test the new version of tapestry. Used the command: mvn archetype:create -DarchetypeGroupId=org.apache.tapestry -DarchetypeArtifactId=quickstart -DgroupId=org.apache.tapestry -DartifactId=tutorial1 -DpackageName=org.apache.tapestry.tutorial and used mvn jetty:run to

Re: T5: Error in Tutorial; Page Start did not generate any markup when rendered.

2008-03-10 Thread Sabine K.
Thanks for your help! I used .htm instead .tml :/ Angelo Chen wrote: the template should have .tml as extension and it should be in the root directory, that's the change from 5.0.6. Sabine K. wrote: Hi, i tried to test the new version of tapestry. Used the command: mvn

Re: Only reload components?

2008-02-22 Thread Sabine K.
implementation. Did you have any examples how to use the zone component? Best regards Francois Armand wrote: Sabine K. wrote: Hi, is there a way to change only components and not reload the hole page? [...] Is there a way to do this with tapestry, or with tapestry + ajax? Hello Sabine

Only reload components?

2008-02-20 Thread Sabine K.
Hi, is there a way to change only components and not reload the hole page? In example i have an activex component on the page (an image viewer). I can control the image viewer with java script ( goToNextPosition() and so on). For every position the user should be able to make some comments with

Possible to handle some ActiveX Elements with Tapestry.

2007-10-11 Thread Sabine K.
Hello, i have an ActiveX-Component which function is to show special images. The size of the images is between 100-200MB. The images should be somewhere on the server, e.g. /images/imagea.ndi. With Tapestry i think i can easily control the ActiveX, but i donĀ“t know how to handle it with the

Re: [T5] Security of files in the classpath

2007-08-03 Thread Sabine K.
Hi Robert, How to implement this component? Is it necessary to register the component in the appmodule? Thx Sabine Robert Zeigler wrote: Couple of comments... First, the T5 asset service has the md5 feature. But the default implementation, at the moment, only requires md5 hashing

Re: T5: How to logout or kill the Session

2007-05-18 Thread Sabine K.
Hi, the ASO are not the problem, the @Persist variables are a problem. To the pdf: i open the page which generates the pdf by Or klick here to get a pdf. in a new window. Did u mean that? Marcus-11 wrote: HI Sabine, Maybe this help: Assigning null to an ASO field will remove the

Re: AW: AW: T5: Generate pdfs.

2007-05-10 Thread Sabine K.
: Sabine K. [mailto:[EMAIL PROTECTED] Gesendet: Donnerstag, 10. Mai 2007 11:11 An: users@tapestry.apache.org Betreff: T5: Generate pdfs. Hello, i want to generate a pdf file from some textareas. To generate the pdfs i want to use itext. Can u give me some hinds were i can get some

T5: Since update from 5.03 to 5.04 class not found

2007-05-08 Thread Sabine K.
Hello Guys! ive updatet with maven and now i got this error. Ive got no idea how to solve it? Best regards Sabine An unexpected application exception has occurred. * java.lang.RuntimeException java.lang.ClassNotFoundException: caught an exception while obtaining a class file for

T5: whitespaces in select component.

2007-05-04 Thread Sabine K.
Hi, there is one selectbox: t:select t:model=_restrictionEnzymes style=width: 300px; font-family:monospace size=7 t:value=selectedEnzyme/ _restrictionEnzymes is an arraylist with strings like: [Acc65I] | GGTACC [EcoRI]| GAATTC [Hpy188III] | TCNNGA

T5: How to acces to an array from loop?

2007-04-18 Thread Sabine K.
Hello, i have this: table t:form t:id=form t:loop source=1.16 value=row tr t:loop source=1..4 value=column td${column} ${row}/td /t:loop /tr /t:loop /t:form /table In the class

T5: Question for ApplicationState.

2007-04-16 Thread Sabine K.
In the core is written: Any other component or page that declares a field of the same type, regardless of name, and marks it with the ApplicationState annotation will share the same value. It's that simple. Does that means that these both: @ApplicationState private String currentPage;

Re: T5: Question for ApplicationState.

2007-04-16 Thread Sabine K.
Ups, already found the answer in another thread. Next time i use the search :) Sabine K. wrote: In the core is written: Any other component or page that declares a field of the same type, regardless of name, and marks it with the ApplicationState annotation will share the same value. It's

Re: T5 - Select changed event...

2007-04-12 Thread Sabine K.
Hi, where can i find the sample? I dont find it. Best regards Alexandru Dragomir wrote: Yes , with javascript : t:select t:id= model= onchange=this.form.submit();/ You have a sample in the integration tests - BlockDemo Cheers , Alex On 4/11/07, Bruce Petro [EMAIL