AW: log4j.properties configuration not working

2014-03-26 Thread Vasili Petrenko
:54 An: Tapestry users Betreff: Re: log4j.properties configuration not working On Wed, 26 Mar 2014 07:59:58 -0300, Vasili Petrenko wrote: > Hi. Hi! > I'm using Tapestry 5.3.7 with JBOSS 7 application server. My log4j > configuration don*t work. I'm sorry, but this que

log4j.properties configuration not working

2014-03-26 Thread Vasili Petrenko
Hi. I'm using Tapestry 5.3.7 with JBOSS 7 application server. My log4j configuration don*t work. I put the log4j.properties file to resource folder: src/main/resources My file: log4j.rootCategory=warn, A1 log4j.appender.A1=org.apache.log4j.ConsoleAppender log4j.appender.A1.layout=

AW: JQuery IE Problem

2013-11-28 Thread Vasili Petrenko
, 28. November 2013 15:38 An: Tapestry users Betreff: Re: JQuery IE Problem If you add a breakpoint on line 9, does your jQuery('#' + spec.dialogId) return the right thing ? Manu 2013/11/28 Vasili Petrenko > If I execute this code in console : $j('#dlgAskPdf').dialog('

AW: JQuery IE Problem

2013-11-28 Thread Vasili Petrenko
If I execute this code in console : $j('#dlgAskPdf').dialog('open'); the modal box is showing. '$j' is my alias for JQuery. -Ursprüngliche Nachricht- Von: Vasili Petrenko [mailto:vasili.petre...@devintime.de] Gesendet: Donnerstag, 28. November 2013 14:27

JQuery IE Problem

2013-11-28 Thread Vasili Petrenko
Hi. I use jQuery Dialog. In FireFox and Chrome work it perfect, but not in IE ( I use IE 10 ). I have following javascript error: SCRIPT438: Object doesn't support this property or method à„dialog“ dialoglink.js, line 9 character 14 The code of dialoglink.js (function( $ ) {

AW: switch Modal Box

2013-11-27 Thread Vasili Petrenko
] Gesendet: Mittwoch, 27. November 2013 16:41 An: Tapestry users Betreff: Re: switch Modal Box I would use an event link. From the event handler you should be able to return a StreamResponse (which could be the PDF) or a Zone which would bring up the Modal. On Wed, Nov 27, 2013 at 8:52 AM, Vasili

switch Modal Box

2013-11-27 Thread Vasili Petrenko
Scenario: Someone clicks on the actionlink and want to download a PDF. But if there is no data, I want show a Modal Box and offer a further suggestion. If data exists then download the PDF file. How can I do that? I am new on Tepastry.

AW: Pre select Tree with zone update

2013-11-20 Thread Vasili Petrenko
Another question! How can I focus the selected element in the tree. (jump to the link tag)? I can change the style witch css but not jump to the selected node. -Ursprüngliche Nachricht- Von: Lance Java [mailto:lance.j...@googlemail.com] Gesendet: Sonntag, 17. November 2013 11:39 An: T

AW: Pre select Tree with zone update

2013-11-19 Thread Vasili Petrenko
Hi Lance Java, thank you very match. Its to simple :) -Ursprüngliche Nachricht- Von: Lance Java [mailto:lance.j...@googlemail.com] Gesendet: Sonntag, 17. November 2013 11:39 An: Tapestry users Betreff: Re: Pre select Tree with zone update Jumpstart fires it's own custom "leafSelected"

Pre select Tree with zone update

2013-11-16 Thread Vasili Petrenko
I wont to search in the tree. I have implemented the tree with zones. Example: http://jumpstart.doublenegative.com.au/jumpstart/examples/ajax/treefromdatab asewithzones I can pre expand the tree witch ExpansionModel but not pre select the leaf. The selectionModel is not working in this

AW: How create Autocomplete with selectbox

2013-10-27 Thread Vasili Petrenko
ly been using it maybe 4 months), but I implemented something similar with a particular jquery script I wanted for displaying data and it worked fine. Thanks, Steve On 23 October 2013 15:04, Vasili Petrenko wrote: > I'm new to Tapestry. I want to change the behavior in autocomplete. &g

How create Autocomplete with selectbox

2013-10-23 Thread Vasili Petrenko
I'm new to Tapestry. I want to change the behavior in autocomplete. I want to display a selection list when i'm click on the input field. How do I set up the click event to show the list. Something like this. http://jqueryui.com/autocomplete/#combobox It can also be as a pure input field.

How create Autocomplete with selectbox

2013-10-23 Thread Vasili Petrenko
I'm new to Tapestry. I want to change the behavior in autocomplete. I want to display a selection list when i'm click on the input field. How do I set up the click event to show the list. Something like this. http://jqueryui.com/autocomplete/#combobox It can also be as a pure input field.