Re: dynamic forms concept & possible solutions

2014-04-14 Thread Ville Virtanen
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 wrote: - if we trigger form submission (it's possible to do that using hidden submit, it's not very elegant, but it

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

2014-03-14 Thread Ville Virtanen
retries. The tools to make this happen may include 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]

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
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
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-23 Thread Ville Virtanen
quest. 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. --

VS: BaseURLSource with access to current request

2013-09-22 Thread Ville Virtanen
return 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 Vast

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ä: D

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, 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

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

5.4-alpha-15 resource exceptions

2013-08-29 Thread Ville Virtanen
pp\WEB-INF\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: http://jumpstart.doublenegative.com.au/jumpstart/examples/ajax

Re: Simple CMS / content editor component

2012-03-13 Thread Ville
ovide 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

Re: Simple CMS / content editor component

2012-03-11 Thread Ville
ight - it isn't 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 mai

Re: Simple CMS / content editor component

2012-03-09 Thread Ville
had the time 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

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

2011-12-01 Thread Ville
se 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

TAP5-1425

2011-11-24 Thread Ville
y: 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 messa

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 the

Re: [T5.3] Volatile grid inside form

2011-11-23 Thread Ville
as proposed 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 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://tap

[T5.3] Volatile grid inside form

2011-11-23 Thread Ville
Peruuta 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-tp5017357p5017

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] 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 configurati

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

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
ost elegant fix. - 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

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 messa

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-08 Thread Ville
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.nabble.com/T5-3-rc3-ordering-of-css-tp4969412p4976938

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

2011-11-08 Thread Ville
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
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

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 ar

Re: T5.3 rc3 ordering of css

2011-11-07 Thread Ville
static void contributeJavaScriptStackSource(MappedConfiguration configuration)? I suppose not, as this is MappedConfiguration, not ordered. Perhaps it's time for ordered mapped configuration. Atleast, CSS is heavily dependant to the order and now I can't control it? Any thoughts?

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: > >

Re: Why would I choose JQuery?

2010-08-09 Thread Ville Virtanen
ent from big players 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

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

2010-08-08 Thread Ville Virtanen
, which let's users change (and open if not already open) between .tml, .java and .properties files. https://nbtapestrysupport.dev.java.net/ - Ville Tapestry 5 actually Patrick Moore-6 wrote: > > Hi there -- > > I am working to move our project from T4 to T5. In T4 we are

Re: for IE

2010-08-04 Thread Ville Virtanen
On a side note: you can use the onAction(possible_context) to catch any action made by any link. Also, you can construct the context for the pagelink (or actionlink) in the java file, just return new Object[]{value1, value2...} from the java method. () - Ville Jim O'Callaghan

Re: for IE

2010-08-04 Thread Ville Virtanen
an be implemented as if it works ok in ie. - Ville IE8 or greater or non-ie browser button Jim O'Callaghan wrote: > > Can anyone advise on a good approach for IE's handling of the > tag? > I was using: > > > > ${returnPage} ${message:generic.contin

Re: Asset in css file?

2010-08-04 Thread Ville Virtanen
ardcode one of those 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. -

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 s

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: T5.1.05 always runing slowly when it handle the page requests

2010-07-27 Thread Ville Virtanen
Hi also make sure that you are NOT logging too much in production, that can REALLY kill performance. So change logging level to error and try it again. - Ville cleverpig-2 wrote: > > Oh,thanks Joachim ! > > Seem like your strange problem,my product hosts were deployed in > i

Re: Using PageResponseRenderer.render() in T5.2?

2010-07-26 Thread Ville Virtanen
Hi I've always used symbol tapestry.version (org.apache.tapestry5.SymbolConstants.TAPESTRY_VERSION) and parsed it from that. Just get rid of the dots and then 5.1.0.5 becomes 5105, easy to convert to integer and perform all kinds of less than, equals or is greater than comparisons. -

RE: t:grid, inPlace and rowIndex

2010-07-18 Thread Ville Virtanen
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 p

RE: Asset protection and upgrade notes

2010-06-02 Thread Ville Virtanen
nager. 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 ver

Re: Asset protection and upgrade notes

2010-05-31 Thread Ville Virtanen
..), not maintainable in long run, 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

Asset protection and upgrade notes

2010-05-31 Thread Ville Virtanen
s browsers are forced 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 th

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
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/FCKeditor.Java/tags/2.6/ja

Re: easyfckeditor and file upload

2010-03-29 Thread Ville Virtanen
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 >

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 mave

Re: easyfckeditor and file upload

