Re: Realize operations on blur from a textfield

2010-07-09 Thread Claude Dubois
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-textfield

Realize operations on blur from a textfield

2010-07-08 Thread Claude Dubois
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 message in context: http

Re: Tapestry 5 Validation on Form Submit

2010-06-02 Thread Claude Dubois
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 from

Tapestry 5 Validation on Form Submit

2010-05-27 Thread Claude Dubois
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 mailing list archive

Re: How to use a grid with some null cells

2010-05-12 Thread Claude Dubois
, 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 the value to be displayed is a null. You can deal with this more

How to use a grid with some null cells

2010-05-11 Thread Claude Dubois
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 the Tapestry

Re: How to use a grid with some null cells

2010-05-11 Thread Claude Dubois
name=yourPropertyNameCell-- display whatever you want eg: ${row.yourPropertyName} or ${computedValueInTheComponent} /p:yourPropertyNameCell Hope this helps, Joost - Claude Dubois -- View this message in context: http://old.nabble.com/How-to-use-a-grid-with-some-%22null%22

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