tapestry Questions

3

I want to add REST to my tapestry project, and so need to know how to implement it. What is the better way ? thx. [Edit, copied from answer:] I have to add GET, PUT, POST and DELETE services to ...
Sonority asked 4/5, 2010 at 12:25

3

Solved

I need to get 2 java fields in the one Tapestry table column. Every of my fields can be null. Can I write if condition in single line (2 fields in one IF operator), or I must write inner condition ...
Brockbrocken asked 16/3, 2015 at 8:38

2

I have an legacy application written with Taspestry 4. How can I upgrade it from Tapestry 4 to Tapestry 5.3.8? Unfortunately I have never had experience before with Tapestry. I can't find any mi...
Fester asked 22/7, 2015 at 19:12

9

Solved

I want to create a Tapestry Skeletion Project. I follow to these guide: http://maven.apache.org/download.html#Installation, http://juanjoefe.com/tutoriales/instalar-maven-en-windows-7/ and other g...
Stlouis asked 28/8, 2011 at 7:34

9

Solved

I am developing web application using tapestry. I am testing my application using junit test suite and generating war file and html reports, using ant build. In my html report files, I have the fol...
Uptotheminute asked 17/1, 2013 at 4:49

2

Solved

I usually try to minimize testing with Selenium and maximize the usage of plain old back-end testing (JUnit, mocking). With Tapestry I am finding it hard to test pages and components in the latter ...
Hildie asked 27/8, 2010 at 9:7

1

I'm trying to use the sitemapgen4j library to build my sitemaps. I'm facing a permission problem while trying to write to my root directory https://code.google.com/p/sitemapgen4j/ the root contex...
Hilton asked 19/1, 2015 at 21:17

2

Solved

I use the following code for a select-component: Java-class: @Component(parameters = {"blankOption=AUTO", "model=someModel", "value=someId", "zone=someZone"}) private Select demoSelect; Templa...
Monobasic asked 21/7, 2011 at 10:4

6

I am to decide whether to use Apache Click or Apache Tapestry 5 framework. Which one I should choose? I'm looking for a framwork that I could use for building Java EE web applications for the next ...
Jubilation asked 6/7, 2011 at 17:47

2

Solved

Is it possible to pass a parameter to the method which is being defined in controller, and called by tml ? tml ${getDynamicFieldValue("Subject")} java public String getDynamicFieldValue(String...
Blacken asked 12/5, 2011 at 11:49

2

I'm using a CRUD framework called Tynamo, which in turn relies on Apache Tapestry and Hibernate. This all works fine, except for when I try to use it for CRUD on a table with a composite/compound p...
Efrainefram asked 20/1, 2015 at 19:25

1

Solved

I realize there are many similar questions, but none have helped me along on this. I'm using a CRUD framework called Tynamo, which in turn relies on Apache Tapestry and Hibernate. This all works f...
Anisette asked 20/1, 2015 at 18:58

4

Solved

When minimising yui with 2.4.6, I get this problem: java.lang.StringIndexOutOfBoundsException: String index out of range: 232 at java.lang.String.substring(String.java:1934) at com.yahoo.platform...
Antic asked 11/7, 2011 at 15:27

2

Solved

I am trying to follow the official Tapestry tutorial Following steps were fine : launching mvn jetty:run (from command line) launching mvn eclipse:eclipse -DdownloadSources=true importing the pr...
Gretna asked 4/4, 2014 at 19:21

2

Solved

I have one Page which is displaying details of some Client. I am using t:loop to display some data. In t:loop I am just passing source and value. So far so good, my page is working fine. But when I...
Whisky asked 22/6, 2012 at 6:59

3

I have a web application running Java Tapestry, with a lot of user-inputted content. The only formatting that users may input is linebreaks. I call a text string from a database, and output it int...
Jasper asked 22/8, 2013 at 10:8

1

Solved

I just realized after reading this article that I can not explain to myself how it works and what problems it can solve. Yes, It could be used to change the behavior of existing component. But ho...
Cellar asked 10/7, 2013 at 7:26

6

Solved

I know there are many questions here comparing one framework with another. I feel i have to add one more. What is the advantage of play framework over Tapestry5 framework? Which one would you reco...
Canopy asked 14/3, 2011 at 9:20

1

Using Eclipse Juno SR1: I have Tapestry Tools installed in my eclipse installation, and I've customized my XML Formatter too. However, regardless whether I open the tml file in the TML editor or ...
Holzer asked 25/1, 2013 at 10:18

1

Solved

I need to import a JS file that is hosted on another server and is not part of my application's assets. How can I import it from within the component?
Bevin asked 1/11, 2012 at 14:46

2

Solved

I want to stream a video to my IPad via the HTML5 video tag with tapestry5 (5.3.5) on the backend. Usually the serverside framework shouldn't even play a role in this but somehow it does. Anyway,...
Bodwell asked 7/10, 2012 at 12:27

3

Solved

We have a Tapestry-Spring-Hibernate webapp running on Tomcat 6, handing about a few 1000 requests a second. Randomly, for no apparent reason, a page just displays a bunch of random characters on th...
Parlous asked 23/5, 2012 at 13:23

2

We have a large, unwieldy but fairly stable web application written with Tapestry 4.1, which we're looking to gradually move off of. To that end we're looking at developing some new functionality i...
Vasyuta asked 4/5, 2012 at 18:51

1

Solved

In Tapestry5, I am having two submit buttons in the form and I want to perform Validation event as well, how can I achieve that ? This is what I am trying to do : In page.tml <form t:type="fo...
Carmon asked 24/2, 2012 at 13:47

1

We built a website with Tapestry 5.1.0.5 and we encounter, sometimes, a missing key problem when we hit the start-page. This problem appeared only 4 times, this is a random issue. Actual configur...
Higgledypiggledy asked 9/2, 2012 at 15:9

© 2022 - 2024 — McMap. All rights reserved.