Change default Log4J logger tapestry

2012-10-09 Thread djst
Hi there. Do any of you know how I can specify which Log4J logger tapestry should use? You see, I'm trying to set Log4J up so I have two separate log files. One containing the internal tapestry log entries and one containing my own specified log entries. Here is my properties file: og4j.rootLogg

Re: How to get selected value from Autocomplete list onto server side?

2012-09-26 Thread djst
Okay. I'll look in to it. Thanks for the help. :) -- View this message in context: http://tapestry.1045711.n5.nabble.com/How-to-get-selected-value-from-Autocomplete-list-onto-server-side-tp5716506p5716510.html Sent from the Tapestry - User mailing list archive at Nabble.com. -

Re: How to get selected value from Autocomplete list onto server side?

2012-09-26 Thread djst
Okay... Isn't there a way another way of implementing this? Or is there a way to extend or configure the autocomplete mixin to provide submission when the user chooses from the dropdown menu? -- View this message in context: http://tapestry.1045711.n5.nabble.com/How-to-get-selected-value-fro

RE: Tapestry 5.3.2 autocomplete mixin not working

2012-09-26 Thread djst
email to this list. I'm a young french software architect working in a small and young company called Enyx. I'm using Tapestry for 1 year and a half but I just recently subscribe to the mailing-lists. Charles Capon. 2012/9/25 djst <[hidden email]> > Hey! > > Thanks for the

RE: Tapestry 5.3.2 autocomplete mixin not working

2012-09-25 Thread djst
tocomplete unless you use t:mixins="jquery/autocomplete" or disable Prototype first. Just a thought... On Wed, Sep 12, 2012 at 9:48 AM, djst <[hidden email]> wrote: > Hi there. > > I'm trying to get the auto-completion mixin in Tapestry 5.3.2 to work put I > cannot

Re: Tapestry 5.3.2 autocomplete mixin not working

2012-09-25 Thread djst
Hmm okay. No I'm not getting any java errors. It seems like tapestry is not recognizing my onProvideCompletionsFrom function as an event handler. Sorry about my late reply. I've been on vacation from my work... -- View this message in context: http://tapestry.1045711.n5.nabble.com/Tapestry-5-

Tapestry 5.3.2 autocomplete mixin not working

2012-09-12 Thread djst
Hi there. I'm trying to get the auto-completion mixin in Tapestry 5.3.2 to work put I cannot get it to function properly. Tapestry does not call my onProvideCompletionsFrom eventhandler. When inputting characters into the textfield I get a little loading icon on the right side of my text field but