2010-03-29 Thread Ville Virtanen
hough. Any 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 o

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

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 JSO

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... (

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

2010-01-28 Thread Ville Virtanen
. This can be fixed 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 > ...

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

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 > quickstar

RE: Advice on Tapestry5 best practise for user session data

2010-01-10 Thread Ville Virtanen
hing to do 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 s

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 depen

Re: Advice on Tapestry5 best practise for user session data

2010-01-10 Thread Ville Virtanen
es 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 con

Re: Installing easyfckeditor

2010-01-06 Thread Ville Virtanen
s etc. - 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, &

Re: Number Formatting in TextField (T5)

2010-01-04 Thread Ville Virtanen
message? One example of this is how to tell the user in error 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.&q

Re: Passing object as paramters to component

2009-12-30 Thread Ville Virtanen
Hi, define private YourObjectType param; variable to your component class and use it. Annotate it with @Parameter annotation. Then use your component like this: Or read the documentation: http://tapestry.apache.org/tapestry5/guide/parameters.html - Ville Captain Cid wrote: > > I w

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

Re: Tapestry 5 and Selenium

2009-12-14 Thread Ville Virtanen
e meaning full tests.) - Ville Howard Lewis Ship wrote: > > Identify the fields using XPath instead of id. > > On Sun, Dec 13, 2009 at 11:05 PM, Ville Virtanen > wrote: >> >> Hi, >> >> I've googled around but couldn't find solution for this one.

Tapestry 5 and Selenium

2009-12-13 Thread Ville Virtanen
input name 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 li

Re: Tapestry 5.1.0.5 FCKEDITOR PROBLEM

2009-12-09 Thread Ville Virtanen
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 > > > org.chenillekit

Re: collection of components within a page (Tapestry 5.1)

2009-12-03 Thread Ville Virtanen
Hi again, also forgot to mention great source to learn from: http://jumpstart.doublenegative.com.au:8080/jumpstart/ (http://jumpstart.doublenegative.com.au/home.html) - Ville Steven Tönsing wrote: > > Hi, > i'm completely new to tapestry and i got a very fundamental (for

Re: collection of components within a page (Tapestry 5.1)

2009-12-03 Thread Ville Virtanen
ion if you just follow the normal project layout. (So that T5 knows which classes are components / pages. You can of course use non-standard packages and instruct T5 to treat any class as component.) Hopefully this clarifies it a bit. - Ville Steven Tönsing wrote: > > Hi, > i'm com

Re: Switching between Stage & Production DB with Tapestry5 & Hibernate3

2009-11-15 Thread Ville Virtanen
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-maintain

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/ > (whe

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

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: ImagePlaceholde

Re: tapestry 5.1.0.5 with php

2009-10-26 Thread Ville Virtanen
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 reque

Re: t5: redirect to a page in javascript?

2009-10-17 Thread Ville Virtanen
f the line, 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" > } >

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: Chenille kit Quartz

2009-10-17 Thread Ville Virtanen
we're using 1.6.3. - Ville Sam Domonkos wrote: > > I was wondering if the Chenille kit project will be updating the Quartz > module to version 1.6.5 from 3/6/2009, it seems to be using 1.6.0 from > 11/6/2006 >

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 usi

Re: Slightly OT: Ad hoc connection pools

2009-10-17 Thread Ville Virtanen
/proper/dbcp/trunk/doc/ManualPoolingDriverExample.java?revision=821733&view=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&#x

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 > wrote: > >> Hi, >> >> any n

Re: [t5] upgrade to java 6 and javassist

2009-10-06 Thread Ville Virtanen
javassist that gets included for us is 3.9.0.GA - Ville Ps. Below is the mvn configuration we're using w/ netbeans org.apache.maven.plugins maven-compiler-plugin 1.6 1.6 true UTF-8

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

Re: Announcment: T5 FCK editor integration library

2009-07-24 Thread Ville Virtanen
work full time 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 cont

Re: Announcment: T5 FCK editor integration library

2009-07-24 Thread Ville Virtanen
Hi again, I rolled new version that has 1.5 1.5 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 for contributing!

Re: Announcment: T5 FCK editor integration library

2009-07-24 Thread Ville Virtanen
Damn, we're on 1.6 only... I'll roll another 1.5 compiled release tonight if I have the time after work. - Ville Bryan Lewis-5 wrote: > > It looks good. Thanks for contributing! > > When I tried it (after manually adding the jar to my web

Announcment: T5 FCK editor integration library

2009-07-23 Thread Ville Virtanen
oming Tapestry 5 extensions 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 mail

Re: [T5.1] Obtaining Messages in Service

2009-07-15 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 co

Re: [Tapestry Central] Why chose Tapestry?

2009-06-18 Thread Ville Virtanen
d if you have 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

RE: Two Menu Components

2009-06-16 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. > L

Re: Netbeans 6.7 tapestry 5 plugin support

2009-06-16 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: > * Suppor

Re: [Tapestry Central] Why chose Tapestry?

2009-06-16 Thread Ville Virtanen
e to click 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:

Re: T5: Huge t-formdata

2009-06-08 Thread Ville Virtanen
cessary t5 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

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

2009-05-26 Thread Ville Virtanen
otype 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

Re: URL pattern that causes TapestryException

2009-05-17 Thread Ville Virtanen
handler, see http://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, > > if you add ".whatever" to the end of URL that

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 > 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,

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 > > > > and in java > > publi

  1   2   >