Re: Realize operations on "blur" from a textfield

2010-07-09 Thread Claude Dubois
ation in Jumpstart : http://jumpstart.doublenegative.com.au/jumpstart/examples/javascript/ajaxonevent If it can be useful to someone else. Thanks for your answers ! - Claude Dubois -- View this message in context: http://old.nabble.com/Realize-operations-on-%22blur%22-from-a-text

Realize operations on "blur" from a textfield

2010-07-08 Thread Claude Dubois
t; action on my textfield to trigger this search. Once the search is over, the part name will appear in the corresponding textfield. Does anyone have any idea of how it is possible to detect "onBlur" like we could do in Javascript? Thank you in advance - Claude Dubois -- View this

Re: Tapestry 5 Validation on Form Submit

2010-06-02 Thread Claude Dubois
nents only when the form is submitted, keeping the error bubbles displayed next to the fields. Maybe it will be useful to someone else. Regards, - Claude Dubois -- View this message in context: http://old.nabble.com/Tapestry-5-Validation-on-Form-Submit-tp28691739p28753624.html Sent fro

Tapestry 5 Validation on Form Submit

2010-05-27 Thread Claude Dubois
and it's quite unpleasant. Would anyone know how to realize fields validation only when the form is submitted? Thanks - Claude Dubois -- View this message in context: http://old.nabble.com/Tapestry-5-Validation-on-Form-Submit-tp28691739p28691739.html Sent from the Tapestry - User mai

Re: How to use a grid with some "null" cells

2010-05-12 Thread Claude Dubois
tter III-3 wrote: > > > On May 11, 2010, at 5:59 AM, Claude Dubois wrote: > > The problem is slightly different then just being a null. The problem is > that shop is null, so user.getShop().getShoCode() throws an exception. So > the problem is that one step removed from th

Re: How to use a grid with some "null" cells

2010-05-11 Thread Claude Dubois
ueInTheComponent} > > > Hope this helps, > Joost > > - Claude Dubois -- View this message in context: http://old.nabble.com/How-to-use-a-grid-with-some-%22null%22-cells-tp28521840p28523766.html Sent from the Tapestry - User mailing list archive at Nabble.com. -

How to use a grid with some "null" cells

2010-05-11 Thread Claude Dubois
e possible to display a row even if one of its fields is null? For example display a default value instead of it? Thanks Claude Dubois ----- Claude Dubois -- View this message in context: http://old.nabble.com/How-to-use-a-grid-with-some-%22null%22-cells-tp28521840p28521840.html Sent from th

Re: Grid / sortable additionnal column

2010-04-28 Thread Claude Dubois
Hello, I am trying to add a sortable column like you, but when I try to implement PropertyConduit, as you explained, it doesn't work, and I have a java.lang.NullPointerException. Could you explain how you implement your class, and what problems you got (if you got someones). Thank you Francoi