Re: dynamic forms concept possible solutions

2014-04-14 Thread Ville Virtanen
, but for these bits someone else knows better than me probably.) Ville 14.4.2014 15:19, Thiago H de Paula Figueiredo kirjoitti: On Mon, 14 Apr 2014 07:36:27 -0300, Ilya Obshadko ilya.obsha...@gmail.com wrote: - if we trigger form submission (it's possible to do that using hidden submit, it's not very elegant

VS: tapestry + maven + jboss tools + hot deploying ?

2014-03-14 Thread Ville Virtanen
nagios (http://www.nagios.org/), new relic (http://newrelic.com/), chef (http://www.getchef.com/chef/) / puppet (http://puppetlabs.com/) Ville -Alkuperäinen viesti- Lähettäjä: Geoff Callender [mailto:geoff.callender.jumpst...@gmail.com] Lähetetty: 14. maaliskuuta 2014 2:30 Vastaanottaja

VS: Persist object fails

2014-03-07 Thread Ville Virtanen
I can also report 4 production systems running on Server Java 7 (The new option, server jdk) and tomcats. Ville -Alkuperäinen viesti- Lähettäjä: Bob Harner [mailto:bobhar...@gmail.com] Lähetetty: 7. maaliskuuta 2014 15:34 Vastaanottaja: Tapestry users Aihe: Re: Persist object fails I

VS: How to use grid with large data sets.

2014-01-17 Thread Ville Virtanen
in correct content in the first place. Tapestry uses the total amount of rows available to only make sure, that the selected page is not out of the range of possible pages, and that the end index is never more than there actually are rows. (The last page may not be full.) Ville -Alkuperäinen

VS: How to use grid with large data sets.

2014-01-16 Thread Ville Virtanen
Hi, here is one example: http://jumpstart.doublenegative.com.au/jumpstart7/examples/tables/griddataso urces Ville -Alkuperäinen viesti- Lähettäjä: George Christman [mailto:gchrist...@cardaddy.com] Lähetetty: 16. tammikuuta 2014 18:34 Vastaanottaja: Tapestry users Aihe: How to use

VS: BaseURLSource with access to current request

2013-09-23 Thread Ville Virtanen
. Haven't tried that though, so no guarantees. Note that the container service must NOT declare the request in the constructor. Docs to add startup code: http://tapestry.apache.org/registry-startup.html Ville Ps. If anyone has better fix for this, please share as I'm interested too. -Alkuperäinen

VS: BaseURLSource with access to current request

2013-09-23 Thread Ville Virtanen
Thanks! Multiple simple an efficient options, just what Tapestry is all about ;) Ville -Alkuperäinen viesti- Lähettäjä: Lance Java [mailto:lance.j...@googlemail.com] Lähetetty: 23. syyskuuta 2013 12:21 Vastaanottaja: Tapestry users Aihe: Re: BaseURLSource with access to current request

VS: BaseURLSource with access to current request

2013-09-22 Thread Ville Virtanen
String.format(%s://localhost:%d , protocol, port); } }; configuration.add(BaseURLSource.class, source); } Ville -Alkuperäinen viesti- Lähettäjä: Nicolas Bouillon [mailto:nico...@bouil.org] Lähetetty: 22. syyskuuta 2013 19:49 Vastaanottaja: Tapestry users

VS: Eclipse Tapestry5 Plugin update

2013-09-12 Thread Ville Virtanen
Got the chance to try now, but I still get the same error? Could someone else try so that I know if it's something in my setup? Ville Ps. See the error I get in http://i40.tinypic.com/s629mp.png Pps. Running Kepler with latest updates. -Alkuperäinen viesti- Lähettäjä: Dmitry

VS: Eclipse Tapestry5 Plugin update

2013-09-09 Thread Ville Virtanen
Hi, confirmed here too, I get ”Unable to read repository at https://dl.bintray.com/anjlab/eclipse/content.xml. Caused by: javax.net.ssl.SSLPeerUnverifiedException: peer not authenticated” Can’t wait to try this out though! Ville Lähettäjä: Nathan Quirynen [mailto:nat

VS: 5.4-alpha-15 resource exceptions

2013-08-30 Thread Ville Virtanen
Hi, thanks for the info. Should I reopen ticket https://issues.apache.org/jira/browse/TAP5-1007 or create new one? (And thanks for all the hard work, 5.4 is proving to be awesome!) Ville -Alkuperäinen viesti- Lähettäjä: Howard Lewis Ship [mailto:hls...@gmail.com] Lähetetty: 30

VS: 5.4-alpha-15 resource exceptions

2013-08-30 Thread Ville Virtanen
Hi, created https://issues.apache.org/jira/browse/TAP5-2165 to address this. Ville -Alkuperäinen viesti- Lähettäjä: Massimo Lusetti [mailto:mluse...@gmail.com] Lähetetty: 30. elokuuta 2013 11:29 Vastaanottaja: Tapestry users Aihe: Re: 5.4-alpha-15 resource exceptions Please open a new

5.4-alpha-15 resource exceptions

2013-08-29 Thread Ville Virtanen
\customerclient.propertie s'. I'm running a maven build with jetty:run. What should I change to get up running? Ville

Re: RadioGroup disable bug(?)

2013-03-05 Thread Ville
Hi Eric, please open ticket here: https://issues.apache.org/jira/browse/TAP5 And please describe the anticipated behavior. Patch is a big plus and test is superb! Ville -- View this message in context: http://tapestry.1045711.n5.nabble.com/RadioGroup-disable-bug-tp5720328p5720363.html Sent

Re: [T5.3.6] combining JSON response and zone update

2013-02-22 Thread Ville
Take a look at AjaxResponseRenderer (http://tapestry.apache.org/5.3.6/apidocs/org/apache/tapestry5/services/ajax/AjaxResponseRenderer.html) It can be used to add as many zone, json etc. responses in one request to the client. Example:

Re: Simple CMS / content editor component

2012-03-13 Thread Ville
the actual paid ckfinder for it. The upload-only approach is not an option for us, as the users really need the browsing view to the server and it's files with thumbnails. - Ville -- View this message in context: http://tapestry.1045711.n5.nabble.com/Simple-CMS-content-editor-component

Re: Simple CMS / content editor component

2012-03-11 Thread Ville
pretty and needs a rewrite. (Now days that might be trivial too if there is proper solution for it.) - Ville -- View this message in context: http://tapestry.1045711.n5.nabble.com/Simple-CMS-content-editor-component-tp5494712p5554345.html Sent from the Tapestry - User mailing list archive

Re: Simple CMS / content editor component

2012-03-09 Thread Ville
to finish the work and publish it. I hope that this will change in the near future, but I can't make any promises. - Ville -- View this message in context: http://tapestry.1045711.n5.nabble.com/Simple-CMS-content-editor-component-tp5494712p5551907.html Sent from the Tapestry - User mailing list archive

Tapestry 5 JQuery - redirect to other page when session has expired

2011-12-01 Thread Ville
is generated instead. This involves wrapping the response etc. I also have to intercept the call in browser side to have it working correctly. Is this the best way to do it? - Ville -- View this message in context: http://tapestry.1045711.n5.nabble.com/Tapestry-5-JQuery-redirect-to-other-page-when

TAP5-1425

2011-11-24 Thread Ville
: if(this.assetSource.getExpandedAsset(path).getResource().exists()) { return this.assetSource.getExpandedAsset(path); } return null; Do we now have to catch RuntimeException and return null if such is thrown? We should atleast have ResourceNotFoundRuntimeException? - Ville -- View this message

Re: [T5.3] Change asseth path prefix

2011-11-23 Thread Ville
Hi, added: https://issues.apache.org/jira/browse/TAP5-1756 - Ville -- View this message in context: http://tapestry.1045711.n5.nabble.com/T5-3-Change-asseth-path-prefix-tp5012745p5016475.html Sent from the Tapestry - User mailing list archive at Nabble.com

[T5.3] Volatile grid inside form

2011-11-23 Thread Ville
/div /c:dialog The dialog defines the form, so it is not visible in this tml. So, is it time for another JIRA (with patch), or have I misunderstood something? - Ville -- View this message in context: http://tapestry.1045711.n5.nabble.com/T5-3-Volatile-grid-inside-form

Re: [T5.3] Volatile grid inside form

2011-11-23 Thread Ville
Hi, I tried to search but I couldn't find a post that explains why the setup render event is stored to form if the grid is volatile? If it is obvious please explain it like to a child so that I can comprehend the design decision :) - Ville -- View this message in context: http://tapestry

Re: [T5.3] Volatile grid inside form

2011-11-23 Thread Ville
in my first email. - Ville -- View this message in context: http://tapestry.1045711.n5.nabble.com/T5-3-Volatile-grid-inside-form-tp5017357p5017455.html Sent from the Tapestry - User mailing list archive at Nabble.com

Re: [T5.3] Volatile grid inside form

2011-11-23 Thread Ville
Hi, I added https://issues.apache.org/jira/browse/TAP5-1757, but with tests I need help, as I dont know how I should write them. Any pointers? - Ville -- View this message in context: http://tapestry.1045711.n5.nabble.com/T5-3-Volatile-grid-inside-form-tp5017357p5017983.html Sent from

[T5.3] Change asseth path prefix

2011-11-21 Thread Ville
Hi, we have requirement to change the asset path to be something else than /assets/. Can this be done? We're running T4 and T5 side by side and now the assets request are handled entirely by Tap 4 that can't see the resources. Why the path prefix is not a configuration symbol? - Ville

Re: T5.3 rc3 ordering of css

2011-11-09 Thread Ville
So the fix is to exclude all css files that third party libs include, then copy the css from those jars, modify it and include it yourself? I don't get how the ordering is not important, as the order dictates how the styles are applied, and what overrides what? - Ville -- View this message

Re: T5.3 rc3 ordering of css

2011-11-09 Thread Ville
. - Ville -- View this message in context: http://tapestry.1045711.n5.nabble.com/T5-3-rc3-ordering-of-css-tp4969412p4977069.html Sent from the Tapestry - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: users

Re: T5.3 rc3 ordering of css

2011-11-09 Thread Ville
Hmm, I might then have done an error by mistakenly took for granted that the Tap5 stylesheet comes before mine. Thanks for the specificity link, that clears it up nicely. Well, now I have to go write all my css again that overrides Tap 5 styles ;) - Ville -- View this message in context

Re: T5.3 rc3 ordering of css

2011-11-09 Thread Ville
Thanks for the input again, live and learn :) In case anyone comes looking, the easiest way is to set a class c to body and prepend all your styles with .c. - Ville -- View this message in context: http://tapestry.1045711.n5.nabble.com/T5-3-rc3-ordering-of-css-tp4969412p4977487.html Sent from

Re: T5.3 rc3 ordering of css

2011-11-08 Thread Ville
in which order Tapestry includes it's own css or the thirdparty libraries / components. Tested on 5.3 rc3, development mode. - Ville -- View this message in context: http://tapestry.1045711.n5.nabble.com/T5-3-rc3-ordering-of-css-tp4969412p4974198.html Sent from the Tapestry - User mailing list

[T5.3 rc-3] Error messages and AJAX

2011-11-08 Thread Ville
are rendered out in the next request (post redirect get), but should Tapestry use non-persisting ValidationTracker if the request is xhr? (No need to persist those errors?) - Ville -- View this message in context: http://tapestry.1045711.n5.nabble.com/T5-3-rc-3-Error-messages-and-AJAX-tp4974222p4974222

Re: T5.3 rc3 ordering of css

2011-11-08 Thread Ville
the order in which I declare MY css files, but how can I say that my css should be the last to include, always. (If the stack contribution would use the normal after:/before: notation it could be done using thous declaratives?) - Ville -- View this message in context: http://tapestry.1045711.n5

Re: [T5.3 rc-3] Error messages and AJAX

2011-11-08 Thread Ville
Hi, happy to comply: :) https://issues.apache.org/jira/browse/TAPESTRY-2784 - Ville -- View this message in context: http://tapestry.1045711.n5.nabble.com/T5-3-rc-3-Error-messages-and-AJAX-tp4974222p4976982.html Sent from the Tapestry - User mailing list archive at Nabble.com

