RE: [shale][clay][resolved] NullPointerException on Linux

2006-07-04 Thread Ian.Priest
, Ian. -Original Message- From: Ian.Priest [mailto:[EMAIL PROTECTED] Sent: 04 July 2006 15:36 To: Struts Users Mailing List Subject: RE: [shale][clay] NullPointerException on Linux Should have also said that when built and war'd with the shale 1.0.2 and myfaces 1.1.1 jars the same source, config

RE: [shale][clay] NullPointerException on Linux

2006-07-04 Thread Ian.Priest
Should have also said that when built and war'd with the shale 1.0.2 and myfaces 1.1.1 jars the same source, config files etc. run fine on both windows and Linux, so the only diff is the upgraded jars. -Original Message- From: Ian.Priest [mailto:[EMAIL PROTECTED] Sent: 04 July 20

[shale][clay] NullPointerException on Linux

2006-07-04 Thread Ian.Priest
Anyone want to hazard a guess as to why I get the npe below when I deploy my application on Linux in tomcat 5? I'd just upgraded shale and clay to the latest snapshot of 1.0.3 and myfaces to 1.1.3. The same war file deploys and runs happily on my windows development box running tomcat 5.5.12. 200

RE: [shale] t:commandLink issues

2006-06-23 Thread Ian.Priest
I had a very similar problem. I had a table that was the result of a search. When a search was performed all was well and the table displayed. When a link in the table was clicked the action was ignored as the getter for my table was returning an empty list on that request. I "fixed" it by making m

RE: [shale] back button issue

2006-06-13 Thread Ian.Priest
The back button is actually a problem with JSF in general as if the user hits "back" they are now on a different view to the one the server thinks they have, but it's particularly emphasised in dialogs. If you don't using dialogs you can overcome it by setting the JSF save-state to "client". Then

RE: [shale] back button issue

2006-06-13 Thread Ian.Priest
-Original Message- From: Wendy Smoak [mailto:[EMAIL PROTECTED] Sent: 13 June 2006 18:52 To: Struts Users Mailing List Subject: Re: [shale] back button issue On 6/13/06, stephan opitz <[EMAIL PROTECTED]> wrote: > while rebuiding the login procedure from the use-cases, i found the > pr

[shale] downloads

2006-06-12 Thread Ian.Priest
Has the shale download site gone down? I can't see any directories under http://cvs.apache.org/builds/struts/nightly/struts-shale/...

RE: [shale][clay] commandLink in dataTable not working

2006-05-05 Thread Ian.Priest
nse. Knowing I wasn't the only one seeing this behaviour motivated me to take a deeper look!! I guess your stuff fails because when you move your data connection to prerender() the first call to your getter is returning an empty list. Cheers, Ian. -Original Message- From: Ryan [mailt

RE: [shale][clay] commandLink in dataTable not working

2006-05-04 Thread Ian.Priest
No-one else got any ideas about this? Does anyone which classes get invoked on an action click - maybe I can debug a handler somewhere to try and see what's happening? -Original Message- From: Ian.Priest [mailto:[EMAIL PROTECTED] Sent: 04 May 2006 09:49 To: Struts Users Mailing

RE: [shale][clay] commandLink in dataTable not working

2006-05-04 Thread Ian.Priest
7;ve never used Clay, but when you have this lind of problem in JSF, 95% of the times if because you forgot to declare the form. CommandLinks doesn't work if not inside of a form. al. On 5/4/06, Ian.Priest <[EMAIL PROTECTED]> wrote: > > This is driving me mad - can anyo

[shale][clay] commandLink in dataTable not working

2006-05-04 Thread Ian.Priest
This is driving me mad - can anyone see why my command link isn't working? I have a table that lists customers and has an action link in each row to view customer details. I build all my viws using clay. The clay components are:

RE: [shale][clay] defining onClick() etc for components - fixed

2006-04-28 Thread Ian.Priest
Just noticed the case is wrong on the attributes. Wrong: Right: Now renders as ... mailto:[EMAIL PROTECTED] Sent: 28 April 2006 15:13 To: Struts Users Mailing List Subject: [shale][clay] defining onClick() etc for components Hi all, I'm using clay full html and i need to call a javascrip

[shale][clay] defining onClick() etc for components

2006-04-28 Thread Ian.Priest
Hi all, I'm using clay full html and i need to call a javascript function from a component. The component is defined in clay-config as

RE: Acegi with shale and clay

2006-04-24 Thread Ian.Priest
-Original Message- From: Ian.Priest [mailto:[EMAIL PROTECTED] Sent: Monday, April 24, 2006 1:28 PM To: Struts Users Mailing List Subject: Acegi with shale and clay Hi, I'm using Shale/Clay to create an application. I'd like to protect the app with acegi's URL protection but

Acegi with shale and clay

2006-04-24 Thread Ian.Priest
Hi, I'm using Shale/Clay to create an application. I'd like to protect the app with acegi's URL protection but I don't see a way to integrate with the response rendering. Here's an example: (all pages are rendered via Clay full html). I have the structure /welcome.html /logon.html /secure/pag

RE: setValue() and test-framework

2006-04-20 Thread Ian.Priest
-- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: 19 April 2006 17:38 To: Struts Users Mailing List Subject: Re: setValue() and test-framework >From: "Ian.Priest" <[EMAIL PROTECTED]> > > Hi, > > I think i may have found a bug in the test-framework: > > I&#

RE: setValue() and test-framework

2006-04-19 Thread Ian.Priest
Should have said I'm using Shale! -Original Message- From: Ian.Priest [mailto:[EMAIL PROTECTED] Sent: 19 April 2006 15:59 To: user@struts.apache.org Subject: setValue() and test-framework Hi, I think i may have found a bug in the test-framework: I'm have a ViewController

setValue() and test-framework

2006-04-19 Thread Ian.Priest
Hi, I think i may have found a bug in the test-framework: I'm have a ViewController that calls setValue() as part of it's set-up... public class SignupViewController extends AbstractViewController { private static final String DIALOG_DATA = "#{dialog.data}"; public