Tagged Questions

0
votes
1answer
24 views

Integrate Extjs on frontend and Tapestry on backend

Hi, I had a project that requires the use of Extjs as the frontend of my program and tapestry on the backend. I am new with both, but still able to create the panels of forms on …
0
votes
0answers
5 views

tapestry 4 contrib table call getModel() multiple times

public IBasicTableModel getModel() { return new IBasicTableModel() { public int getRowCount() { System.out.println("called many times...."); …
0
votes
1answer
16 views

How do I upload an image as a File and display it as a Thumbnail with Tapestry 5?

Using the 3rd party tapestry-upload component, I can upload a File from the client on the server. Using the chenillekit's thumbnail component, a can make a thumbnail from an Asset …
0
votes
2answers
139 views

How change the layout component in Tapestry 5 pages at runtime?

I have one layout component for all my pages, I want to switch this component based on the user desire. I don't want to add a property to each page to return the current layout com …
0
votes
1answer
151 views

Refreshing a Tapestry zone on a regular basis

What is the best way to refresh a Tapestry zone on a regular basis to pull changes of a dataset from a server?
0
votes
0answers
9 views

t4 multiple select

I need to implement a multiple select in tapestry 4.1. The example supplied in the component docs is pretty lame as it requires multiple components/properties to do one simple thi …
0
votes
2answers
215 views

Smack api and Java

I am using Tapestry 5, Smack api 3.1.0. I have established a connection and am able to communicate with a user through the xmpp server but the replies i get are sent to the standa …
0
votes
1answer
24 views

Insert link/asset into a localized message in Tapestry 5

I'd like to insert a link (as an -Tag) and/or an Asset (as an -Tag) into localized Messages in Tapestry 5. Is there any way to generate the HTML so that I can insert it into the me …
0
votes
1answer
15 views

how to use PageEvent in tapestry4 to sendRedirect to another page

public void pageValidate(PageEvent event) { //how to use pageEvent to sendRedirect to google.com ?
0
votes
1answer
45 views

Tapestry 4 Dynamic image asset

Hi All, I have images stored in a database I need to serve within a tapestry page. I was about to write a servlet (simple enough) to serve the image like I always have but I figu …
12
votes
11answers
722 views

Why did you stop using Tapestry?

This question goes out to those who have used Tapestry as a web framework and then either gave it up or switched to something else, or even ported their application from Tapestry t …
0
votes
3answers
129 views

Display a javascript/css tooltip within a @For loop with Tapestry 4.0.1

I'm not at all familiar with Tapestry 4.0.1 and need to update a legacy application to display a formatted tooltip for a few links within a @For loop. What is the easiest/best way …
0
votes
2answers
60 views

Tapestry 4.1 - using a Script component with an external js

Hi all, Is it possible to use a @Script component to render a script tag pointing to a js file hosted on a different server? Basically, I need to inject a script tag such as: &l …
1
vote
3answers
111 views

Expired Session Redirect in Tapestry 4

How can you change the page displayed by Tapestry 4 when the user's session expires?
0
votes
3answers
260 views

Has anyone successfully created a project using Tapestry, Hibernate and Spring for jax-ws web services?

I have a project using these technologies and I'm getting a number of issues. The first is this error:- org.apache.tapestry5.ioc.internal.util.TapestryException: Exception constru …

1 2 3 next
15 30 50 per page