Re: EL question

2007-01-16 Thread Craig McClanahan
On 1/16/07, JS Portal Support [EMAIL PROTECTED] wrote: Hi, Maybe an ignorant (and more a simple JSP) question, but I can't seem to figure out how to make an EL call that does: org.apache.lucene.document.Document.get(String nameOfField) I have my Hits (wrapped in a custom

RE: Getting started...again.

2007-01-16 Thread Reynolds, James
That sounds great! Thanks for doing this and letting me know. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Matthias Wessendorf Sent: Tuesday, January 16, 2007 9:23 AM To: user@shale.apache.org Subject: Re: Getting started...again. James- I am

Re: Getting started...again.

2007-01-16 Thread Matthias Wessendorf
you need to build trinidad components yourself, since we currently working on getting a release out... On 1/16/07, Reynolds, James [EMAIL PROTECTED] wrote: That sounds great! Thanks for doing this and letting me know. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL

RE: Getting started...again.

2007-01-16 Thread Reynolds, James
Oh, thank you! I'll drop my Tomcat version and go again. :) -Original Message- From: Hermod Opstvedt [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 16, 2007 11:01 AM To: user@shale.apache.org Subject: SV: Getting started...again. Hi Just don't attempt to use Shale with 5.5.20 and

SV: Getting started...again.

2007-01-16 Thread Hermod Opstvedt
Hi How are you creating it? As a complete Maven2 project, or as Maven2 archetype? Reason for asking, is that I recently submitted Shale/Clay kickstart project (The first of more to come with other faces libs included). Take a look in the shale sandbox under maven Hermod -Opprinnelig

RE: Getting started...again.

2007-01-16 Thread Reynolds, James
I've been setting it up from scratch, since (oh the shame) I haven't used Maven yet. This is yet another reason why I'd better hop on the bandwagon and set it up. I'll check out that project too. Thanks so much! -Original Message- From: Hermod Opstvedt [mailto:[EMAIL PROTECTED]

RE: EL question

2007-01-16 Thread JS Portal Support
Ok, that explains why I couldn't do it ;-) Just thought it'd be nice to be able to call methods like that and pass it String arguments. I did already wrap my lucene search results in a List so I could pass that list to the dataTable. But the Hit's in the list had a Hit.getDocument.fiels() method

Remoting and other app security concerns - shale 1.0.3

2007-01-16 Thread Costa Basil
Today, I added some code for calling bean methods from ajax via shale remoting and to my wonder I discovered the mechanisms for executing bean calls are enabled by default. I don't think this is right. I think they should be disabled by default, and they should be enabled once the

Re: Getting started...again.

2007-01-16 Thread Matthias Wessendorf
m2 project archetype will be the result (need to add some more *demo* parts) On 1/16/07, Hermod Opstvedt [EMAIL PROTECTED] wrote: Hi How are you creating it? As a complete Maven2 project, or as Maven2 archetype? Reason for asking, is that I recently submitted Shale/Clay kickstart project

Re: Remoting and other app security concerns - shale 1.0.3

2007-01-16 Thread Craig McClanahan
On 1/16/07, Costa Basil [EMAIL PROTECTED] wrote: Today, I added some code for calling bean methods from ajax via shale remoting and to my wonder I discovered the mechanisms for executing bean calls are enabled by default. I don't think this is right. I think they should be disabled by default,