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 org.apache.tapestry.internal.struct

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 trie

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 star

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 wi

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 s

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 image

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 hashin

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 remov

T5: How to logout or kill the Session

2007-05-16 Thread Sabine K.
Hi, i got a method logout which reset some variables in a ASO. But if i login again, the @Persists variables are still there. If i delete the cookies in the Browser its allright. Is there a way to end a session? Or how do u handle logout? Best regards -- View this message in context: http://w

Re: AW: AW: T5: Generate pdfs.

2007-05-10 Thread Sabine K.
Schröder schrieb: >> hi sabine, >> >> take a look at http://www.agileskills2.org/EWDT/ >> >> -Ursprüngliche Nachricht- >> Von: Sabine K. [mailto:[EMAIL PROTECTED] >> Gesendet: Donnerstag, 10. Mai 2007 11:11 >> An: users@tapestry.apache.org >> B

T5: Generate pdfs.

2007-05-10 Thread Sabine K.
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 information for generating pdfs? Best regards -- View this message in context: http://www.nabble.com/T5%3A-Generate-pdfs.-tf3720491.html#a10409778 Se

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 org.firm

T5: whitespaces in select component.

2007-05-04 Thread Sabine K.
Hi, there is one selectbox: _restrictionEnzymes is an arraylist with strings like: [Acc65I] | GGTACC [EcoRI]| GAATTC [Hpy188III] | TCNNGA Everythink is right but the whitespaces become lost. i tested to write " " or " " which not works. Any idea how to

T5: How to acces to an array from loop?

2007-04-18 Thread Sabine K.
Hello, i have this: ${column} ${row} In the class there is an array: _information[4][16]. How can i get the values out of the array in the right rows and columns? Best r

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 sha

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; @Applic

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 : > > > > You have a sample in the integration tests -> BlockDemo > > Cheers , > Alex > > On 4/11/07, Bruce Petro <[EMAIL PROTECTED]> wrote: >> >> Is there a way to cause a