Apache Tapestry is a Java web application framework that is organized around building pages from reusable components. 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 and ...
0
votes
0answers
71 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
1answer
83 views
(Tapestry v5.3.5) Contributing a non-caching SymbolSource
I need my application to read it's configuration from a database source but I have to apply my own caching mechanism to satisfy flexibility with updating my configuration and performance (Not hitting ...
0
votes
0answers
143 views
hibernate IdEq method
we have the Person entity
@Entity
@SuppressWarnings("serial")
public class Person implements Serializable {
@Id
@GeneratedValue(strategy = GenerationType.AUTO)
@Column(nullable = false)
...
1
vote
1answer
91 views
How to pass string as context in tapestry 5.3.2 on click of submit
I am not able to pass context as string to my submit event handler in Tapestry while submitting form. How it's done?
0
votes
0answers
98 views
tapestry+hibernate maven jetty:run fail
These are my pom.xml and project dependency:tree
It should be a tapestry 5.2.6 app with mysql database and hibernate 3.6.0 final as a framework between the two.
Libraries should be the version as ...
1
vote
1answer
85 views
maven repository eclipse project
A quick question.
A am new to pom repositories.
I added this
<repository>
<id>tapx</id>
<name>howard lewisship snapshot repository</name>
...
1
vote
1answer
148 views
tapestry component for one to many maping
I have similar to scale to biological classification. I am looking for a tapestry component that can link them faster.
However I am limitied to tapestry 5.2.6.
@Entity
public class Species implements ...
1
vote
0answers
81 views
Tapestry - What is best approach for ordering items from different suppliers
In my application i will have to deal with ordering medicines from different suppliers. I have Supplier class that contains medicines. Those medicines can be ordered by pharmacist user. If i have many ...
0
votes
2answers
152 views
tapestry appache error http 500 log
My project makes this error and i do not get whats wrong, here is error log from brouser.
log.txt
Any1 got any idea, how to fix it
I have no idea what is compatible, these libraries are imported
...
0
votes
0answers
544 views
Tomcat host configuration server.xml
I have this web.xml in my application.
<web-app>
<filter>
<filter-name>app</filter-name>
...
0
votes
2answers
116 views
error tapestry using data gridsource 2
Continuing tutorial I have came across an error.
previous problem seems to be fixed.
tutorial says:
To make use of the created CelebritySource, add the following method to the ShowAll page class:
...
0
votes
1answer
323 views
tapestry using data gridsource
I am trying to learn tapestry from tapestry tutorial, however
part of it is outdated.
Using GridDataSource code for it is:
package com.packtpub.celebrities.util;
import ...
1
vote
1answer
198 views
is it possible to disable tomcat cache from a normal java file
Hi i need to disable tomcat caching for a single page. i have gone through the ref,
Control server side caching by page (Tomcat)?
&
Java servlet how to disable ...
0
votes
0answers
118 views
URL's security issue in Tapestry-security shiro configuration
I am using tapestry-security with shiro in my application.
My application url looks like localhost:8080//projectname/login
I want to give anon access to my login page so that any user can login and ...
1
vote
0answers
3k views
XML Parsing Error: no element found Location: moz-nullprincipal (not strong with ajax)
I know this question has been asked many times and from what i have researched on this error it appears that it happens because cross domain ajax is only allowed for JSONP, not XML. But i am having ...
0
votes
0answers
228 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
95 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 || ...
0
votes
0answers
89 views
Can Tapestry @EventListener refresh form or component when event is fired?
Is it possible for Tapestry @EventListener to refresh a form or even better, a single component, when an event is fired?
@EventListener(targets="licensingStatus", events="onchange", ...
0
votes
0answers
105 views
Is it possible to put validators in if else statement in jwcid tapestry?
I was wondering is it possible to put validators in @if @else statement in jwcid tapestry, something like the following?
<input jwcid="licensingApprovalDate@CustomDatePicker" ...
1
vote
1answer
163 views
@EventListener & IRequestCycle.getResponseBuilder.updateComponent not updating component
I am having a problem on my application, what I am trying to do is when ever someone changes the field shopStatus on the form to Pass, i want it to update my field shopApprovalDate to be mandatory. I ...
0
votes
1answer
46 views
Tapestry5 compiling error returning service interface in service locator method
I have a service locator class called DMSServiceLocator.class, I have a method within it called getParser() with a return type called Parser. I'm trying to return a service called AutoMateParser with ...
0
votes
2answers
288 views
datefield onchange handler, clientside only
I'm using tapestry 5.3.3 (which includes the patch for issue #1844)...
Is there a simple way to catch and handle the 'onchange' event, ie where the user selects a new date (via the popup)?
I've ...
0
votes
1answer
84 views
Tapestry5 using services inside extended classes.
I'm a tapestry5 user with a question about the use of services inside extended classes. Lets say I have the following class structure,
BaseClass
public class BaseClassImpl extends ExtendedOneClass ...
0
votes
1answer
150 views
Tapestry5 use Inject service with constructor args
I'm a Tapestry5 user and wondering how I would @Inject a service class with a few arguments. From my understanding, using @Inject to inject a service class is very similar to instantiating a class ...
0
votes
2answers
323 views
Java interface with constructor in implementation class
I have a rather basic question about interfaces, something I'm rather new too. I typically would instantiate my class with an overloaded constructor. I'm now trying to use interfaces and wondering how ...
0
votes
1answer
283 views
tapestry zone update with post field in request
is there way to update tapestry zone by ZoneManager with POST field in request to server?
this works fine...
var zoneManager = Tapestry.findZoneManager($('textarea'));
var listenerURIWithValue = ...
0
votes
1answer
152 views
beaneditform tapestry css style
I want to change the standard css style of the beaneditform but can't find the file (default.css) in eclipse or on my local computer?!
any ideas?
this folder assets is not existing in my ...
0
votes
1answer
321 views
Tapestry5 @Persist default value
I have a page with a form, which uses @Persist fields for the form controls (text boxes, radio buttons, etc), so that if the form is submitted the data is retained in the form if custom validation ...
0
votes
1answer
2k views
Using HttpClient to send JSON query string in a URL to a web service (Java)
I have a web service that I built... what I am trying to do now is send a simple request that contains a json query string from a Tapestry web app to that web service. I searched around and most ...
1
vote
1answer
523 views
Which java web framework to use for google app engine development in 2012?
I am looking at developing simple java web-app to be deployed on GAE and learn about Java web development in the process. I am not inclined to use RIA component-based frameworks like Wicket and ...
0
votes
2answers
105 views
Changing default session behavior in tapestry
I am currently using shiro and the tapestry-security plugin to manage native sessions and persist data. Everything works fine when getting the session by SecurityUtils.getSubject().getSession(). ...
0
votes
2answers
153 views
New TML files don't compile automatically in eclipse?
I am working my way through the Tapestry 5 tutorial and I have notices that changes to the TML files (or new TML files for that matter) don't automatically compile from inside eclipse. I can only get ...
1
vote
1answer
473 views
Shiro creates a new session for every getSession()
I'm using shiro (1.2.0) in a tapestry app. Right now I only want to use it for session management. While default session management (using ServletContainerSessionManager) works, when I try to switch ...
-3
votes
1answer
271 views
How to pass Textfields values from form to .java class in Tapestry?
As I am new to Tapestry I dont have much knowledge aboutr it.I have a login.tml file in which i have two textfields userName and password.I need to pass values of textfields to login.java class when ...
1
vote
1answer
195 views
Full shiro configuration in tapestry 5.3
I have an application in Tapestry 5.3.4 that's using the tapestry-security 0.4.6 plugin along with shiro 1.2.0 for authentication, and it works well. However, I would like to use EHCache to cache ...
0
votes
1answer
192 views
Tapestry 5 accessing page components/properties from other components used in the page
I am switching from Tapestry 3 to Tapestry 5 and I am a little bit confused about some topics.
In tapestry 3 it is possible to access page components/properties from other components used in the same ...
0
votes
1answer
246 views
Updating a tapestry zone with dynamic context
I'm trying to figure out how to update a tapestry zone using a dynamic, client-side-driven "context". I'm fairly new to tapestry, and I'm stuck with 5.0 for now.
The main reason to do this is to ...
0
votes
5answers
767 views
Java web application framework [closed]
Which Java web application framework is very lightweight, least resource hungry, best response time etc.
1
vote
0answers
144 views
debugging of a tapestry application in eclipse
I'm playing with the tapestry 5.3 framework in my local eclipse sandbox. Something is annoying me when I'm jumping into a breakpoint. I'm always getting the message that eclipse is unable to install a ...
0
votes
0answers
80 views
How to inclue a drop down list into a Tapestry3 Contrib:Table component?
I'm working with the Tapestry3 and Contrib:Table library. I want to include a dropdown list into each row of a table component.
The code may looks like the below:
<table ...
0
votes
0answers
223 views
Apache Shiro, Tapestry-Security and url permissions using a database
I'm using Apache Shiro 1.2 with Tapestry-Security 0.4.6 and a MySQL database. I need to use a configuration where url permissions are loaded from a database and not from shiro.ini file or from memory. ...
0
votes
1answer
157 views
Tapestry support setup in IntelliJ IDEA
I'd like to use Intellij IDEA 11 as IDE for a Tapestry web application but I don't know how to setup the whole thing in IDEA 11. It has a Tapestry plugin but there's no documentation on how it works.
...
0
votes
1answer
79 views
How to disable textarea on valueChange
I am working with tapestry framework and i have select and textarea. I want to disable the textarea in dependence of which value is chosen in select. Is it necesery to write a mixin or there is some ...
1
vote
1answer
122 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
1answer
303 views
Maven, Tapestry and Google Appengine magic combination
I am having trouble starting up an old application that was working fine, but now that I need to make some changes it complains about old sdk (1.5.x) so I am moving to the 1.7.0. However when I deply ...
0
votes
1answer
300 views
How can I use jQuery in a custom Tapestry 5 component
I am attempting to create a component that if given the following tml:
<t:slideout>
<p:header>Short Description of Data</p:header>
Long Details about the data here
...
1
vote
1answer
410 views
Tapestry & Hibernate: Calling persist on EntityManager does not commit to database
I'm trying to set up a web application using JBoss and Hibernate, but I can't get the SQL database running. When I'm persisting an object and immediately calling contains() returns true, but when I'm ...
0
votes
0answers
52 views
Open a customised window tapestry
I want to open a small window with a text box on the click of a button on another page.
After the user enters some information in the text box , on the click of a button the page must close a submit ...
0
votes
1answer
320 views
New row in InPlaceEditor Component not editable
I'm new to JQuery and tapestry....
I mean to add a new row to my InPlaceEditor and then make it editable using the following:
$(document).ready(function () {
$("#addnewrow").click(function () {
...
0
votes
1answer
256 views
Add a textfield dynamically with Jquery and Tapestry
I need to display dynamically 10 textfields in .tml file so that the user can remove or add the required number. I found an example with Jquery and html form, the problem is that that I didn't manage ...