Re: T5.3 rc3 ordering of css

2011-11-07 Thread Ville
thoughts? - Ville -- View this message in context: http://tapestry.1045711.n5.nabble.com/T5-3-rc3-ordering-of-css-tp4969412p4970857.html Sent from the Tapestry - User mailing list archive at Nabble.com. - To unsubscribe, e-mail

Re: T5.3. rc3: event bubbling bug?

2011-11-07 Thread Ville
Yep, figured it out already. Too much time since using T5, and too much JSF in between. It's good to be back ;) - Ville -- View this message in context: http://tapestry.1045711.n5.nabble.com/T5-3-rc3-event-bubbling-bug-tp4966490p4970859.html Sent from the Tapestry - User mailing list archive

Re: Why would I choose JQuery?

2010-08-09 Thread Ville Virtanen
make it safe bet. - Ville Kalle Korhonen-2 wrote: I have an older T4 app that I'm going to upgrade to T5. It's not a full RIA but nevertheless a fairly fancy, interactive web app with drag drop, ajax file uploads etc. The UI of the app was based on Prototype and Dojo 0.4.3 which served

Re: Why would I choose JQuery?

2010-08-09 Thread Ville Virtanen
Portlet support and this Js fix are the most important new features. Especially the no-portlet support part stopped T5 in recent evaluation to build SAP front end and handling portal for multinational customer running Oracle's weblogics. - Ville Howard Lewis Ship wrote: jQuery

