Re: dialog problem in the latest 4.1.1 snapshot

2006-10-02 Thread Jesse Kuhnert
Yeah, if you "must" have it working this way until then. (I would normally act faster - but since I'm not directly supporting it yet I'm giving higher priority to other things first. Like the timepicker issue reported today + others.) On 10/3/06, Norbert Sándor <[EMAIL PROTECTED]> wrote: Thanks

Re: dialog problem in the latest 4.1.1 snapshot

2006-10-02 Thread Norbert Sándor
Thanks, Jesse! Until the weekend should I use the svn head version of dojo? Regards, Norbi Jesse Kuhnert wrote: Yeah that was helpful Norbert, thanks. I've corrected the problem in dojo, it'll be visible in Tapestry the next time I update dojo again. (maybe this weekend? ) On 10/2/06, Norbe

Re: Running external apps

2006-10-02 Thread Jesse Kuhnert
Maybe you should take this to the java forums at java.sun.com. There are no issues with Tapestry in this regard. It's meant to host web applications - not provide an environment to run external executables. On 10/3/06, Peter Dawn <[EMAIL PROTECTED]> wrote: guys, i am struggling with running s

Running external apps

2006-10-02 Thread Peter Dawn
guys, i am struggling with running some external programs from within my tap web app (like running postgres data backup). i was wondering is there a known issue with tapestry or i just need to find a *better* way of implementing my stuff. thanks.

RE: Any idea what is causing this?

2006-10-02 Thread Mark Stang
Never mind, I think it is a configuration issue... Mark J. Stang Senior Engineer/Architect office: +1 303.468.2900 mobile: +1 303.507.2833 Ping Identity -Original Message- From: Mark Stang Sent: Mon 10/2/2006 5:16 PM To: Tapestry users; Tapestry users Subject: Any idea what is causing

Any idea what is causing this?

2006-10-02 Thread Mark Stang
Could not load class com.pingidentity.component.card.ConnMgmt from [EMAIL PROTECTED](file:/home/mstang/projects/ping/devel/pingfederate/server/default/tmp/deploy/tmp29417pingfederate-exp.war/WEB-INF/lib/thirdparty.jar,file:/home/mstang/projects/ping/devel/pingfederate/server/default/tmp/deploy/tmp

Re: XTile and InternetExplorer

2006-10-02 Thread Jesse Kuhnert
It's an IE bug. If you have dojo handy you can call : dojo.event.browser.clean(node) right before you do any html replacement via innerHTML. On 10/2/06, Marcos Godoy <[EMAIL PROTECTED]> wrote: I have developed an auto refresh component that draws itself and repaints in the browser. It is usin

Re: dialog problem in the latest 4.1.1 snapshot

2006-10-02 Thread Jesse Kuhnert
Yeah that was helpful Norbert, thanks. I've corrected the problem in dojo, it'll be visible in Tapestry the next time I update dojo again. (maybe this weekend? ) On 10/2/06, Norbert Sándor <[EMAIL PROTECTED]> wrote: I have the same incorrect behaviour in IE6 and FF1.5.0.7, both on the dojo test

XTile and InternetExplorer

2006-10-02 Thread Marcos Godoy
I have developed an auto refresh component that draws itself and repaints in the browser. It is using XTile to send the ajax request, it generates the html markup in the server and when it is returned a javascript function replaces the inner html of a div with the new contents. I started to tes

[announce] BeanForm 0.5

2006-10-02 Thread D&J Gredler
Hi all, The latest release of BeanForm, the single-line POJO editor component, is now available for download. Below is a list of changes since the last version. There are two incompatible changes that all current users should be aware of -- they're at the very end. Happy hacking, Daniel Gredler

using hivemind in a test situation... looking for example hivemodule xml files.

2006-10-02 Thread Patrick Moore
Hi there -- I am trying to figure out how to use hivemind in a test situation. I have a basic problem (and I do mean basic :-) ) that someone's sample files will problem easily answer for me. Its been kind of frustrating because the hivemind documentation says that this a reason to use hivemind

