T5-How to load data into Combo

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

Re: Does Tapestry5 support Portlets specs JSR168 and 286

2007-12-30 Thread Craig St Jean
Seconded - my company will not use Tapestry because of the constant changes between versions. Its even starting to drive me away in favor of WebObjects... On Dec 28, 2007, at 5:59 PM, Emmanuel Sowah wrote: Howard, Well, left me alone, I would say instead of the effort to support Portlets

Re: Does Tapestry5 support Portlets specs JSR168 and 286

2007-12-30 Thread Christian Edward Gruber
Well, you can always make a portlet-container component. :) Christian. On 30-Dec-07, at 15:12 , Arve Klev wrote: My vote is to portlet in T5. Sincerely, Arve Klev 2007/12/29, Jan Vissers <[EMAIL PROTECTED]>: Add me to the portlet petition; Me too! Add me to the portlet petition; we're

T5: Interesting bug in error reporting

2007-12-30 Thread Chris Lewis
I've stumbled over a confounding bug in T5's error reporting. Let me first say that I am extremely grateful for the detail that has gone in to the reporting - and now for the issue. The problem revolves around 2 pages and a component. Firstly, here is the page where the actual error is: *Vie

Re: Does Tapestry5 support Portlets specs JSR168 and 286

2007-12-30 Thread Arve Klev
My vote is to portlet in T5. Sincerely, Arve Klev 2007/12/29, Jan Vissers <[EMAIL PROTECTED]>: > > > 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

Re: T5: Is the tml-extension configurable?

2007-12-30 Thread Onno Scheffers
Michael Lake schreef: I've testing this with 5.0.8-SNAPSHOT and I am able to .html "page" files from the context root. I don't think this will work with 5.0.6, but maybe 5.0.7 Hi Michael, I was still working with Tapestry 5.0.6 and, indeed, it doesn't work on that version. After upgrading t

Re: T5: Is the tml-extension configurable?

2007-12-30 Thread Michael Lake
Ohno - you almost had it, except the PageTemplateLocatorImpl takes some constructor arguments to set it up. The following snippet should work in your AppModule. Note how the method name "buildMyLocator" automatically gives that service the name "MyLocator". --- p

Re: T5.0.7 still can't resolve encoding.

2007-12-30 Thread yuan gogo
Thanks for answering. But I DID add this into my AppModule, but the problem is still there. I finanlly solved this by using Spring charset encoding filter. 2007/12/29, Michael Lake <[EMAIL PROTECTED]>: > > > I'm also having this issue and i'm not even chinese.I did find this > though: > > http

Re: T5: Is the tml-extension configurable?

2007-12-30 Thread Onno Scheffers
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. Hi Michael, Thanks for your reply. The designers do ind