Re: T5: How to have .tml/.properties files in the same directory as the .java files

2010-08-08 Thread Ville Virtanen
/exclude /excludes /resource /resources On the other hand, there is support for IDE:s. We are using Netbeans support, which let's users change (and open if not already open) between .tml, .java and .properties files. https://nbtapestrysupport.dev.java.net/ - Ville

Re: Dynamic Type

2010-08-04 Thread Ville Virtanen
complete layout? All (layout)blocks must of course have the same parameters etc. The page content could be then made available to the layout block as a ... well block, which could be then rendered using a ... delegate.. :) - Ville Pablo Henrique dos Reis wrote: Is there a way to set

Re: Asset in css file?

2010-08-04 Thread Ville Virtanen
to the css is also an option. Use firebug or similar to get the url. If you use versioned url, you may have to change the url in css when upgrading the 3rd party lib. You don't have to (atleast in 5.1) expose the image as an asset to reference it in css or html. - Ville Chuck Kring wrote

Re: button for IE

2010-08-04 Thread Ville Virtanen
be implemented as if it works ok in ie. - Ville !--[if lt IE 8]Less than IE 8 submit![endif]-- ![if !lt IE 8]IE8 or greater or non-ie browser button![endif] Jim O'Callaghan wrote: Can anyone advise on a good approach for IE's handling of the button tag? I was using: ${returnPage} button