Re: dialog problem in the latest 4.1.1 snapshot

2006-10-02 Thread Norbert Sándor
I have the same incorrect behaviour in IE6 and FF1.5.0.7, both on the dojo test page and in case of my tapestry application. At http://archive.dojotoolkit.org/nightly/tests/widget/test_Dialog.html I scroll to the second "Show" link then click it: http://www.erinors.com/temp/1.jpg I drew a red l

Re: dialog problem in the latest 4.1.1 snapshot

2006-10-02 Thread Jesse Kuhnert
I'm sorry but I don't see this behavior with the latest nightly that you pointed out. Is there a specific browser that you are using? I'm going to go ahead and guess that this is with some version of IE right? Are you setting a doctype in your html so as to avoid any quircksmode fun? This can al

dialog problem in the latest 4.1.1 snapshot

2006-10-02 Thread Norbert Sándor
Sorry, I wanted to send this to the user list instead the developer: Hi, The dojo dialog has problems in the latest svn version: on long pages, if I scroll down the page, the dialog is displayed incorrectly and it is not modal: the element which is displayed behind the dialog to hide the page

Tapestry and OSGI

2006-10-02 Thread Mael Caldas
Hi everybody! Has anybody experienced using Tapestry with OSGI? We tried, but had some problem with hivemind... Thanks!!!

RE: Contrib:Table pagesClass not working

2006-10-02 Thread Thomas.Vaughan
I don't know of a clean way to do that (though my ignorance doesn't mean it isn't possible) I suspect what you'll need to do is extend whatever class provides the TablePages output and manipulate it to stream a different batch of HTML to the page. In terms of the "pagesClass" not working for you

Locale encoded in the url

2006-10-02 Thread Numa Schmeder
Hello, I don't know id that could interest someone, but i have made some changes to tap 3 code base to encode the locale in the URL. The new URLs have a new parameter "locale". The good thing with this is that if you change the code in the url the page gets refreshed in the new locale.

Re: Contrib:Table pagesClass not working

2006-10-02 Thread Vinicius Carvalho
Just adding, I'm moving the tablePages to the bottom. I've seen that is possible to modify the arrow asset, what If I just want a previous/next links, no pages, or first/last? is it possible? Regards On 10/2/06, Vinicius Carvalho <[EMAIL PROTECTED]> wrote: Really did not work for me, what i di

Re: Contrib:Table pagesClass not working

2006-10-02 Thread Vinicius Carvalho
Really did not work for me, what i did was split it into tableview/columns/rows/values/pages and inside the Regards On 10/2/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: It's working for me. Here's my html: Inv Num ...snip...

RE: Contrib:Table pagesClass not working

2006-10-02 Thread Thomas.Vaughan
It's working for me. Here's my html: Inv Num ...snip... 123 ...snip... Here's my jwc: ...snip... And my css: #edisTable .pager {

Re: Contrib:Table pagesClass not working

2006-10-02 Thread Andreas Andreou
http://svn.apache.org/viewvc/tapestry/tapestry4/trunk/tapestry-contrib/src/java/org/apache/tapestry/contrib/table/components/Table.jwc?view=markup Vinicius Carvalho wrote: Hello there! I'm defening a pagesClass parameter on my table compone

Re: Contrib:Table pagination and validation issue

2006-10-02 Thread Jesse Kuhnert
I'm not sure what the original problem was now. Can you show a clear example of what you expect vs what is happening? On 10/2/06, Vinicius Carvalho <[EMAIL PROTECTED]> wrote: Still stuck on this, I'm moving to the coding each validator on hand, dumping the automatic validation. I'm just sad, c

Re: @EventListener with async=false

2006-10-02 Thread Jesse Kuhnert
Hmmm... I will look into it. That should be working. On 10/2/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: From reading the documentation I get the impression that listener annotated by @EventListener will be called regardless of wether async parameter is true or false. In my case I see that

Contrib:Table pagesClass not working

