Re: Centering the default submit input in BeanEditForms

2010-08-05 Thread Thiago H. de Paula Figueiredo
On Thu, 05 Aug 2010 19:04:15 -0300, Rich wrote: Hi, Hi! in concept that seems alright, but BeanEditor doesn't have the validation support I use from BeanEditForm, particularly the recordError method. Just inject the Form and use the same method to do your custom validation. The recor

Re: Centering the default submit input in BeanEditForms

2010-08-05 Thread Rich
Hi, in concept that seems alright, but BeanEditor doesn't have the validation support I use from BeanEditForm, particularly the recordError method. Interestingly enough, in Firefox 3.5.9 on Linux this is where the odd submit tag gets placed exactly where I want it by some form of magic. How

Re: Centering the default submit input in BeanEditForms

2010-08-05 Thread Thiago H. de Paula Figueiredo
On Thu, 05 Aug 2010 18:08:09 -0300, Rich wrote: Hi, Hi! I'm currently styling my web application to look better, and I'm having some issues getting a good looking bean edit form. Particularly I want all the submit buttons at the bottom to be centered in the form. At random it seems the

Centering the default submit input in BeanEditForms

2010-08-05 Thread Rich
Hi, I'm currently styling my web application to look better, and I'm having some issues getting a good looking bean edit form. Particularly I want all the submit buttons at the bottom to be centered in the form. At random it seems the default submits will line up with the input fields or ali