Re: button for IE

2010-08-04 Thread Ville Virtanen
=prop:myContextMethod) - Ville Jim O'Callaghan wrote: Can anyone advise on a good approach for IE's handling of the button tag? I was using: ${returnPage} button${message:generic.continue-label}/button . in my tml with: Public Link getReturnPage(){.} . in my

Re: [T5.1] No recursive component - Howto render Beaneditor in code?

2010-07-27 Thread Ville Virtanen
Hi, @InjectComponent injects the component defined in tml, @Component injects instance that is configured by the annotation itself (and the associated tml if it is defined there also). http://tapestry.apache.org/tapestry5.1/apidocs/org/apache/tapestry5/annotations/Component.html - Ville

RE: t:grid, inPlace and rowIndex

2010-07-18 Thread Ville Virtanen
to iterate the list when doing deletes shouldn't be that much performance wise - and if you have so many entities that the cost is too much you should consider implementing special GridDataSource anyway. - Ville jc1001 wrote: Hi Thiago, I've tried that - but the index is the position within

RE: Asset protection and upgrade notes

2010-06-02 Thread Ville Virtanen
. In my opinion that auto contribution should be removed. The missing RegexAuthorizer is quite a wall to climb for me. Perhaps I need to contribute my own implementation of AssetPathAuthorizer? Anyone? - Ville jc1001 wrote: It would appear that even with this code to check the version number

Asset protection and upgrade notes

2010-05-31 Thread Ville Virtanen
to download all assets again when updating the main program. Technical challenges I presume? Anyhow, the info on asset protection is very important for me, or at least just plain cold We're working on it and have no eta.. (Then I know to stop reading through sources.) - Ville -- View this message

Re: Asset protection and upgrade notes

2010-05-31 Thread Ville Virtanen
, if these dicisions will keep popping up. Also the automatic classpath asset addition works for this library only if the user who uses the library hasn't decided to use custom url for his/hers fck editor. It should not be depended on the TAG prefix? My 2c, - Ville Ville Virtanen wrote: Hi

Re: EasyFCKEditor FileUpload with Tomcat?

2010-05-05 Thread Ville Virtanen
Hi, yeah, the configuration differs how to set up this with different app servers. (Or apache as we always use httpd to serve static files anyway.) - Ville Ps. Wish that I had time to finish CKEditor integration, I already have working version which needs polishing and documentation. The file

Re: easyfckeditor and file upload

2010-03-29 Thread Ville Virtanen
pointers how to reproduce are welcome. You should check that your Java process has read and write rights to the directory where you put the files ie. C:\\logs\\wwwfiles\\ directory. I also tested with jetty 6.1.9, 6.1.14 and 6.1.22 without problems. - Ville Ps. We have this working on multiple

Re: easyfckeditor and file upload

