Apache Tapestry is a web application framework which implements the MVC pattern. It is in many ways similar to Apache Wicket. Tapestry is a component-based framework, attempting to structure web applications into small, manageable and re-useable parts. Components consist of a component class file ...
0
votes
2answers
38 views
best way to persist date as string
How to best persist Date property as string property of ejb3 entity?
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package entities;
import ...
0
votes
2answers
40 views
tapestry5.3.7 t:grid not working with xmlgregoriancalendar
Imported ejb entity into tapestry project looks like this
its in "generated sorces (jax-ws)"
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import ...
0
votes
0answers
20 views
Tapestry generates input tags in pair
I want to generate HTML5 valid document, but I have a problem with forms in my Tapestry app. I am using tapestry textfields like below:
<t:textfield t:id="specId" value="val" />
Tapestry ...
2
votes
3answers
25 views
How to use Spring MVC resources static images in tapestry
I am developing an application using Tapestry 5.3.1
I have tried to use MVC resources mapping to cache images, But it doesn't works!
Here my coding:
Context xml configuration:
<mvc:resources ...
0
votes
1answer
25 views
Tapestry5 zone doesn't update on radio button change using zoneUpdater
I've got 2 radio buttons on my Tapestry5 page and I want to update zone when value changes:
<t:radio t:id="allDay" t:mixins="zoneUpdater" t:event="allDayChanged" t:clientEvent="change" ...
0
votes
0answers
37 views
Object is not an indexed entity or a subclass of an indexed entity
I am doing some web app with hibernate, hibernate search, lucene and tapestry. Now, everything is OK, until I have deployed this part of code into my app. I keep getting this error
Render queue error ...
0
votes
3answers
73 views
web responsive design using tapestry
I want to build a web responsive website with tapestry, I add the meta data in the head section of the .tml file and used the css for the responsive design. However it doesn't work at all. I tested ...
1
vote
1answer
65 views
How to configure Tapestry5, Hibernate, Tomcat7, JNDI, Mysql
I've been trying to figure out how to configure Tapestry5, Hibernate, Tomcat7, and Mysql, but have not been able to get it to work. Could someone possible tell me what I'm doing wrong?
To began ...
0
votes
1answer
40 views
Access to Tapestry JavaScript object in Tapestry 5.3.6 (used to be $T, now deprecated)
I'm working with Tapestry 5.3.6. I'm migrating an app which has a component, this component has a JavaScript part and in this JS part I need to access a Tapestry Object with the variable $T. But this ...
1
vote
2answers
54 views
How to change class=“active” on selected item from Layout - Tapestry
JAVA
@Inject
private ComponentResources resources;
public boolean isActiveMenuItemIndex() {
String item = resources.getPageName().toString();
return item.contains("Index");
}
TML
...
0
votes
1answer
33 views
How to stop reloading of a page if i'm using Tapestry?
I'm using ITreeModel of Tapestry4.2,whenever i click on ITreeModel tree structure it refreshes/reloads a page which in turn results in resetting all other fields in html page to blank.I want to avoid ...
0
votes
1answer
56 views
Mixin script added in afterrender not fired for xhr requests
Can someone familiar with the mixin lifecycle please advise me:
(using tapestry 5.3.6)
I have a mixin which triggers some javascript from 'afterRender'. I do this in 'afterRender' because I need the ...
0
votes
0answers
27 views
DateField JavaScript hasLayout error with a field in a zone
I have a problem with IE 9 and my tapestry project. I have a form with some datefield field and this form is in a zone. When the page is loaded datefields works correctly but when I submit the form ...
0
votes
1answer
52 views
How to use form validation in a form with a zone attribute?
I have a big problem with Tapestry 5.3.6..
I have a form with a custom simple mixins that implies that form's ids couldnt' be modified :/
So i have this :
<form t:type="form" t:id="formId" ...
0
votes
2answers
37 views
How to transfer some information between 2 pages or more ?
I'm *currently learning how to use tapestry 5.3.6 and i have one issue. I need to share information between 2 pages to do a full registration for a user to a fake mobile operator and i don't know what ...
1
vote
1answer
51 views
Unable to convert client value 'null' back into a server-side object
This question is about Tapestry components issue.
I'm looking for a solution of exactly this issue, not any workaround or alternative ways, how to implement this interface.
Consider ajaxformloop ...
0
votes
0answers
87 views
Tapestry5 JQuery Ajaxupload doesn't delete temp file in Chrome
Iam using Tapestry5 Jquery Ajaxupload for file uploads. If the file is large, it writes to temp file and it deletes temp file after upload. It deletes temp file if i upload through IE. But it doesn't ...
0
votes
1answer
82 views
How to reduce image loading time
I am developing web application for smart phones using tapestry. I have a loop in my index page. I am putting more than five images in that loop. Each image size is 5KB. But its take more than 150ms ...
1
vote
0answers
91 views
Hibernate mapping throws class not found exception
I've been trying to start up Tapestry with Hibernate through SQL Server 2008. I followed the tapestry and hibernate guide at the start, but when I got to the mapping part, I got this class not found ...
1
vote
1answer
30 views
How to implement django-like management commands in Tapestry5 app?
I want to executie custom (groovy/clojure/java/whatever) "scripts" as command line commands to do some tasks with Tapestry5 app (it's hibernate part, really). To perform a migration from previous ...
0
votes
1answer
37 views
itext pdf in tapestry
I am working on itext pdf when I am extending a PdfPageEventHelper class it is showing following errror.
Base class com.lowagie.text.pdf.PdfPageEventHelper (super class of
...
0
votes
2answers
95 views
How to test DAO layer in tapestry dependent projects
I have a tapestry5 + hibernate application for which i am trying to write unit tests. I am looking for some guidance or best practices to test DAO layer in these kind of projects.
I tried below test ...
0
votes
1answer
50 views
Java Tapestry5 dynamic layout
I have a question about Tapestry pages and templates.
A user send request to get a page. I recognize the request comes from mobile or desktop. I want to show a requested page with different layout.
...
0
votes
0answers
65 views
Why resource-ref is required for tomcat and not glassfish
I'm migrating an app from Glassfish to Tomcat7 and I'm curious as to why you need to add something like "web.xml example below" to your app WEB-INF/web.xml file with Tomcat7, but with Glassfish, this ...
0
votes
2answers
43 views
Does Tapestry manage all threads inside application?
Consider service, which starts some thread inside it. Will Tapestry 5 manage this thread in part of e.g. closing hibernate sessions inside such thread or not? (For example, we can pass Session object ...
0
votes
3answers
103 views
Tapestry services implemetation with Hibernate usage
I'm talking about T5, Java 1.7.
I can not find any enough detailed tutorial about using hibernate inside Tapestry services.
What I need is to create Tapestry service which could deal with hibernate ...
0
votes
1answer
53 views
When I should close the session, acquired from HibernateSessionManager in Tapestry?
When I should close the session, acquired from HibernateSessionManager in Tapestry?
Some piece of code. Consider some method, which deals with HibernateSessionManager object:
public void foo(final ...
0
votes
1answer
26 views
Tapestry: invoking eventLink issue
I have a form and when I press on submit, should open a PDF. When I do it first time it works, but no next times.
My code:
Object onDoPDF() {
return new PDFStreamResponse
...
1
vote
1answer
42 views
Messages folder for the class is not from 'pages' and 'components' packages
In Tapestry, .properties files with localized messages are located in page, component and application message catalogs. I have class is not from pages and components packages, in which I want to ...
0
votes
1answer
91 views
Apache CXF web service as a Tapestry5 module for integration with a .Net client
Environment:
Servlet container: Apache Tomcat 7
Java web\IoC framework: Apache Tapestry 5.3.6
Web service framework: Apache CXF 2.7.3
Requirements
I need to provide a web-service for a .Net ...
0
votes
1answer
163 views
Spring3 vs Tapestry 5.3
I'm currently trying to compare Spring3 with Tapestry 5.3. I've been a Tapestry user since 2003, so I tend to have a bias opinion and only because I have no experience with Spring. I'm seeing Spring ...
2
votes
3answers
154 views
Editing a complex Java object in a Tapestry 5 web application
I am using Tapestry 5.3.6 for a web application and I want the user to edit an instance of a Java class (a "bean", or POJO) using a web form (which immediately suggests the use of beaneditform) - ...
0
votes
1answer
31 views
All string literals are show in small case in Tapestry 5
I am new to tapestry5 (5.3.6) and having issue while displaying labels and text.
<h1>
<t:pagelink page="index">First Tutorial</t:pagelink>
</h1>
The above tag always ...
0
votes
1answer
40 views
Valid way to get HibernateGridDataSource sorted by specified columns
The common usage of HibernateGridDataSource for showing table contents on page is just simple method:
public GridDataSource getList() {
return new HibernateGridDataSource(session, Foo.class);
}
...
0
votes
1answer
34 views
SelectModelImpl Non-Serializable Prevents Session Replication in Cluster
I'm working on clustering an application using Tapestry 5.3.3. Clustering is accomplished by replicating the HttpSession to all nodes in the cluster. The replication occurs by serializing the ...
0
votes
1answer
50 views
Tapestry IoC constructor and injection
I have the following class:
public class MyClass {
@Inject
private MyAnotherClass myAnotherClass;
public MyClass() {
//Perform operations on myAnotherClass.
}
}
I need to ...
0
votes
1answer
31 views
Tapestry “/” in parameters bug
If I add slash / to the parameter of a page, even in encoded form %2F I get an error.
Sample URL:
http://mywebsite.com/somepage?param=dfgdfg%2F
Error:
Input string 'dfgdfg/' is not valid; the ...
0
votes
1answer
59 views
Tapestry @CommitAfter on method outside page
I am trying to perform database transactions outside of the page in a dedicated DAO class.
This answer helped a little bit, however after following instruction on the official website the ...
2
votes
1answer
46 views
How to Inject Hibernate Session into a Servlet inside Tapestry?
I have a HttpServlet inside tapestry project. But I think it is not recognized as a part of IoC. So when I do an @inject it does not work. It ends up throwing a null pointer exception. Any suggestion ...
2
votes
1answer
255 views
How to submit autocomplete select value into Textfield in Tapestry5?
I've got a Textfield with autocomplete and zoneUpdater mixins. Based on the typed value, I call service which returns new values for the autocomplete select. So far, so good. Big problem for me is ...
0
votes
0answers
80 views
Function Tapestry.Initializer.uploadable() does not exist
I'm using Tapestry 5.3.6 in my web app. I want to use tapestry5-jquery (AjaxUpload), 3.0.0. Once I add the dependency to the pom.xml (without a real use of it), I'm getting error message saying
A ...
0
votes
2answers
117 views
how to refer to the property of bean used in BeanEditForm (tapestry5) in Java?
I've got in my .tml file something like this:
<t:beaneditform t:id="adForm" object="editableAd"
reorder="actiontype,shops,movies,streams,widgets" ....
My question is how ...
1
vote
1answer
80 views
invalidate the session in Tapestry from JUnit tests
I am working on a large complicated Tapestry service. It generally works but sometimes when running for a while the session it is in will get invalidated, and it will send an error. There is nothing ...
0
votes
0answers
46 views
How to use Radio button in Tapestry4.2?
This part I added in .html:
<form jwcid="@Form" success="listener:doSubmit">
<span ...
1
vote
1answer
127 views
Tapestry - Enum coercion
I am currently trying to get an enum as a part of my Tapestry 5 form.
So I followed these explanations without success. Indeed I am getting this error :
[...]
Caused by: java.lang.ClassCastException: ...
0
votes
1answer
78 views
How to fill up Tapestry5 palette with list coming from web service?
I am trying to fill up Palette component in Tapestry 5 with result of calling web service, which is a Segment list. Segment is a ordinary class with some attributes like title... I would like to ...
0
votes
2answers
35 views
Running some actions before bind() method
I wonder, is any convenient and appropriate way to describe in Tapestry5 in AppModule some actions, which should be invoked before bind() method will run?
Of course, it is possible, to include such ...
1
vote
1answer
87 views
how to remove play images over the html5 video player for iphone web applications
I am developing web application for smart phones using tapestry. I have html5 video tag in my player page. In my video player, its shows default play image over the player at the first snapshot.
This ...
0
votes
0answers
50 views
Does IntelliJ IDEA support Tapestry LibraryMapping (ie. the prefix used for components)?
We have several Tapestry modules (in different Maven modules) and some of them define its own LibraryMapping. For example:
@Contribute(ComponentClassResolver.class)
public static void ...
0
votes
1answer
64 views
How can I add pages written using Tapestry5 to a web application already written in Tapestry4?
I'm trying to add pages written with Tapestry5 to a web application written with Tapestry 4 on Apache Tomcat. Assuming I have the necessary jars in $tomcat/shared/lib.
I made a basic form template ...

