Re: 'context' ObjectProvider (hivemind/tapestry)

2006-07-12 Thread Henri Dupre
On 7/12/06, Epstein, Ezra <[EMAIL PROTECTED]> wrote: Does Tapestry's HiveMind come with a "ContextObjectProvider" ? Basically I want a way to get attributes from the WebContext and use them as parameters in instantiating an object inside a hivemodule.xml file. If the object you need is from

Unsubscribe help

2006-07-12 Thread Frank Misa
Hi, Sorry to trouble the group. I've sent numerous unsubscribe emails (responses) -- but cannot seem to get the forum mailer to drop my email address. I hoping someone with administrative authority here can manually unsubscribe me. I'm not sure how I was added to the list ? But I prefer che

Re: Re: heap analysis and tapestry caches

2006-07-12 Thread Surachai Locharoen
I found the same problem in tomcat 5.5.17. But not found this problem in tomcat 5.5.14 I used jdk1.5.0_7. เมื่อ พ. 2006-07-12 เวลา 00:40 -0400, Henri Dupre เขียนว่า: > On 7/12/06, Jesse Kuhnert <[EMAIL PROTECTED]> wrote: > > > > I did take a look at this earlier and didn't see any issues right aw

'context' ObjectProvider (hivemind/tapestry)

2006-07-12 Thread Epstein, Ezra
Does Tapestry's HiveMind come with a "ContextObjectProvider" ? Basically I want a way to get attributes from the WebContext and use them as parameters in instantiating an object inside a hivemodule.xml file. If not, looks like I have to role my own ObjectProvider a la: http://jakarta.apa

RE: JSF-style bean access (JBoss) via HiveMind ?

2006-07-12 Thread Epstein, Ezra
The beans are actually available as attributes of the WebContext (which, in the context of a Portlet is actually an instance of org.apache.tapestry.portlet.PortletWebContext). So I've figured out how to get what I want, now I'm looking to automate it. This works, but is a bit cumbersome:

Re: Open Web Application Platform

2006-07-12 Thread FTP
Have you seen this one: http://www.sakaiproject.org/ On Wed, Jul 12, 2006 at 04:46:02PM +0200, Lennart Benoot wrote: > Hi all, > > (Sorry for the length of this slightly of topic e-mail) > Thepast year (during free time) I have been working on a what I call an > "Open knowledge platform". Basicl

Re: Tap 4.1 questions

2006-07-12 Thread Jesse Kuhnert
Do you mean this? http://tapestry.apache.org/tapestry4.1/source-repository.html? I thought I had fixed the maven jar generation to also build source jars (for easier IDE usage), but will double check. The reason the release isn't coming out for another week is to fix documentation and other thin

Re: Element type "context-asset" must be declared.

2006-07-12 Thread Rui Pacheco
No luck. I wanted to avoid declaring the assets through injection, but I guess thats the route I'm following. On 7/12/06, Richard Kirby <[EMAIL PROTECTED]> wrote: Hi Rui, Try Cheers Richard. Rui Pacheco wrote: > Hi all > > I am declaring two images as assets in my .page file. I am using T

Re: Element type "context-asset" must be declared.

2006-07-12 Thread Richard Kirby
Hi Rui, Try Cheers Richard. Rui Pacheco wrote: Hi all I am declaring two images as assets in my .page file. I am using Tapestry 4.0, but used the examples that come with Spindle to do this, as I couldn't find any other. While navigation my app, when I reach that page, I get the error: E

Element type "context-asset" must be declared.

2006-07-12 Thread Rui Pacheco
Hi all I am declaring two images as assets in my .page file. I am using Tapestry 4.0, but used the examples that come with Spindle to do this, as I couldn't find any other. While navigation my app, when I reach that page, I get the error: Element type "context-asset" must be declared. This is

RE: Contrib Table Weirdness...