2010-03-29 Thread Ville Virtanen
Hi, also forgot to mention that 1.0.5 version contains fix for that warning during startup, however it shouldn't affect anything. I'll try to release 1.0.5 as soon as We've solved this problem. - Ville Tomek-28 wrote: Hi, I use jetty 6.1.9 as a maven plugin. Problem occurs in Windows

Re: easyfckeditor and file upload

2010-03-29 Thread Ville Virtanen
with the 5.0.x versions. - Ville Tomek-28 wrote: Hi, I use jetty 6.1.9 as a maven plugin. Problem occurs in Windows and Linux this is my implementation of FckEditorUserRightService public class SimpleFckEditorUserRightServiceImpl implements FckEditorUserRightService { private final

Re: easyfckeditor and file upload

2010-03-29 Thread Ville Virtanen
connector, then easyfck will fall back to the default. Then allow all in SimpleFckEditorUserRightServiceImpl and you can upload and view images etc. - Ville Ps. Take a look at FCK editor default implementation for details if you whish to implement your own connector: http://dev.fckeditor.net/browser

Re: easyfckeditor and file upload

2010-03-28 Thread Ville Virtanen
Hi, can you attach the stack trace for further analysis? Also what servlet container are you using to run software? -Ville Tomek-28 wrote: Hi, i need to integrate a WYSIWYG editor to my website. I found only 2 projects that integrate fckeditor with tapestry 5 - ChenilleKit

Re: Pretty Printing JSON

2010-02-24 Thread Ville Virtanen
Hi, this definitely sounds something T5 should do as it is known to be developer friendly and aid in debugging whenever possible. It sounds good to enable this in non-production mode and disable in production. - Ville Ben Dotte-2 wrote: I put up a post on pretty printing the JSON

Re: How to get rid of some T5 stack traces ...

2010-01-29 Thread Ville Virtanen
Hi, hrx - xhr :D It is true that T5 catches many of these I-did-not-even-know-something-makes-these -requests, and it is good to know of this happening. Obviously I should also take a look at the URL re-write functionality. - Ville Ps. It's minus 20 Celsius here... (-4 Fahrenheit) I'm

Re: How to get rid of some T5 stack traces ...

2010-01-28 Thread Ville Virtanen
by implementing a component named html that does absolutely nothing and placing it to the page. - Ville (From f*cking cold and snowy Turku ;)) oakstair wrote: Hi ! Our production servers get hitted by our users as well as robots as well as ... The stack trace below appears now

Re: [T5.1.0.4] Distinguishing Between Internal and Scripts when Combining

2010-01-21 Thread Ville Virtanen
Hi, GA works ok for us by just adding it to the tml as is instructed in GA site - No need to use T5 facilities to include the script. (Done in layout.tml in our case.) This doesn't solve the external script problems, and may not work for you but just thought to let you know. - Ville Kalle

Re: Installing easyfckeditor

2010-01-11 Thread Ville Virtanen
Hi, just released 1.0.4 which uses the latest java integration library. I also updated some of the docs at http://t5-easy-fckeditor.kenai.com - Ville oskar_a wrote: Thx to all, but I solved this problem by creating a new maven-project from tapestry quickstart archetype and addinng

Re: Advice on Tapestry5 best practise for user session data

2010-01-10 Thread Ville Virtanen
or encoded urls, this way you can achieve truly stateless server side and you can add more servers without any sort of sticky sessions or session replication problems etc. - Ville Ps. for 99% of cases using as light user session as possible + pure java cache is the right way to go afaik, so consider

Re: Installing easyfckeditor

