Re: Tapestry3 + PostgreSQL temp table problem

2006-09-03 Thread Patrick Moore
In general a bad idea... you are much better off usually to simply rerun the query rather than hold some sort of information (esp in a temp table) across requests. I would suggest you rethink this... --- Peter Dawn <[EMAIL PROTECTED]> wrote: > guys, > > i have a tap3 and postgres issue. sorry f

Re: Checking when application closes

2006-09-03 Thread Patrick Moore
Nope You are relying on the web page sending some sort of message when the browser gets killed. No matter what fancy mechanism you can think of this will be defeated with something as simple as the internet connection being broken. This is why you use session time out. -Pat --- Peter Dawn

Checking when application closes

2006-09-03 Thread Peter Dawn
guys, i am using tap3. how can i check when the user closes my web app. i mean if they hit ALT+F4 or just click on the X on the browser. there has to be a way for me to know when the web app is closed. any ideas. - To unsubscri

Tapestry3 + PostgreSQL temp table problem

2006-09-03 Thread Peter Dawn
guys, i have a tap3 and postgres issue. sorry for posting it here, but i was hoping to get some help from people who actually use tapestry and have run into this problem. now my problem is that i am generating a temp table for some calculations. a temp table is generated when the user accesses a

Re: I'm trying to get the marvelous BeanForm component working with tap 4.1

2006-09-03 Thread D&J Gredler
Good deal. I've seen a couple of garden gnome ads on gmail when I've been viewing emails on this list about trolling and trolls :-) On 9/4/06, Josh Long <[EMAIL PROTECTED]> wrote: It worked like a charm, Daniel! I would have responded earlier but I was too busy playing with my shiny new compo

3rd party component requirements

2006-09-03 Thread D&J Gredler
Hi, I have a question for anyone and everyone about their preferences regarding third party components: When you download a Tapestry component, would you rather it: - Require you to also download tapestry-prop [1] AND be twice as fast. - Not require you to download anything else BUT be twice as

Re: How to implement polling with @EventListener

2006-09-03 Thread Josh Long
The following is contrived, but works. Mainly, I would create a proper dojo widget and have the event listener bind to that, but this works because of expando properties... In your body of a file called Test.html, I have dojo.require('dojo.lang.*'); dojo.

How to implement polling with @EventListener

2006-09-03 Thread livelock
Hi, Dojo got a polling mode (http://archive.dojotoolkit.org/nightly/tests/io/test_ScriptSrcIO.html#CommonArgs). How do I use that properly with Tapestry 4.1? The EventListener seems not have anything that ge I want a component that reads a property from a server all 4 seconds. For example for sto

Re: I'm trying to get the marvelous BeanForm component working with tap 4.1

2006-09-03 Thread Josh Long
It worked like a charm, Daniel! I would have responded earlier but I was too busy playing with my shiny new component.. The code below is magic, nothing less. It works with ajax, exposes all the properties to edit that I want, has validation, and supports all the intrinsically tapestry 4.1 featu

RE: tapernate anonymous svn access?

2006-09-03 Thread karthik.nar
Hi, Any updates on how the SVN can be accessed? Thanks, Karthik -- View this message in context: http://www.nabble.com/tapernate-anonymous-svn-access--tf2086340.html#a6124142 Sent from the Tapestry - User forum at Nabble.com. -

Re: I'm trying to get the marvelous BeanForm component working with tap 4.1

2006-09-03 Thread Jesse Kuhnert
Hehe...I have to admit - as much as I love programming with the exceptionally good Qt toolkit - I like using the gnome desktop much more than KDE :) On 9/3/06, Josh Long <[EMAIL PROTECTED]> wrote: ROFL! that's the best response ever!! I'm sorry about your awkward weekend though! So you get to

Re: Localizing the DropdownDatePicker

