Re: PageTester with an application that uses tynamo

2012-02-13 Thread donarus
*Hi...* It is some time from my last visit, but now I have working example. Thanks to the http://shiro-user.582556.n2.nabble.com/Testing-with-Shiro-td5765075.html Testing with Shiro @ nabble mailing list (user mbrictson) package cz.donarus.checker.web; import static org.mockito.Mockito.reset;

Re: PageTester with an application that uses tynamo

2011-11-25 Thread donarus
hi... Did you found any simple solution on this? I am totaly confused and after 12 hours of searching a solution I'm not able to test any page where user should be logged in. The problem is, i think in TestableRequest/TestableResponse implementation. It should be possible to change TR/TR to provi

Re: How to enable suggestions when entering the input field

2010-06-10 Thread Donarus
focus', function(event) { > > $T('autoCompleterTextField').autoCompleter.goGetSomeAutoCompletionsRightNow(); > > }); > > If you check the sources, you might find out that this is actually > possible. > I don't know. > > > > On Wed, Jun 9,

Re: How to enable suggestions when entering the input field

2010-06-09 Thread Donarus
Hi and thanks for your reply! I haven't time at the moment for trying this, but think, that it is possible way how to resolve my problem. So thanks for that link - I will try it as soon as possible and let you know.. Dnrs Josh Canfield wrote: > > The autocomplete mixin is based on Script

Re: How to enable suggestions when entering the input field

2010-06-08 Thread Donarus
Pablo dos Reis wrote: > > Use the Select and not a AutoComplete. > Thanks for reply, but that is not a solution for me. I can't use select box. This was only example, but my real application will do more... If input will be some string, which is not in suggestions, it will search it in DB, b

How to enable suggestions when entering the input field

2010-06-08 Thread Donarus
rs property (default = 1), but when i change it to 0, it does nothing. Is there aby possible easy way, how to solve this?(how to fire event for showing possible suggestions immediatelly when user clicks inside textfield)? Im sorry for my English. Donarus -- View this message in context: http: