Re: Developing rich GUI apps The Tapestry way

2006-11-21 Thread pepone . onrez
I prefer c++ to java but this is other history ;) On 11/21/06, Robin Ericsson [EMAIL PROTECTED] wrote: On 11/20/06, pepone. onrez [EMAIL PROTECTED] wrote: I don't try it yet but use same applications developed with it, I preefer Qt-4 for reach Ui applications rather than Java Then you

Re: RE: Question about Tapestry 5.0

2006-11-21 Thread Robin Ericsson
On 11/21/06, Payne, Matthew [EMAIL PROTECTED] wrote: Given that 4.1 will not be out till spring 2007. Count on 2 or more years. Though I hope I'm wrong. Tapestry 4.1 != Tapestry 5, it's not even the same codebase. Think of them as two different frameworks that looks very similar and have the

[newbie] Spring vs Hivemind

2006-11-21 Thread Cyrille37
Hello, I'm new with Tapestry. I've selected Tapestry for my future project because of its simplicity and its wysiwyg capabilities. I'd done well the tutorial, and have workbench example running well. That's great ;-) By the way, here are some questions : Should I learn and use Spring with

Re: Re: [newbie] Spring vs Hivemind

2006-11-21 Thread Sam Gendler
It depends entirely on the context of the app. Tap has some dependancies on hivemind, so you will wind up dealing with hivemind and hivemind configs to some extent no matter which solution you use. However, the spring integration is very easy to use, and it is easily possible to keep all of the

Re: Re: Tapernate Access multiple database

2006-11-21 Thread Jesse Kuhnert
I don't want to get into a whole thing about it because it doesn't matter to me overly much in the long run but did want to make at least a couple points. ;) (inlined of course) On 11/21/06, Sam Gendler [EMAIL PROTECTED] wrote: snipped Actually, Spring does so many things that hivemind

Re: Re: Ajax, For-Loops and PropertySelections

2006-11-21 Thread Sam Gendler
Please post your solution to the list. It makes it much easier for other folks to find it later. --sam On 11/21/06, Patrick Klein [EMAIL PROTECTED] wrote: Nevermind, found it 2 minutes after hitting the send button :) Patrick Hi! I scraped the for-loop in favor of a hardcoded list of

Re: Re: Tapestry output changes from Tomcat to JBoss

2006-11-21 Thread Sam Gendler
I'll second that solution. Unless you tell the VM what the default file encoding should be, you have to explicitly tell every single stream you read or write data from that it should use UTF-8 encoding, assuming that UTF-8 isn't the default encoding on your system. I have found that the default

Re: Re: Tapernate Access multiple database

2006-11-21 Thread Sam Gendler
On 11/21/06, Jesse Kuhnert [EMAIL PROTECTED] wrote: I guess that depends on what you consider having to write code . All that xml is nice but seems to really have just moved the code to a new format that doesn't require re-compilation. I can't argue that spring isn't nice though, I just think

Re: Release schedule of the Tapestry 4.1

2006-11-21 Thread Patrick Moore
I hope to be able to help ... but first I have to first get more comfortable with creating Tapestry apps. I have been using Tapestry for only a few months... I don't think you want me anywhere near the code just yet... :-) On 11/20/06, Jesse Kuhnert [EMAIL PROTECTED] wrote: I actually started

Re: Re: Trouble updating component after async. directlink : clientId's generated in For-loops

2006-11-21 Thread Sam Gendler
On 11/21/06, andyhot [EMAIL PROTECTED] wrote: updateComponents=ognl:components.therow.clientId Can I suggest that we get this into the docs in some way. It stumps a lot of people, including myself. Also, it seems like if I want to update a component by calling

Re: Re: Images aren't showing up if I create my own dojo build and then instruct tapestry to use that.i

2006-11-21 Thread Josh Long
I went to try the context thing. that doesn't quite work for me yet, though god knows im trying.. asset name=dojoSource path=context:js/dojo_rrl/dojo.js / asset name=dojoPath path=context:js/dojo_rrl// i also tried the same but with a leading /, so path = context:/js/dojo_rrl/ etc I

any google map mashups?

2006-11-21 Thread spamsucks
I am about to start a new project that involves a google mashup. Was wondering if anyone did this in tapestry yet? Phillip - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Displaying Image Gallery ?

2006-11-21 Thread sunilmanu
Hello Everyone, I need help on displaying an image Gallery. eg: I have 35 image names to be iterated over and I need to display 5 each row . Its easy if i display everything on 1 row/column. How can we put in this condition that every 6th image I need it to be displayed on a different row ?

Re: Question about Tapestry 5.0

2006-11-21 Thread Galam
I am excited about the new concepts in Tapestry 5, when will it available for? On 11/7/06, Vinicius Carvalho [EMAIL PROTECTED] wrote: Hello there! It's been a while since my last post, I tried to catch up, but after reading over 500 topics I gave up ;). I was checking Tapestry 5 site (Wow it