2010-01-10 Thread Ville Virtanen
will also shortly release 1.0.4 which uses the newer java integration package 2.6 (http://java.fckeditor.net/) to provide the file upload capabilities. - Ville oskar_a wrote: Hi Ville, thank you for your advice. I installed the m2 Eclipse plugin and enabled the dependency management for my

RE: Advice on Tapestry5 best practise for user session data

2010-01-10 Thread Ville Virtanen
with a web request. IMHO web related stuff should never be accessed in low level services / dal to avoid this. If you can live with that restriction it is ok to use ApplicationStateManager. - Ville jc1001 wrote: Eric, Juan, Thanks for the replies. I can see how this would work between

Re: Installing easyfckeditor

2010-01-06 Thread Ville Virtanen
. - Ville Ps. The project has moved to Kenai, so the 1.0.2 jar can be obtained from mvn repository, just go with your favorite browser to http://kenai.com/svn/t5-easy-fckeditor~maven-release-repository/com/orientimport/t5-easy-fckeditor to view the releases. oskar_a wrote: Hi, I'm really new

Re: Number Formatting in TextField (T5)

2010-01-04 Thread Ville Virtanen
message how many characters is the max limit in the field and how many characters she/he has typed. E.g. Product description is 3072 characters long but the maximum length is 3000 characters. Please edit your text accordingly. - Ville Bryan Lewis-5 wrote: Thanks, that's what I was missing

Re: Passing object as paramters to component

2009-12-30 Thread Ville Virtanen
/parameters.html - Ville Captain Cid wrote: I want to pass an object to component. Components renders from data from this object. I tried doing an environment push of component but tapestry gives error java.lang.ClassNotFoundException: caught an exception while obtaining a class file

Re: Number Formatting in TextField (T5)

2009-12-27 Thread Ville Virtanen
Hi! If you get this working please share the results. This is something I never thought when adding our number format handling. (Which is based on custom translators. I'm happy to share the current solution if you are interested?) - Ville Benny Law wrote: On Thu, Dec 24, 2009 at 5:41 AM

Re: Tapestry 5 and Selenium

2009-12-14 Thread Ville Virtanen
.) - Ville Howard Lewis Ship wrote: Identify the fields using XPath instead of id. On Sun, Dec 13, 2009 at 11:05 PM, Ville Virtanen ville.virta...@cerion.fi wrote: Hi, I've googled around but couldn't find solution for this one. The problem is that we have to test a form that is loaded using

Tapestry 5 and Selenium

2009-12-13 Thread Ville Virtanen
changes like this: request one: mpo-1258bc89493_0 request two: mpo-1258bcae418_0 request three: mpo-1258dfea345_0 Has anyone solved this? - Ville -- View this message in context: http://old.nabble.com/Tapestry-5-and-Selenium-tp26773754p26773754.html Sent from the Tapestry - User mailing list archive

Re: Tapestry 5.1.0.5 FCKEDITOR PROBLEM

2009-12-09 Thread Ville Virtanen
to Chenillekit mailing list / issue tracking. - Ville Boban Stojanovski wrote: Hi can someone tell me how to implement a fckeditor in a tapestry webapp. i use maven. The Pom.XML is a bit large so ill paste just the fckeditor part dependency groupIdorg.chenillekit/groupId

Re: Netbeans 6.7 tapestry 5 plugin support

2009-11-15 Thread Ville Virtanen
Ok, I'll try to do that as soon as I have the required time in my hands. - Ville Andreas Andreou-4 wrote: When was that? i think the T5related project used to be hosted at google-code but then was moved into https://nbtapestrysupport.dev.java.net/ (where the t4project was) Just

Re: Switching between Stage Production DB with Tapestry5 Hibernate3

2009-11-15 Thread Ville Virtanen
is to determine the wished configuration from the production mode flag. - Ville Alessandro Bottoni-4 wrote: Hi All, I'm almost completely new to Tapestry and Hibernate so, please, be patient.. In your opinion, what's the best (simplest/most-maintainable) way to deal with two different

Re: Netbeans 6.7 tapestry 5 plugin support

2009-11-12 Thread Ville Virtanen
. Anyhow, it really is usefull, atleast the tml / java class switch functionality. - Ville Sergey Didenko wrote: Hi, does anybody uses this T5 plugin for Netbeans? (nbtapestrysupport, see below). Does it work all right? On Mon, Jun 15, 2009 at 9:07 AM, iberck ibe...@gmail.com wrote

Re: t5: updating a zone during loading of page?

2009-11-05 Thread Ville Virtanen
Hi, I think this could be a framework level component, as it seems that there are many of us solving the same problem with a bit different approaches. (Everyone invents the wheel..) so +1 for this idea! :) - Ville Howard Lewis Ship wrote: Idea for a component: ImagePlaceholder

Re: tapestry 5.1.0.5 with php

2009-10-26 Thread Ville Virtanen
of the views... (In which case the state should be transferred via the url and/or for an example shibboleth imho.) - Ville Argo Vilberg wrote: hi Are everyone tried integrage tapestry with php pages? Is it even possible? I mean tapestry servlet send request to php and vise versa. How

Re: Slightly OT: Ad hoc connection pools

2009-10-17 Thread Ville Virtanen
/ManualPoolingDriverExample.java?revision=821733view=markup Tapestry 5 Quartz: http://www.chenillekit.org/chenillekit-quartz/index.html - Ville Daniel Jue wrote: Hi all, I'm hoping someone might have a suggestion for a strange challenge. I'm using both T5 and GWT for the app, but I imagine

