JGraph

2014-01-02 Thread Dongmei Cao
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

Error 500 with a brand new Tapestry 5.2 project

2010-06-04 Thread Dongmei Cao
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

Testify unable to locate the @IncludeStylesheet

2010-06-08 Thread Dongmei Cao
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

Re: Testify unable to locate the @IncludeStylesheet

2010-06-09 Thread Dongmei Cao
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

Question on the built-in email validator: client-side?

2010-06-17 Thread Dongmei Cao
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

Re: Question on the built-in email validator: client-side?

2010-06-17 Thread Dongmei Cao
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

NPE from unit testing with equanda-tapestry5

2010-07-27 Thread Dongmei Cao
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

Multiple level context path not working in tomcat

2010-08-14 Thread Dongmei Cao
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.

Failed to deploy chenillekit-tapestry to JBOSS

2010-09-14 Thread Dongmei Cao
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

Renders 2 rows using the Grid component

2013-03-19 Thread Dongmei Cao
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,

Re: Renders 2 rows using the Grid component

2013-03-19 Thread Dongmei Cao
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?

Pass HTML tag to Grid column header

2012-06-06 Thread Dongmei Cao
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

Grid pager event hander problem - Tapestry 5.2.6

2012-06-14 Thread Dongmei Cao
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

AutoComplete Mixin issue - Tapestry 5.2.6

2012-06-14 Thread Dongmei Cao
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

JSON issue when upgrading to 5.3.3 from 5.2.6

2012-06-19 Thread Dongmei Cao
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

Re: file upload doesn't set file value

2017-12-12 Thread Dongmei Cao
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

Re: [Ext] Re: file upload doesn't set file value

2017-12-12 Thread Dongmei Cao
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

Re: [Ext] Re: file upload doesn't set file value

2017-12-14 Thread Dongmei Cao
: 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

CSS files are not combined into one single file

2020-06-18 Thread Dongmei Cao
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

Autocomplete Mixin not working in Tapestry 5.5

2020-09-13 Thread Dongmei Cao
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

Re: [Ext] [SURVEY] Do your Tapestry projects use Tapestry's own JS directly?

2025-06-11 Thread Dongmei Cao
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