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