Re: T5 NPE on service realization

2009-10-17 Thread Ville Virtanen
Hi, please share some more of the code + stack trace, without those further speculation is nearly impossible. - Ville zack1403 wrote: Hi all, I was just curious if anyone has had weird NullPointerExceptions on service realization. I am getting this NPE when using this service

Re: Chenille kit Quartz

2009-10-17 Thread Ville Virtanen
/exclusions /dependency dependency groupIdopensymphony/groupId artifactIdquartz-all/artifactId version1.6.3/version /dependency As you see we're using 1.6.3. - Ville Sam Domonkos wrote

Re: About T5 IoC

2009-10-17 Thread Ville Virtanen
Hi, Do you ask is it possible to know which module has done the service bind or building? What kind of problem you are trying to solve? You could guess something from the class name, but imho it sounds that there is something wrong with the logic whatever you might be trying to solve. - Ville

Re: t5: redirect to a page in javascript?

2009-10-17 Thread Ville Virtanen
, like after items; also..) - Ville Angelo Chen wrote: Hi, How to redirect to another page in a javascript? example: function do_proc() { saveupdates() window.location=items } this does not work, any idea? Thanks, -- View this message in context

Re: [ANNOUNCEMENT] New Tapestry 5 book

2009-10-14 Thread Ville Virtanen
Hi, If this ever gets published in English we will buy one copy for sure, so plase :) - Ville Igor Drobiazko wrote: Not yet but I'll ask the publisher again. On Tue, Oct 13, 2009 at 9:02 PM, Borut Bolčina borut.bolc...@gmail.comwrote: Hi, any news on when the book

Re: [t5] upgrade to java 6 and javassist

2009-10-06 Thread Ville Virtanen
that gets included for us is 3.9.0.GA - Ville Ps. Below is the mvn configuration we're using w/ netbeans plugin groupIdorg.apache.maven.plugins/groupId artifactIdmaven-compiler-plugin/artifactId configuration source1.6/source target1.6/target

Re: Announcment: T5 FCK editor integration library

2009-07-25 Thread Ville Virtanen
I can publish a library as soon as the CKEditor hits 3.0 final, now it is RC 1. Take a look : http://ckeditor.com/ckeditor/3.0rc/_samples/index.html. - Ville Ps. The yui library seems definitely worth looking... Howard Lewis Ship wrote: I've been having problems with FCKEditor (I haven't

Announcment: T5 FCK editor integration library

2009-07-24 Thread Ville Virtanen
as separate jars where possible. (CKEditor should follow shortly.) - Ville -- View this message in context: http://www.nabble.com/Announcment%3A-T5-FCK-editor-integration-library-tp24639378p24639378.html Sent from the Tapestry - User mailing list archive at Nabble.com

Re: Announcment: T5 FCK editor integration library

2009-07-24 Thread Ville Virtanen
Hi again, I rolled new version that has source1.5/source target1.5/target tags set in build configuration. This should do the trick, right? (Have no machine where I could verify with 1.5 java, and I'm too lazy to install one :)) - Ville Bryan Lewis-5 wrote: It looks good. Thanks

Re: Announcment: T5 FCK editor integration library

2009-07-24 Thread Ville Virtanen
for the benefit of open source software :) In the mean time though... - Ville Sven Homburg wrote: Why invent the wheel again? I know and agree with you, that the chenillekit documentation is far away from being the big shot, but we invite everybody to contribute the project and share your

Re: [T5.1] Obtaining Messages in Service

2009-07-16 Thread Ville Virtanen
/MessagesImpl.html) Remember that case 4 involves using classes that are marked as internal and may change anytime. - Ville Felix Gonschorek-2 wrote: Hi all, i am trying to obtain a Messages object for localization in an service that has no connection to a page or component. How can i load

Re: [Tapestry Central] Why chose Tapestry?

2009-06-18 Thread Ville Virtanen
experience with systems it shouldn't be that hard. The documentation is lacking, and is the next thing to be fixed (As Howard has mentioned.). Also T5 should be as new-user-friendly as possible, which clearly could be improved? - Ville Norman Franke-2 wrote: I've been using T4/4.1 for several

Re: [Tapestry Central] Why chose Tapestry?

2009-06-17 Thread Ville Virtanen
through the thousands of pages to even detect that you can access it. - Ville Howard Lewis Ship wrote: I recently had an e-mail exchange with a Tapestry user; after congratulating me on creating Tapestry, he went on with the following observation on his organization: The company I work