2006-10-02 Thread Vinicius Carvalho
Hello there! I'm defening a pagesClass parameter on my table component, but its not working. I've searched the source and did not see any reference to it on the parameter, only in the jwc, no reference at the componente java source or the template... Anyone else having the same issue? Regards

Re: DatePicker not working after upgrading from 4.0.2 to 4.1

2006-10-02 Thread Jesse Kuhnert
But what was the problem exactly? FYI the current DropdownDatePicker formatting should be able to handle most things you can throw at it. On 10/2/06, Jani Lindqvist <[EMAIL PROTECTED]> wrote: yes, the problem was with DatePicker. DropdownDatePickers dateformat didnt suit our needs . And we ne

Re: Validation question

2006-10-02 Thread Vinicius Carvalho
Never mind, I'm using commons-validator for that. I really would like to see a way of bypassing validation on the table component navigation, clearing the delegate for the form after the component finish rendering??? I wonder if it is a validation request for a JIRA enhancement? Regards On 10/2/

Validation question

2006-10-02 Thread Vinicius Carvalho
Hello there! I need to validate my fields by hand (table component navigation issues :) ) I'd like to know if its possible to use the validators on my listener instead of binding them? If so, how? For instance: IFormComponent name = (IFormComponent)getComponent("name"); //validate the name usin

Re: Contrib:Table pagination and validation issue

2006-10-02 Thread Vinicius Carvalho
Still stuck on this, I'm moving to the coding each validator on hand, dumping the automatic validation. I'm just sad, cuz my form has a lot of validators, and It's taking quite some time, I wish it had a better way... Regards On 9/29/06, Vinicius Carvalho <[EMAIL PROTECTED]> wrote: I belive thi

@EventListener with async=false

2006-10-02 Thread spamsucks
>From reading the documentation I get the impression that listener annotated by @EventListener will be called regardless of wether async parameter is true or false. In my case I see that it's not called when async=false. Environment : Tapestry 4.1.1 SNAPSHOT ( today's bleeding edge download ) Tomc

Re: Is the @FloatingPane component supposed to work?

2006-10-02 Thread andyhot
So, you did find this hidden + undocumented component ! Well, looks like a require issue... It was working in 4.1.0 I'll take a look. BTW, this component may move to a different library, that's why it's still not documented. Christian Dutaret wrote: > Hi, > > I never tried it before last week's

Re: Icons in a library

2006-10-02 Thread andyhot
Define a parameter that has as default-value your icon. http://tapestry.apache.org/tapestry4/UsersGuide/spec.html#spec.parameter Stephane Decleire wrote: > Hi All, > > I've written a simple component that show a small icon next to the new > elements in a page based on their postdate. > I've pac

Re: DatePicker not working after upgrading from 4.0.2 to 4.1

2006-10-02 Thread Jani Lindqvist
yes, the problem was with DatePicker. DropdownDatePickers dateformat didnt suit our needs . And we neither have tacos. On 10/2/06, Josh Long <[EMAIL PROTECTED]> wrote: I don't know about the previous posters, but I'm talking about the old standard DatePicker Peace, Josh On 10/1/06, Jesse Ku

Icons in a library

2006-10-02 Thread Stephane Decleire
Hi All, I've written a simple component that show a small icon next to the new elements in a page based on their postdate. I've packaged this component in a library with the gif file for the icon. Would anybody have an idea in order to keep this icon has a default one but to let the applicatio

Is the @FloatingPane component supposed to work?

2006-10-02 Thread Christian Dutaret
Hi, I never tried it before last week's 4.1.1 snapshot. Whenever I display a page using the @FloatingPane component, I get : error log: 2006-10-02 10:39:27,046 WARN Asset - Classpath resource '/dojo/../tapestry/widget/__package__.js' does not exist. 2006-10-02 10:39:27,062 WARN Asset - Classpa

Old application extensions in HiveMind way

2006-10-02 Thread soir
Hello! I'd like to implement "property-source" application extension to store some Tapestry properties in the database. The documentation (http://tapestry.apache.org/tapestry4/UsersGuide/configuration.html) says that application extenstions are deprecated in Tapestry 4.0 and HiveMind services sho