Re: [newbie] Spring vs Hivemind

2006-11-21 Thread Andrea Chiumenti
Go well with hivemind, because it can do everything Spring does (and sometime even better). However a look @ Spring can enforce your skill ;-P kiuma On 11/21/06, Cyrille37 [EMAIL PROTECTED] wrote: Hello, I'm new with Tapestry. I've selected Tapestry for my future project because of its

RE: MultiplePropertySelection - informal params - best practice

2006-11-21 Thread Peter Beshai
Do you mean something like AbstractComponent's renderInformalParameters ? http://tapestry.apache.org/tapestry4.1/tapestry-framework/apidocs/org/apache/tapestry/AbstractComponent.html#renderInformalParameters(org.apache.tapestry.IMarkupWriter,%20org.apache.tapestry.IRequestCycle) -- Peter

Re: [newbie] Spring vs Hivemind

2006-11-21 Thread Daniel Tabuenca
I find spring easier to use. There's not much difference in what the two can do in terms of dependency injection. The one thing that makes hivemind different is the whole configuration point/ contribution idea which makes it easier for things to plug right in by simply dropping a properly

Tapestry output changes from Tomcat to JBoss

2006-11-21 Thread Jan Normann Nielsen
Hello I've tried two forums, but noone has had an answer. Now I try this mailing list instead. I'm experiencing a strange problem. When deploying my Tapestry 4 application directly in Tomcat 5.5.20, it runs perfectly, and my localized messages (rendered using span key=...) are output as

Re: Developing rich GUI apps The Tapestry way

2006-11-21 Thread Robin Ericsson
On 11/20/06, pepone. onrez [EMAIL PROTECTED] wrote: I don't try it yet but use same applications developed with it, I preefer Qt-4 for reach Ui applications rather than Java Then you should check out the new Qt4 java package. :) -- regards, Robin

RE: MultiplePropertySelection - informal params - best practice

2006-11-21 Thread Carlos.Fernandez
-- Hence the lack of extensibility, at least in the direction you want to go. So far, I think using the MultiplePropertySelection with a custom renderer has been relatively straight forward. I just wanted to see what other avenues others have explored. -- Come to think of it, wouldn't it be

Re: Ajax, For-Loops and PropertySelections

2006-11-21 Thread Patrick Klein
Nevermind, found it 2 minutes after hitting the send button :) Patrick Hi! I scraped the for-loop in favor of a hardcoded list of components which does the trick for our needs here. It would have been nicer the way below (and much more flexible) but i could not find a working solution for

Re: Tapernate Access multiple database

2006-11-21 Thread James Carman
The majority of applications use one database, so Tapernate (actually hivemind-hibernate3, which Tapernate is built upon) doesn't officially support multiple databases. Tapernate allows you to just drop jars into your classpath, which makes it very simple to use. It wouldn't be so simple to set

button values

2006-11-21 Thread John Coleman
I want to internationalise my button values, I found using ognl works nicely, but the static rendering of the template is spoilt. Is there a way to keep value static and let Tapetry render the value from the proeprties file dynamically? TIA John input type=submit class=buttonExtraWide

Re: handling extern-asset Javascript

2006-11-21 Thread andyhot
What's wrong with including script type=text/javascript language=javascript src=file://usr/local/lib/local.js/script directly into the tapestry template? Regarding PageRenderSupport.addExternalScript(), I believe you could call it from a page or component passing a: new

Re: Displaying Image Gallery ?

2006-11-21 Thread spamsucks
I wrote a component that does exactly this (for the exact same problem of displaying images in a image gallery) It's called grid layout and it's part of stitches. It will create a table that will create a row for a given number of columns. I am willing to pull it out of stitches tonight

Re: button values

2006-11-21 Thread DJ Gredler
value=message:display-summary-button is a little better (shorter, no OGNL overhead), but still not what you're looking for... Maybe you could try to specify the binding in both the page spec and the page template, make the page spec the dynamic one, make the page template the static one, and

Re: Do I nead a page spec to use BeanForm message catalogs?

2006-11-21 Thread DJ Gredler
No, there's no reason it shouldn't behave just like the rest of the messages on that page. I just did a quick test without a page spec, and you can still use message catalogs (both [page-name].properties and [application-name].properties). I'd do a quick span jwcid=@Insert value=message:email

Re: Release schedule of the Tapestry 4.1

2006-11-21 Thread Jesse Kuhnert
I've covered most of it in the 4.1 roadmap wiki page, but the general things that still need resolution are: -) Richer set of ajax components. The ones in there now are ok, but don't really feel like they are fully reaching the limits of the API, I won't feel safe with things until I do at least

Re: tapestry.form.cancel not working