2006-07-12 Thread James Carman
Not exactly. In the Hibernate API, you can create a DetachedCriteria object which isn't tied to any session (and can thus be safely saved in an HTTP session or something). Anyway, when you get a session you can do: session.getExecutableCriteria(detachedCriteria) That returns a Criteria instance

Open Web Application Platform

2006-07-12 Thread Lennart Benoot
Hi all, (Sorry for the length of this slightly of topic e-mail) Thepast year (during free time) I have been working on a what I call an "Open knowledge platform". Basicly, the idea is to create an open and free platform that allows you create and follow courses. we want to build an increasing num

Re: Tapestry + Acegi + Spring integration

2006-07-12 Thread Gernot Stocker
On Wednesday 12 July 2006 13:48, James Carman wrote: > hivemodule.xml file to get that to work. Why can't you just plug your own > SSO filter into the existing pipeline by using a symbol override? just to make clear I'm not really familiar with Hivemind, I just use it to reach the Spring Beans

Tapestry not work, help

2006-07-12 Thread Andrei_1974
I've installed tapestry and when started application this message shown: org.apache.hivemind.ApplicationRuntimeException: Unable to construct service tapestry.request.RequestCycleFactory: Error building service tapestry.request.RequestCycleFactory: Error at jar:file:/C:/MYPROG/JAVA/my_tapestry/WE

Re: Contrib Table Weirdness...

2006-07-12 Thread Rui Pacheco
I never used Hibernate, but seems to me that you were expecting a copy by value behaviour and what Hibernate did was a copy by reference. Right? On 7/12/06, James Carman <[EMAIL PROTECTED]> wrote: Yes, it was pretty stupid. I didn't realize that when you create an executable hibernate criteria

RE: Contrib Table Weirdness...

2006-07-12 Thread James Carman
Yes, it was pretty stupid. I didn't realize that when you create an executable hibernate criteria from a detached criteria that any changes made to the resulting criteria actually get written to the underlying detached criteria. That doesn't seem like it's right, though. They should be copying t

Re: Contrib Table Weirdness...

2006-07-12 Thread Rui Pacheco
:) I was actually thinking of something really simple. Its just that kind of mistake... On 7/12/06, James Carman <[EMAIL PROTECTED]> wrote: Nevermind. I figured it out. Stupid mistake that I don't care to share (unless you really prod). -Original Message- From: James Carman [mailto:

RE: Contrib Table Weirdness...

2006-07-12 Thread James Carman
Nevermind. I figured it out. Stupid mistake that I don't care to share (unless you really prod). -Original Message- From: James Carman [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 12, 2006 9:08 AM To: 'Tapestry users' Subject: RE: Contrib Table Weirdness... I am giving it a list of

RE: Contrib Table Weirdness...

