Re: [Stripes-users] Ajax Submit

2008-07-23 Thread Jasper Fontaine
label is not an input field, just some text. if you really want to do this i guess you could use a hidden formfield that you populate in the onclick before subimtting the form Ken wrote: > Thanks a lot for the info. I want to do this. I have 10 > > I even check > Enumeration em = context.getR

Re: [Stripes-users] Ajax Submit

2008-07-23 Thread Ken
Thanks a lot for the info. I want to do this. I have 10 http://moblin-contest.org/redirect.php?banner_id=100&url=/ ___ Stripes-users mailing list Stripes-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/stripes-users

Re: [Stripes-users] Ajax Submit

2008-07-23 Thread Lars
Ken <[EMAIL PROTECTED]> writes: > when i click on the label it doesnt sys.out but no error is shown. Any ideas? > also the form of the url to hit a function named joe on a bean with url > Car.action is > http://localhost:8080/CarApp/Car.action&joe ??/ > Is this correct? Hi Ken, Your url ha

[Stripes-users] Ajax Submit

2008-07-23 Thread Ken
Hello all, I have a stripes Label with an onclick function that uses prototype to hit my my actionBean. If I use it as and when i click on the label it doesnt sys.out but no error is shown. Any ideas? also the form of the url to hit a function named joe on a bean with url Car.action is http:/