Re: Netbeans 6.7 tapestry 5 plugin support

2009-06-17 Thread Ville Virtanen
Thanks! This is something that looks very nice on paper, so I'll test it as soon as possible. - Ville iberck wrote: Hi I'm developing a netbeans plugin for tapestry 5 tested on windows xp The supported features are: Initial features: * Support on Netbeans 6.5, 6.51, 6.7 Betas

RE: Two Menu Components

2009-06-17 Thread Ville Virtanen
/Environment.html - Ville eldred wrote: Hi Guys No problem, thanks Otho and donf yang for helping a newbie at Tapestry. Am still trying get my head around how to pass data between components (not same as pages) ie how to pass data from one component to another. Let me be more precise: If I

Re: T5: Huge t-formdata

2009-06-08 Thread Ville Virtanen
components from inside it. Again, it would be easier to guess with some source. - Ville Inge Solvoll-2 wrote: Hi! I'm using T5.0.18. I have a form containing a loop with possibly hundreds or even thousands of items. My problem is that when the numbers grow, the t-formdata string grows

Next 5.1 bug fix release? (ProgressiveDisplay and chrome / ie8 woes)

2009-05-26 Thread Ville Virtanen
issue with these new browsers, right? Are there any plans to publish new 5.1 series bug fix release once the next version of prototype becomes stable? It has stayed as beta for quite long time now, so release should be nearing... - Ville -- View this message in context: http://www.nabble.com/Next

Re: URL pattern that causes TapestryException

2009-05-17 Thread Ville Virtanen
://wiki.apache.org/tapestry/Tapestry5ExceptionPage and http://wiki.apache.org/tapestry/Tapestry5RedirectException for clues. Don't know how up-to-date those are. - Ville sdeniss wrote: Hi, p if you add .whatever to the end of URL that runs tapestry 5.1 (the one I use) you'll get Exception

Re: Component won't render its body

2009-05-12 Thread Ville Virtanen
. - Ville daniel joyce wrote: The component is in a subpackage projects under components, I use it via t:projects.viewConfig ... I know it IS getting picked up ( at the class is ) because the debug statements are getting logged. But the tml doesn't render AT ALL. On Tue, May 12, 2009 at 8:30

Re: t5: embed a variable in a javascript in a tml?

2009-05-05 Thread Ville Virtanen
... - Ville Felix Gonschorek wrote: it does not work becaus the variable is in !-- xxx -- html comments - tapestry does not evaluate markup in html/xml comments. felix Kristian Marinkovic schrieb: never did this myself, but i think this should work somehow if there is a myid property

Re: t5: embed a variable in a javascript in a tml?

2009-05-05 Thread Ville Virtanen
Ofcourse one could write simple component that encapsulates the JS and outputs required script tags and comment etc. things... - Ville Ville Virtanen wrote: The ugly way out of this is to output the comments using t:outputraw value=commentStart and in java public String

Re: t5: InjectPage and context

2009-05-03 Thread Ville Virtanen
Forgot to mention that the PageRenderLinkSource is not part of T5.0.18, It was introduced later. - Ville Ville Virtanen wrote: Hi, Two solutions: 1. Use PageLink in tml. (And supply the context to it from the java class) 2. Use PageRenderLinkSource (return

Re: workaround for hibernate-module problem (ValueEncoderSource contribution)

2009-05-03 Thread Ville Virtanen
Provide the hibernate configuration if it is missing. If not, please attach the stack trace so we can take a look at it. - Ville aldana wrote: hi, I am facing problem described in http://www.nabble.com/Hi-Lo-tutorial,-HIbernate-cfg-errors-td22230480.html. In my app I am using

Re: Solving the T5 Documentation Dilemma

2009-05-03 Thread Ville Virtanen
Is someone still using own mail to receive these :) I've used nabble for a while, and it really rocks. Try it out http://www.nabble.com/Tapestry-f302.html - Ville Piero Sartini-4 wrote: On Freitag, 1. Mai 2009 19:04:53 Otho wrote: The perfect solution and topping cream would be a forum

Re: Using futures to parallelize rendering of components

2009-05-03 Thread Ville Virtanen
and components in it's own pools, and you can mark content that can be cached with @Retain annotation. I hope this gives some ideas, - Ville cfineman wrote: We have an app that's an aggregation of several 'components' (not yet written in Tapestry... using an older in-house framework). Although

  1   2   >