Hi,
I would like to include some dynamically create diagram in a page. The
diagram will be created based on some data in the database. I'm looking at
JGraph to create the diagram. Not sure if it is possible and how. If any of
you have done this before, could you please give me some points on what
I created a brand new 5.2 project following
http://tapestry.apache.org/tapestry5.2-dev/quickstart/ using command:
mvn archetype:generate
-DarchetypeCatalog=http://tapestry.formos.com/maven-snapshot-repository
Got Error 500 when accessing the app. Anyone has any idea why?
Version 5.1.0.5 work
I’m trying to use Testify to do unit testing. But it can not locate the css
files in the @IncludeStylesheet annotation. It works fine if I use . I
have specified the context root when initializing the TapestryTester, such as,
private static final TapestryTester SHARED_TESTER =
new Tapest
I figured out where the problem was (at least for my case) when I was trying
to create an integration test. (I'm still stuck with the integration test).
I have a hierarchical project/module structure. So, it is like
MyProjects
- Project1
- Project2
- Project3
For the test cases inside P
Hi,
Does the built-in email validator do client-side validation? I’m wondering if I
did something wrong here.
When I use the following, I do not get client-side validation:
Thanks in advance!
D
Forgot to mention the version I'm using - 5.1.0.5.
Thanks,
D
On 6/17/10 12:57 PM, "Dongmei Cao" wrote:
> Hi,
>
> Does the built-in email validator do client-side validation? I¹m wondering if
> I did something wrong here.
>
> When I use the following, I
Hi,
I use the equanda/Tabs in my web application. It actually works pretty well
except it throws NPE in unit testing:
ERROR] TapestryModule.RequestExceptionHandler Processing of request failed with
uncaught exception: java.lang.NullPointerException
java.lang.NullPointerException
at
org.equ
Hi,
I have Tapestry 5.1.0.5 web app. I’m trying to deploy it to Tomcat 6 with
multi-level context path (e.g. /myWebApps/admin) by renaming my war file to
myWebApps#admin.war. But I’m getting exception like the following when
accessing the web app:
Caused by: org.apache.tapestry5.ioc.internal.
Hi,
I have a Tapestry 5.1.0.5 application. I’m using the Kaptcha component from the
chenillekit-tapestry-1.2.0. Everything works fine in Tomcat 6.1.x. But I’m
getting the following exception when I deploy it to Jboss 5.1.0.GA. Anyone had
the same problem? Why is Jboss look for this “_HTML_HEAD
Hi,
Is this possible? I'm using the Grid component. But I need to render 2 rows
per object from the source. For example, I have a list of Employees. I would
like to render one row to include the firstname, lastname and email, then
the second row with other details, such as, address, phone number,
mn2}
>
>
>This is from an example with 8 columns and a second row with two columns.
>
>Norman Franke
>Answering Service for Directors, Inc.
>www.myasd.com
>
>
>
>On Mar 19, 2013, at 4:54 PM, Dongmei Cao wrote:
>
>> Hi,
>>
>> Is this possible?
Hi,
I would like to show superscribe in the Grid Column header. For example, I have
the following Grid:
and firstname-label=First Name 1. The problem is the HTML table
literally displays the header as "First Name 1". Anyone has any idea
what I need to do display the 1 as superscribe?
I do
Hi,
I have a web page that contains a Grid with multiple pages. In the same web
page, we also have a search filter. Based on the filter value, the Grid will
contain different number of pages. When this is tested with single user or a
few users, everything worked perfectly. But in production, with
Hi,
I keep getting the following exception on the AutoComplete Mixin when many
multiple users access it in production. Since I can not reproduce it in my
dev environment or just a few users, can someone please shine some light on
what kind of scenario can cause t:input blank?
Caused by: java.lan
Hi,
After upgrading the Tapestry to 5.3.3 from 5.2.6, we have been getting the
following exceptions. I know that it is because the client has the old
JavaScript in the browser cache. My question is whether there is an elegant
way to force the browsers to reload the JavaScript before the exception
Hi,
I know this is an old post. I’m trying to migrate our app from 5.3.8 to 5.4.3,
and finding the file upload is no longer working. I’m not using t:zone at all.
But the file value is always null. I see the JumpStart site
(http://jumpstart.doublenegative.com.au/jumpstart/) have the “File Upload
g it with SpringBoot. Not sure if that will make any difference.
Thanks,
Dongmei
From: yazmin georgina quintal
Reply-To: yazmin georgina quintal
Date: Tuesday, December 12, 2017 at 5:20 PM
To: Tapestry users , Dongmei Cao
Subject: [Ext] Re: file upload doesn't set file value
I am using it
: yazmin georgina quintal
Reply-To: yazmin georgina quintal
Date: Wednesday, December 13, 2017 at 6:38 AM
To: Tapestry users , Dongmei Cao
Subject: Re: [Ext] Re: file upload doesn't set file value
Do not know SpringBoot.
I add my test page, but I do not see any difference with your, a
Hi Everyone,
I’m trying to improve the initial loading time of my application. I noticed
that the CSS files are loaded by one by one. Currently I see 5 CSS files from
tapestry5, plus a few more from my own application.
I have upgraded to Tapestry 5.5.0. Per https://tapestry.apache.org/as
Hi !
Did anyone experienced any issue with the Autocomplete Mixin in Tapestry 5.5? I
just tried with the example from JumpStart
http://jumpstart.doublenegative.com.au/jumpstart/examples/ajax/autocompletemixin.
It does not work. It does not invoke the server side event handler anymore.
And I
Thanks!
5 files depending on
t5/core/zone
t5/core/ajax
Manually upgrading is not a problem.
Best regards,
Dongmei
On 6/8/25, 3:03 PM, "Thiago H. de Paula Figueiredo" mailto:thiag...@gmail.com>> wrote:
Hello!
TL;DR: do your Tapestry projects have JavaScript code that uses Tapestry's
own JS
21 matches
Mail list logo