Re: Does Tapestry5 support Portlets specs JSR168 and 286

2007-12-29 Thread Jan Vissers
Add me to the portlet petition; Me too! Add me to the portlet petition; we're about to start development on a portal with Liferay and it would be great to have portlet support in T5. Regards, D On 12/28/07, Emmanuel Sowah [EMAIL PROTECTED] wrote: Howard, Well, left me alone, I

Re: T5-Intellij: 5.0.7 in pom.xml

2007-12-29 Thread Sven Homburg
press the synchronize icon in your maven project panel texomaleo wrote: I changed the tapestry-release-version in my pom.xml to 5.0.7 in the pom.xml that was generated by the quickstart maven call when 5.0.6 was the latest. The Libraries tree branch in my Idea project view is still

T5-How to load data into Combo

2007-12-29 Thread Yeeswara Nadapana (HCL Financial Services)
Hi, How can I load the data into my select box which I got from the database. Currently I am getting an ArrayList of String objects which I need to add to my select. Please guide me how to do that, as I am unable to find a solution through ENUMs... Thanks Yeeswar DISCLAIMER:

Temporary objects in OGNL

2007-12-29 Thread Kaspar Fischer
Hi! My Tapestry markup quite often contains repetitions like this: span jwcid=@If condition=ognl:components.table.tableRow.getProperty('title')! =nullcomponents.table.tableRow.getProperty('title').length()0 span jwcid=@Insert

Re: T5-Intellij: 5.0.7 in pom.xml

2007-12-29 Thread Joachim Van der Auwera
mvn idea:idea Joachim Bill Holloway wrote: I changed the tapestry-release-version in my pom.xml to 5.0.7 in the pom.xml that was generated by the quickstart maven call when 5.0.6 was the latest. The Libraries tree branch in my Idea project view is still showing 5.0.6 tapestry libs, even

T5: Is the tml-extension configurable?

2007-12-29 Thread Onno Scheffers
Hi, it's been a while since I last used Tapestry. My last couple of projects were based on Wicket, simply because that's what the customer wanted. I prefer Tapestry myself and I've just started looking at Tapestry 5. It looks very promising so far. The only real annoyance for me is the fact

Re: T5: Is the tml-extension configurable?

2007-12-29 Thread Sven Homburg
yes, all is possible, but not easy: you must overwrite some method/classes of tapestry - contributeResourceDigestGenerator in org.apache.tapestry.services.TapestryModule - org.apache.tapestry.internal.services.ComponentTemplateSourceImpl -

Re: T5: Is the tml-extension configurable?

2007-12-29 Thread Onno Scheffers
Hi Sven, so it looks like it is not currently configurable, but it can be worked around. I sill hope it will be made configurable in the future, but for now I will see what I can accomplish with your advice. Thanks a lot. Regards, Onno yes, all is possible, but not easy: you must

Re: T5: Is the tml-extension configurable?

2007-12-29 Thread Michael Lake
if your designers are only designing pages and not components that will end up in your app's context root (not packaged away in a jar) then you could probably get away with just contributing a PageTemplateLocator in your AppModule. i reckon the odds of that impl changing soon are

Re: T5: Is the tml-extension configurable?

2007-12-29 Thread Sven Homburg
100% approval Michael Lake-2 wrote: if your designers are only designing pages and not components that will end up in your app's context root (not packaged away in a jar) then you could probably get away with just contributing a PageTemplateLocator in your AppModule. i reckon

Re: T5: event onChange for select component

2007-12-29 Thread Sven Homburg
have you a little example (code segment tml and java)? dwi ardi irawan wrote: could anyone help me... how to catch onChange even on tapestry 5 i try OnSubmitFromSubmitComponent() but i didn't work -- http://dwiardiirawan.blogspot.com cos everyone could be

Re: T5-Intellij: 5.0.7 in pom.xml

2007-12-29 Thread Howard Lewis Ship
So, you've used the synchronize option in the Maven Projects view? On Dec 28, 2007 5:21 PM, Bill Holloway [EMAIL PROTECTED] wrote: I changed the tapestry-release-version in my pom.xml to 5.0.7 in the pom.xml that was generated by the quickstart maven call when 5.0.6 was the latest. The