2006-09-03 Thread Jesse Kuhnert
Sorry about this...The current version of js for this component isn't exactly in line with the localization abilities of the server... Luckily IBM has been doing a ~lot~ of work on adding better localization support in a java friendly manner to dojo lately...When I upgrade dojo (any day now) I wi

Localizing the DropdownDatePicker

2006-09-03 Thread Erik Johansson
Im having a bit of trouble localizing the DropdownDatePicker. The default lanugage of my browser is Swedish. I choose a date where the abbreviation differs between English and Swedish * *e.g. Oct/Okt. I get the following in the input field 11 Oct 2006 When I submit the form Tapestry complains ab

Re: Tapernate: session per conversation support ?

2006-09-03 Thread karthik.nar
Hi, I'm sorry for the repost. I'm just hoping this catches someone's eye and I'll be second-time lucky!! :-) We're really eager to adopt Tapernate for our Tap + Spring + Hibernate application. I have a few questions, that would help me understand Tapernate better: 1) any idea when the session

Re: I'm trying to get the marvelous BeanForm component working with tap 4.1

2006-09-03 Thread D&J Gredler
You didn't feel bad for breaking my BeanForm?!? Shame on you! ;-) On 9/3/06, Jesse Kuhnert <[EMAIL PROTECTED]> wrote: Horrible weekend so far...I've spent it working on anything but what I want. (which is tapestry obviously)..First client project, then fixing old wounds in maven2...Then happily

Re: I'm trying to get the marvelous BeanForm component working with tap 4.1

2006-09-03 Thread D&J Gredler
Hi Josh, Unless I'm mistaken, I think the problem you're having is that Form's "direct" parameter was removed in 4.1. In case you didn't know, in Tapestry 4.0, if you had direct=false, the whole page was submitted and rewound when the form was submitted. If you had direct=true, only the Form comp

Re: Anyone ever use StringEscapeUtils.unescapeHtml

2006-09-03 Thread Sven Homburg
dont use StringEscapeUtils.unescapeHtml. use the insert component like this Mit freundlichem Gruss homburg Softwaretechnik S.Homburg 21220 Seevetal / GERMANY Fon: +49-4105-669746 Fax: +49-4105-668947 Teofilus Maximillian schrieb: Hi guys, I tried to use StringEscapeUtils.unescapeHtml, f

Re: I'm trying to get the marvelous BeanForm component working with tap 4.1

2006-09-03 Thread Josh Long
Ow.. that was a depressing run at nabble. Gotta stop nabbl'ing after midnight. Nothing good comes of it.. So it was an ognl issue, eh? http://www.nabble.com/BeanForm-Move-tf1921926.html#a5262830 I'm not scared of ognl... much... Josh On 9/3/06, Josh Long <[EMAIL PROTECTED]> wrote: ROFL! tha

Re: I'm trying to get the marvelous BeanForm component working with tap 4.1

2006-09-03 Thread Josh Long
ROFL! that's the best response ever!! I'm sorry about your awkward weekend though! So you get to upgrade linux and I'm stuck on SuSe 9.2 or 3. Seems like everyones updating without me. But I will not be jealous. It doesn't suit me. I finally uninstalled Red Hat 9 at best a year ago.. thought tha

Re: I'm trying to get the marvelous BeanForm component working with tap 4.1

2006-09-03 Thread Jesse Kuhnert
Horrible weekend so far...I've spent it working on anything but what I want. (which is tapestry obviously)..First client project, then fixing old wounds in maven2...Then happily upgraded to edgy eft (sweet!) . I think Daniel mentioned I broke his beanform at some point, but I don't remember how I

I'm trying to get the marvelous BeanForm component working with tap 4.1

2006-09-03 Thread Josh Long
Hello all, I'm trying to get the marvelous tapestry 4.1 component working with tapestry 4.1. It seems to sucessfully create the form, but when I submit the form it errors out, saying: ... [ +/- ] Exception: Unable to read OGNL expression '' of [EMAIL PROTECTED]/Test/$BeanForm.rows]: properties