2006-07-12 Thread James Carman
I am giving it a list of "Supplier" objects (the Supplier class does have a "name" property). -Original Message- From: Rui Pacheco [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 12, 2006 9:04 AM To: Tapestry users Subject: Re: Contrib Table Weirdness... It seems to be a problem with you

Re: Contrib Table Weirdness...

2006-07-12 Thread Rui Pacheco
It seems to be a problem with your model. What are you giving to your table? On 7/12/06, James Carman <[EMAIL PROTECTED]> wrote: I am using a contrib table on one of my screens with no issues. On another screen, where I'm doing exactly the same thing, when I try to access a property of one of

RE: Tapestry + Acegi + Spring integration

2006-07-12 Thread James Carman
You can use a symbol override for that: -Original Message- From: news [mailto:[EMAIL PROTECTED] On Behalf Of Jesper Zedlitz Sent: Wednesday, July 12, 2006 8:58 AM To: users@tapestry.apache.org Subject: RE: Tapestry + Acegi + Spring integration -BEGIN PGP SIGNED MESSAGE

Tap 4.1 questions

2006-07-12 Thread Sam Gendler
I am not a maven user, and the Tap4.1 site refers only to maven (and briefly, at that) for getting Tapestry. I was able to figure things out in order to include Tap4.1 as a dependancy (although truth be told, I just want a jar file that i can include in an existing ant-based project), but both ta

RE: Tapestry + Acegi + Spring integration

2006-07-12 Thread Jesper Zedlitz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 James Carman wrote: > What did you mean by "How do I change the name used for HTTP basic > authentication?" on the Wiki? > Ok, "realm name" is more percise. Right now it is "Acegi Security" but I would like to change it to something like "super secr

Contrib Table Weirdness...

2006-07-12 Thread James Carman
I am using a contrib table on one of my screens with no issues. On another screen, where I'm doing exactly the same thing, when I try to access a property of one of the objects in the table model, I keep getting an "ognl.NoSuchPropertyException: java.lang.Integer.name" Apparently, it's iterating

RE: Tapestry + Acegi + Spring integration

2006-07-12 Thread James Carman
What did you mean by "How do I change the name used for HTTP basic authentication?" on the Wiki? -Original Message- From: news [mailto:[EMAIL PROTECTED] On Behalf Of Jesper Zedlitz Sent: Tuesday, July 11, 2006 8:32 AM To: users@tapestry.apache.org Subject: RE: Tapestry + Acegi + Spring int

RE: Tapestry + Acegi + Spring integration

2006-07-12 Thread James Carman
The tapestry-acegi module allows you to use the Acegi servlet filters as ServletRequestServicerFilters. So, you can just add a javax.servlet.Filter to the pipeline and it will automatically wrap it to adapt it to the proper interface. Since the "filterChainProxy" implements javax.servlet.Filter,

Re: Tapestry + Acegi + Spring integration

2006-07-12 Thread Gernot Stocker
On Tuesday 11 July 2006 20:30, James Carman wrote: > Yeah, when I added tapestry-acegi support into our project at work, the > people were quite amazed at how easy it was to secure a page. Hi, I would like to use the tapestry-acegi project for ACEGI-security-checks in pages, having already imple

Re: How can I access request parameters in my page class?

2006-07-12 Thread Nick Westgate
Hi Vitaly. Have a look at FAQ number 2.7: "I need to calculate a URL to jump to a particular page. How do I do this?" http://tapestry.apache.org/tapestry4/faq.html This shows you how to generate URLs for a page that implements IExternalPage. Cheers, Nick. [EMAIL PROTECTED] wrote: "James Carm

Setting Asset inline on the template

2006-07-12 Thread Rui Pacheco
Hi all I'm trying to define the selected and deselected arrows for a Palette. I am trying not to do it using the .page file as I already have all my properties, for the Palette and other components, on the html template. What is the proper syntax to do that? How can I say I want my selectedImage

RE: How can I access request parameters in my page class?

2006-07-12 Thread baranovsky
I've found another way on http://tapestry.apache.org/tapestry4/tapestry-portlet/coding-issues.html : @InjectObject("infrastructure:request") public abstract WebRequest getHttpServletRequest(); At this page wrotten: This object is API neutral So, as I think, it's a best way, because I'm in

RE: How can I access request parameters in my page class?

2006-07-12 Thread baranovsky
"James Carman" <[EMAIL PROTECTED]> wrote on 11.07.2006 18:31:07: > Can't you set up a page where they type in the value they want and > then switch over to the page that displays values based on that? No, I can't :( I need user enter link to this page in its browser or clicks on this links in goo

Re: Tapestry and HiveMind injection problem

2006-07-12 Thread Norbert Sándor
It is not possible as I know. I try to implement it for you if you have some time to wait because I'm currently working on a similar problem. Regards, Norbi Andrea Chiumenti wrote: Hello, afeter having submitted my question to Tapestry ml without having a reply I think maybe that was the wro

Re: CMS Integration

2006-07-12 Thread Lutz Hühnken
Simeon, it would of course be great if you'd provide your code. I wasn't aware you had already done some work in the area, only today by means of google I read your posting from november 05. What is the status of your code? Is it currently in use with alfresco? Have you tried it with other JCRs,