Tagged Questions
0
votes
1answer
44 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 ...
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
36 views
Add js file with parametar in Tapestry
I want to add google maps js lib to my tapestry application, but tapestry doesn't allow me to send parameter.
"https://maps.googleapis.com/maps/api/js?key=ansdjaskdjaksdajskdaskda&sensor=true" ...
1
vote
1answer
93 views
Issue in open a new window at the time of loading a page
I am developing web application for smart phones using tapestry. I have an issue, when open a new window at the time of page loading, but it didn't open.
I am using following code to achieve that:
...
0
votes
2answers
200 views
Remove generic Tapestry JavaScript and CSS
I have created a new Tapestry 5.3 project using Maven. I noticed that Tapestry adds tons of different JS and CSS files to all pages:
<link type="text/css" rel="stylesheet" ...
0
votes
0answers
66 views
tapestry Confirm box asks password
When I delete something in my project, I show a confirm box as a mixin
like in this example
but I would like to ask user password in that box. How should I do it? whit javascript? are there any ...
0
votes
0answers
205 views
Error calling tapestry zone updateFromURL when invoked in a keydown event for escape key in firefox
I have a custom tapestry component that includes a zone with a form and a single textfield element. I am able to send ajax requests to update the zone for various events such as the textfield's ...
0
votes
1answer
91 views
html tags changing but no change made on form
I am using the following code to change the attributes of a tag on my form
the tag
<input jwcid="licensingApprovalDate@CustomDatePicker" disabled="ognl:disabled || ...
1
vote
1answer
120 views
Timezone selection in tapestry date picker as per clients Timezone
We are using Tapestry at our Presentation Tier.
Now we have following situation :
Our application is going to be used by different users from different countries, with different timezones.
In our ...
1
vote
0answers
165 views
Load testing Tapestry app mainly using javascript with JMeter
I have a Tapestry application, which I want to load test using JMeter.
The problem is Tapestry app gives a response which is mainly javascript, no html to parse.
To be able to verify the response, ...
0
votes
1answer
174 views
Upgrading Tapestry application from 5.0.18 to 5.3.2
I'm upgrading my app from 5.0.18 to 5.3.2 and i get following error. Have made couple of changes and not sure which one causing this error. Nothing from logs. This error pops up on the UI. Following ...
0
votes
2answers
439 views
Calling fnStandingRedraw to retain the current pagination settings in Datatables using javaScriptSupport.addInitializerCall
I am using the CreateEventLink method of the ComponentResources class to create a link to a delete event on my page called UserList using the following:
resources.createEventLink("delete", ...
0
votes
1answer
160 views
Upgrading to Tapestry5.1 Javascript Error
Iam upgrading my app from Tapestry 5.0.18 to 5.1.0.5 and i get following javascript error. I know there was a fix for WaitForPage() for partial ajax responses in 5.1.0.5. But i still keep gettin the ...
1
vote
1answer
119 views
Unable to do overlay with <t:loop> (Tapestry )
This is my tml code
<t:loop t:source="image" t:value="pojo"> //problem with <t:loop>
<a rel="#overlay${pojo.id}">
//image tag here
</a>
<div ...
0
votes
3answers
1k views
How can I trigger an element's default event within an event handler?
I have an HTML button that needs to check several conditions, and if they pass allow the default action to occur.
The following works in Firefox, but it fails in IE. I setup a click handler on the ...
1
vote
3answers
188 views
Are there any sophisticated UI widgets that integrate well with Tapestry? [closed]
I have been looking for a good Java web framework and found Tapestry, which looks quite nice from an application architecture point of view. Another possibility is ASP and .NET, though I'm reluctant ...
0
votes
2answers
207 views
Internationalization with Javascript variables
I am using one API which has its own javascript. Now in that javascript file they have declared few variables as follows :
monthNames: ...
0
votes
1answer
470 views
Passing an array to javascript in Tapestry
In my Tapestry template, I have an array of RoutePoint objects (which consist of a latitude and a longitude value) and I want to pass them to javascript, so that the line of points can
be displayed on ...
3
votes
2answers
121 views
YUICompressor unescapes backslashes
In our application, we invoke YUICompressor to minify our javascript. Under some conditions we are having trouble identifying, it incorrectly unescapes backslash-escaped characters, so for example
...
3
votes
3answers
1k views
Yui compressor StringIndexOutOfBoundsException on jboss
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 ...
1
vote
3answers
786 views
Fetch and Replace href attribute value of <a> tag using prototype
I have a simple link inside my tml (apache tapestry specific) :
<a href="www.google.com" class="info-value" target="new">www.google.com</a>
Now on the browser if I am trying to click ...
2
votes
5answers
3k views
Submitting a form from inside a JavaScript function in Tapestry
I am trying to submit a form from inside a JavaScript function in Tapestry.
Here is the tml file.
<!DOCTYPE html>
<html xmlns:t="http://tapestry.apache.org/schema/tapestry_5_1_0.xsd" ...
0
votes
1answer
633 views
How can I return both page and Stream in Tapestry5?
I am working on a web application project using Tapestry 5 framework/javascript. This application takes few inputs and returns pdf files.
I got a new requirement of disabling the form submit button ...
1
vote
2answers
527 views
What's the approach to add javascript to a Tapestry application?
I'm starting with an existing webapp built with Tapestry.
I can't figure out where to put the Javascript I need.
Basically this application has a single page capturing data into a text area, and I ...
2
votes
1answer
938 views
Help creating a JavaScript mixin in Tapestry5?
I am creating a mixin which renders a javascript file when a textfield gains focus.
I am new to the idea of mixins in Tapestry, and I am unsure of where to place my original javascript file which i ...
1
vote
2answers
1k views
How do I create a custom text field in Tapestry5 that renders some Javascript onto the page?
I have been trying to create a custom textfield in tapestry which will render some javascript when it gains focus. But I have been having trouble trying to find an example of this.
Here is some of ...
4
votes
2answers
2k views
Loading jQuery with Tapestry 5
Okay, so I'm not a Java guy, but I work with loads of them. We generally load Prototype with Tapestry 5, as Tapestry was built on this javascript library.
As a UI/front end developer/engineer, I ...
0
votes
1answer
562 views
onchange force page submit
<form jwcid="@Form" listener="listener:updateStaff">
<select jwcid="staffselect@Select" multiple="ognl:false" validators="validators:required" onchange="this.form.submit()" ...
1
vote
2answers
440 views
Tapestry 4.1 - using a Script component with an external js
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:
<script ...
1
vote
2answers
742 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 to go about ...
1
vote
8answers
17k views
How can you set focus to an HTML input element without having all of the HTML?
First, the background:
I'm working in Tapestry 4, so the HTML for any given page is stitched together from various bits and pieces of HTML scattered throughout the application. For the component I'm ...