2006-11-21 Thread Bill Holloway
That's got it! Thanks. Bill On 11/19/06, Jesse Kuhnert [EMAIL PROTECTED] wrote: Without quotes the javascript interpreter will treat your sampleForm reference as being one to an object previously defined. I think you need to do something more like tapestry.form.cancel('sampleForm') to make it

Re: Displaying Image Gallery ?

2006-11-21 Thread spamsucks
I migrated stitches to maven2, and broke the stitches site. I will email you the jar (off the list) and some pointers on how to use this grid layout component tonight (when I get home). Phillip - Original Message - From: sunilmanu [EMAIL PROTECTED] To: users@tapestry.apache.org

Trouble updating component after async. directlink : clientId's generated in For-loops

2006-11-21 Thread Kim Thrysøe
In a page containing elements generated by a component placed under a For-Loop component I want to be able to update a single such component/element using the very nifty DojoAjaxResponseBuilder.updateComponent() feature. In summary I want to have a DirectLink for each row in a table. The

Re: Displaying Image Gallery ?

2006-11-21 Thread sunilmanu
Hi, Thank you very much ! Ya sure I would really appreciate your help. regards, Sunil rhodebump wrote: I wrote a component that does exactly this (for the exact same problem of displaying images in a image gallery) It's called grid layout and it's part of stitches. It will create a

[newbie] get Tapernate and/or Honeycomb JAR files

2006-11-21 Thread Cyrille37
Hello, I'm not using Maven so I could not get JAR files for Tapernate and/or Honeycomb. do you know a place where I can get binaries version of that libraries ? Can I use one or all of that libraries in production environnement ? I'll need that in 2 or 3 months when my projet will be in beta

Re: Developing rich GUI apps The Tapestry way

2006-11-21 Thread pepone . onrez
Hi Ján maybe JGoodies is interesting for you take a look to http://www.jgoodies.com/ I don't try it yet but use same applications developed with it, I preefer Qt-4 for reach Ui applications rather than Java . On 11/20/06, Šoltís Ján [EMAIL PROTECTED] wrote: Hello, I've developed a couple of

Re: Developing rich GUI apps The Tapestry way

2006-11-21 Thread Konstantin Ignatyev
If you like declarative UI then I suggest you to look at http://www.swixml.org/ --- pepone.onrez [EMAIL PROTECTED] wrote: Hi Ján maybe JGoodies is interesting for you take a look to http://www.jgoodies.com/ I don't try it yet but use same applications developed with it, I preefer

Do I nead a page spec to use BeanForm message catalogs?

2006-11-21 Thread Bill Holloway
Seems like it. If I remove the page specification from my WEB-INF, the beanform spits out the the ugly message catalog default properties displays like [EMAIL]. Thanks, Bill -- Budgets are moral documents. -- Ann Richards

Re: Release schedule of the Tapestry 4.1

2006-11-21 Thread Bill Holloway
I'm using 4.1.1 snapshot and am basically happy -- at least for development. I think Jesse knows already about all the bugs I've seen. Bill On 11/20/06, Jesse Kuhnert [EMAIL PROTECTED] wrote: I've covered most of it in the 4.1 roadmap wiki page, but the general things that still need

Re: Release schedule of the Tapestry 4.1

2006-11-21 Thread Patrick Moore
Well there are 151 bugs that are not scheduled to be fixed. Some have been sitting there from over a year ago... It would be nice to have those triaged into a release schedule... I would rather have solid than fancy. Solid can become fancy, fancy without solid is a disaster... My vote: fix the

RE: Tapestry Dialog Component Problem 4.1.1

2006-11-21 Thread Stefan Esterer
Hello Peter, thanks for your hint! That was the problem. I hadn't bound the parameter hidden, but when I bound it to an abstract property it works! thx Christine Peter Beshai wrote: Binding for parameter hidden (ExpressionBinding[frontend/Taetigkeitserfassung true]) may not be updated.

HelloWorld Portlet JBoss

2006-11-21 Thread Borut Bolčina
Hello, dropping TapestryHelloWorld.war into jboss-portal-2.4.0\server\default\deploy\ gives org.jboss.deployment.DeploymentException: Cannot deploy portlet application; - n ested throwable: (org.jboss.xb.binding.JBossXBException: Failed to parse source: No locale info found for EN) Any

RE: MultiplePropertySelection - informal params - best practice

2006-11-21 Thread Carlos.Fernandez
Stepahnos, We do have to take you to the woodshed :) I really must be missing something. Maybe we could step out of the woodshed and you could explain this a little more. Protected methods are available to all subclasses regardless of package. You are confusing them with package private

Developing rich GUI apps The Tapestry way

2006-11-21 Thread Šoltís Ján
Hello, I've developed a couple of Tapestry apps and now we have to develop an application with a rich gui in Java (SWING or SWT). I particularly like 'The Tapestry way' of developing the UI as opposed to the Struts, JSP or JSF way. What I like the most is the notion of high-level application