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 Ryan
I'm experiencing the same behavior, and I've built all my views in Clay as well. Here's an interesting behavior that I see in my Controller (extending the Shale Controller). I have Page A that displays a data table with image links throughout that link to an action, let's call it "edit". This is

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

2006-05-04 Thread Gary VanMatre
>From: "Ian.Priest" <[EMAIL PROTECTED]> > > > 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: > [snippe

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

2006-05-04 Thread Ian.Priest
List Subject: RE: [shale][clay] commandLink in dataTable not working Good guess, but unfortunately I have put the form tags in - here's an html snippet that might give everyone

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

2006-05-04 Thread Ian.Priest
ECTED] ... -Original Message- From: Alberto Molpeceres [mailto:[EMAIL PROTECTED] Sent: 04 May 2006 09:31 To: Struts Users Mailing List Subject: Re: [shale][clay] commandLink in dataTable not working I don't know if this applies since I

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

2006-05-04 Thread Alberto Molpeceres
I don't know if this applies since I'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 -

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