[Trinidad + Tomahawk Sandbox] inputSuggestAjax not working

2008-12-05 Thread ARAM G MURGUIA REZA

¡Hi everyone!
 
I want to use the inputSuggestAjax from the Tomahawk Sanbox in my 
Trinidad-based application, but I've not been able to make it work. I'm using 
MyFaces 1.1.6, Tomahawk 1.1.7 and Tomahawk Sandbox 1.1.7. What I did was the 
following:
 
Uncompress the Sandbox-Examples WAR
Copy the Trinidad JARs into WEB-INF/lib
Edit WEB-INF/web.xml to include the Trinidad filter, resources servlet and 
resources filter mapping
Create trinidad-config.xml in WEB-INF
Edit WEB-INF/examples-config.xml and set Trinidad render kit as the default
 
When I try the inputSuggestAjax example (inputSuggestAjax.jsf), the components 
behaves like a normal inputText. There isn't any suggestion list/drop down.
 
I have compared the code generated from my configuration and the one generated 
from the examples hosted in 
http://www.irian.at/myfaces-sandbox/inputSuggestAjax.jsf , and the code 
generated in my machine is missing many lines. For example:
 

 
...
 

 
 
And the only messages I'm getting on the console are these:
5/12/2008 12:07:01 PM 
org.apache.myfaces.custom.redirectTracker.RedirectTrackerManager 
createRedirectTrackerManager
INFO: No context init parameter 
'org.apache.myfaces.redirectTracker.MAX_REDIRECTS' found, using default value 20
 
What am I doing wrong? Any ideas why I can't make this component work with 
Trinidad? Did I miss any configuration required for this?
 
Hope you can help me.
 
Aram
 
_
See how Windows® connects the people, information, and fun that are part of 
your life
http://clk.atdmt.com/MRT/go/119463819/direct/01/

Re: Where's s:exporterActionListener ?

2008-12-05 Thread Rogerio Pereira
Nevermind, I found a build that contains this actionlistener at
people.apache.org repo.

2008/12/5 Rogerio Pereira <[EMAIL PROTECTED]>

> Hi!
>
> Where I can find a build that contains s:exporterActionListener as
> described in the issue below?
>
> https://issues.apache.org/jira/browse/TOMAHAWK-1230
>
> --
> Regards,
>
> Rogério (_rogerio_)
>
> [Blog: http://faces.eti.br]  [Sandbox: http://bmobile.dyndns.org]
>  [Twitter: http://twitter.com/ararog]
>
> "Faça a diferença! Ajude o seu país a crescer, não retenha conhecimento,
> distribua e aprenda mais."
> (http://faces.eti.br/2006/10/30/conhecimento-e-amadurecimento)
>



-- 
Regards,

Rogério (_rogerio_)

[Blog: http://faces.eti.br]  [Sandbox: http://bmobile.dyndns.org]  [Twitter:
http://twitter.com/ararog]

"Faça a diferença! Ajude o seu país a crescer, não retenha conhecimento,
distribua e aprenda mais."
(http://faces.eti.br/2006/10/30/conhecimento-e-amadurecimento)


Where's s:exporterActionListener ?

2008-12-05 Thread Rogerio Pereira
Hi!

Where I can find a build that contains s:exporterActionListener as described
in the issue below?

https://issues.apache.org/jira/browse/TOMAHAWK-1230

-- 
Regards,

Rogério (_rogerio_)

[Blog: http://faces.eti.br]  [Sandbox: http://bmobile.dyndns.org]  [Twitter:
http://twitter.com/ararog]

"Faça a diferença! Ajude o seu país a crescer, não retenha conhecimento,
distribua e aprenda mais."
(http://faces.eti.br/2006/10/30/conhecimento-e-amadurecimento)


RE: How to redirect page in JSF

2008-12-05 Thread Nutulapati, Krishna
 
You can do this from backing bean. 
Give a control from that jsf to backing bean, through hidden field. 
In backing bean, you can add code some thing like this. 

FacesContext.getCurrentInstance().getExternalContext().redirect("/contex
troot/jsfpagename.faces");

-Original Message-
From: Anton Gavazuk [mailto:[EMAIL PROTECTED] 
Sent: Friday, December 05, 2008 3:52 AM
To: MyFaces Discussion
Subject: Re: How to redirect page in JSF

Hi
I dont understand you problem,

what are you expecting?

redirect in jSF could be done for example in navigation rules in faces
config file.

2008/12/5 VIJAY SONAWANE <[EMAIL PROTECTED]>:
> Hi all,
>
> I am new to JSF.
>I am facing one problem of url redirecting.
> i.e.  if user enters url like this
>  http://myserver/project1/viewers/ then he/she 
> redirected to default page 
> http://myserver/project1/viewers/viewersHome.html page.
>
> note : all my pages are in xhtml
>
> thanks in advance
>
> Vj++
>
>
>
> 
> Add more friends to your messenger and enjoy! Invite them now.


Re: [Trinidad] Dialogs - turn off the PPR?

2008-12-05 Thread Matthias Wessendorf
Hi Markus,

can you file an enhancement request, so that we don't forget it ?

-Matthias

On Fri, Dec 5, 2008 at 9:13 AM, Döring Markus
<[EMAIL PROTECTED]> wrote:
> Hi,
> not the best solution but I used it in one of my projects:
>
> Use this code in your returnListener:
>
> FacesContext context = Context.facesContext();
> if(context != null) {
>boolean isPPR = Context.requestContext().isPartialRequest(context);
>if (isPPR) {
>UIViewRoot viewRoot = 
> context.getApplication().getViewHandler().createView(context, 
> context.getViewRoot().getViewId());
>context.setViewRoot(viewRoot);
>}
> }
>
> This causes the creation of a complete new ViewRoot and so changes the PPR 
> request into an non PPR request.
> An build-in solution would be better of cause.
>
> Regards
> Markus Döring
>
>
> -Ursprüngliche Nachricht-
> Von: Denis Krukovsky [mailto:[EMAIL PROTECTED]
> Gesendet: Donnerstag, 4. Dezember 2008 19:30
> An: users@myfaces.apache.org
> Betreff: [Trinidad] Dialogs - turn off the PPR?
>
> Hi, is there a way to make Trinidad dialogs to interact with main page
> using full page reload instead of PPR calls? We have our PPR-disabled
> buttons launching dialogs, but every PPR-disabled button on a dialog
> causing dialog close does this and main page update using PPR. Same is
> true for non-lightweight dialogs. Can a full page reload be used
> instead?
>
> Thanks!
>
> Denis Krukovsky.
>



-- 
Matthias Wessendorf

blog: http://matthiaswessendorf.wordpress.com/
sessions: http://www.slideshare.net/mwessendorf
twitter: http://twitter.com/mwessendorf


Re: [Trinidad] Dialogs - turn off the PPR?

2008-12-05 Thread Denis Krukovsky
Thanks Markus, have a good day.

Denis.


On Fri, Dec 5, 2008 at 9:13 AM, Döring Markus
<[EMAIL PROTECTED]> wrote:
> Hi,
> not the best solution but I used it in one of my projects:
>
> Use this code in your returnListener:
>
> FacesContext context = Context.facesContext();
> if(context != null) {
>boolean isPPR = Context.requestContext().isPartialRequest(context);
>if (isPPR) {
>UIViewRoot viewRoot = 
> context.getApplication().getViewHandler().createView(context, 
> context.getViewRoot().getViewId());
>context.setViewRoot(viewRoot);
>}
> }
>
> This causes the creation of a complete new ViewRoot and so changes the PPR 
> request into an non PPR request.
> An build-in solution would be better of cause.
>
> Regards
> Markus Döring
>
>
> -Ursprüngliche Nachricht-
> Von: Denis Krukovsky [mailto:[EMAIL PROTECTED]
> Gesendet: Donnerstag, 4. Dezember 2008 19:30
> An: users@myfaces.apache.org
> Betreff: [Trinidad] Dialogs - turn off the PPR?
>
> Hi, is there a way to make Trinidad dialogs to interact with main page
> using full page reload instead of PPR calls? We have our PPR-disabled
> buttons launching dialogs, but every PPR-disabled button on a dialog
> causing dialog close does this and main page update using PPR. Same is
> true for non-lightweight dialogs. Can a full page reload be used
> instead?
>
> Thanks!
>
> Denis Krukovsky.
>



-- 
Denis Krukovsky
http://blogoforum.com/


Re: How to redirect page in JSF

2008-12-05 Thread Gerhard Petracek
hello,

there are several alternatives.
the following approach is just for the requested use-case.

sample url: http://localhost:8080/faces/subdirectory/

in web.xml add a servlet-mapping for the faces servlet:
sample:
  
Faces Servlet
/faces/*
  

then you can implement a phase listener for PhaseId.RESTORE_VIEW

in the method beforePhase you check if the target is a valid path - e.g.:
  FacesContext facesContext = phaseEvent.getFacesContext();
  if(facesContext.getExternalContext().getRequestPathInfo() != null &&
 ! facesContext.getExternalContext().getRequestPathInfo().contains("."))
{
 //implement default page handling
  }

@implement default page handling:
if you would like to use always the same page for the complete application:
  UIViewRoot uiViewRoot =
facesContext.getApplication().getViewHandler().createView(facesContext,
"/subdirectory/directory_default.xhtml");
  facesContext.setViewRoot(uiViewRoot);
  facesContext.renderResponse();

*or* if you would like to provide or calculate a default source + use
navigation rules:
  facesContext.setViewRoot(getSourceView(phaseEvent));

facesContext.getApplication().getNavigationHandler().handleNavigation(facesContext,
null, "directory_default");
  facesContext.renderResponse();

you have to implement the method getSourceView. if it returns e.g.:
/subdirectory/nav_source.xhtml

you have to add the following navigation-rule to your faces config:
  
/subdirectory/nav_source.xhtml

  directory_default
  /subdirectory/directory_default.xhtml

 

regards,
gerhard



2008/12/5 mariyappa b <[EMAIL PROTECTED]>

> I even have the same requirement but I want to do with Navigation rule.
>
> Thank you,
> Mariyappa
>
>
> On Fri, Dec 5, 2008 at 3:41 PM, VIJAY SONAWANE <[EMAIL PROTECTED]>wrote:
>
>> Thanks for reply Anton,
>>
>>
>>
>>   what I am trying to do is when user only enters url upto the
>> folder name where the actual page to be displayed is present
>> Example: I have folder  User in my project structure.
>>  So now if the user wants to access the page which is in this folder but
>> by mistake if the user doesn't provide the page name in the URL,but provides
>> till the folder where the page is included in ( i.e .
>> http://myserver/users/ )
>> then it should show page  http://myserver/users/userhome.html.
>>
>>
>>
>> --
>> *From:* Anton Gavazuk <[EMAIL PROTECTED]>
>> *To:* MyFaces Discussion 
>> *Sent:* Friday, 5 December, 2008 3:22:16 PM
>> *Subject:* Re: How to redirect page in JSF
>>
>> Hi
>> I dont understand you problem,
>>
>> what are you expecting?
>>
>> redirect in jSF could be done for example in navigation rules in faces
>> config file.
>>
>> 2008/12/5 VIJAY SONAWANE <[EMAIL PROTECTED]>:
>> > Hi all,
>> >
>> > I am new to JSF.
>> >I am facing one problem of url redirecting.
>> > i.e.  if user enters url like this
>> >  http://myserver/project1/viewers/
>> > then he/she redirected to default page
>> > http://myserver/project1/viewers/viewersHome.html page.
>> >
>> > note : all my pages are in xhtml
>> >
>> > thanks in advance
>> >
>> > Vj++
>> >
>> >
>> >
>> > 
>> > Add more friends to your messenger and enjoy! Invite them now.
>>
>> --
>> Be the first one to try the new Messenger 9 Beta! Click 
>> here.
>>
>
>
>
>
>


-- 

http://www.irian.at

Your JSF powerhouse -
JSF Consulting, Development and
Courses in English and German

Professional Support for Apache MyFaces


Re: How to redirect page in JSF

2008-12-05 Thread mariyappa b
I even have the same requirement but I want to do with Navigation rule.

Thank you,
Mariyappa

On Fri, Dec 5, 2008 at 3:41 PM, VIJAY SONAWANE <[EMAIL PROTECTED]>wrote:

> Thanks for reply Anton,
>
>
>
>   what I am trying to do is when user only enters url upto the
> folder name where the actual page to be displayed is present
> Example: I have folder  User in my project structure.
>  So now if the user wants to access the page which is in this folder but by
> mistake if the user doesn't provide the page name in the URL,but provides
> till the folder where the page is included in ( i.e .
> http://myserver/users/ )
> then it should show page  http://myserver/users/userhome.html.
>
>
>
> --
> *From:* Anton Gavazuk <[EMAIL PROTECTED]>
> *To:* MyFaces Discussion 
> *Sent:* Friday, 5 December, 2008 3:22:16 PM
> *Subject:* Re: How to redirect page in JSF
>
> Hi
> I dont understand you problem,
>
> what are you expecting?
>
> redirect in jSF could be done for example in navigation rules in faces
> config file.
>
> 2008/12/5 VIJAY SONAWANE <[EMAIL PROTECTED]>:
> > Hi all,
> >
> > I am new to JSF.
> >I am facing one problem of url redirecting.
> > i.e.  if user enters url like this
> >  http://myserver/project1/viewers/
> > then he/she redirected to default page
> > http://myserver/project1/viewers/viewersHome.html page.
> >
> > note : all my pages are in xhtml
> >
> > thanks in advance
> >
> > Vj++
> >
> >
> >
> > 
> > Add more friends to your messenger and enjoy! Invite them now.
>
> --
> Be the first one to try the new Messenger 9 Beta! Click 
> here.
>


Re: How to redirect page in JSF

2008-12-05 Thread Anton Gavazuk
Hmm,
cool requirement :)

ok - on first thoughts - you can handle somehow "not found event" (for
example by overriding default ErrorHandler in MyFaces config) and do
with NavigationHandler needed forward/redirect

for example - in Errorhandler you have access to FacesContext

class YOurErrorHandler{


//determine to which view you should go when requested file/view not found
//get navigationHandler
navigationHandler.handleNavigation(context, null, nameOfneededRootView);

}

and put for every such case in faces config such thing

 nameOfneededRootView
 blablabla.jsp
 
 

Hope it will help

2008/12/5 Gerhard Petracek <[EMAIL PROTECTED]>:
> hello,
>
> with jsp:
>
> web.xml
> 
> index.jsp
> 
>
> then you can place an index.jsp file in the target folder
> sample content:
> <%@ page session="false"%>
> <%
>   response.sendRedirect("directory_default_page.jsf");
> %>
>
> or with html:
>
> web.xml
> 
> index.html
> 
>
> then you can place an index.html file in the target folder
> sample content:
> 
>   
> 
>   
> 
>
> as anton mentioned:
> please don't use it instead of navigation rules.
>
> regards,
> gerhard
>
>
>
> 2008/12/5 VIJAY SONAWANE <[EMAIL PROTECTED]>
>>
>> Thanks for reply Anton,
>>
>>
>>
>>   what I am trying to do is when user only enters url upto the
>> folder name where the actual page to be displayed is present
>> Example: I have folder  User in my project structure.
>>  So now if the user wants to access the page which is in this folder but
>> by mistake if the user doesn't provide the page name in the URL,but provides
>> till the folder where the page is included in ( i.e .http://myserver/users/
>> )
>> then it should show page  http://myserver/users/userhome.html.
>>
>>
>>
>> 
>> From: Anton Gavazuk <[EMAIL PROTECTED]>
>> To: MyFaces Discussion 
>> Sent: Friday, 5 December, 2008 3:22:16 PM
>> Subject: Re: How to redirect page in JSF
>>
>> Hi
>> I dont understand you problem,
>>
>> what are you expecting?
>>
>> redirect in jSF could be done for example in navigation rules in faces
>> config file.
>>
>> 2008/12/5 VIJAY SONAWANE <[EMAIL PROTECTED]>:
>> > Hi all,
>> >
>> > I am new to JSF.
>> >I am facing one problem of url redirecting.
>> > i.e.  if user enters url like this
>> >  http://myserver/project1/viewers/
>> > then he/she redirected to default page
>> > http://myserver/project1/viewers/viewersHome.html page.
>> >
>> > note : all my pages are in xhtml
>> >
>> > thanks in advance
>> >
>> > Vj++
>> >
>> >
>> >
>> > 
>> > Add more friends to your messenger and enjoy! Invite them now.
>>
>> 
>> Be the first one to try the new Messenger 9 Beta! Click here.
>
>
> --
>
> http://www.irian.at
>
> Your JSF powerhouse -
> JSF Consulting, Development and
> Courses in English and German
>
> Professional Support for Apache MyFaces
>


Re: How to redirect page in JSF

2008-12-05 Thread Gerhard Petracek
hello,

with jsp:

web.xml

index.jsp


then you can place an index.jsp file in the target folder
sample content:
<%@ page session="false"%>
<%
  response.sendRedirect("directory_default_page.jsf");
%>

or with html:

web.xml

index.html


then you can place an index.html file in the target folder
sample content:

  

  


as anton mentioned:
please *don't* use it instead of navigation rules.

regards,
gerhard



2008/12/5 VIJAY SONAWANE <[EMAIL PROTECTED]>

> Thanks for reply Anton,
>
>
>
>   what I am trying to do is when user only enters url upto the
> folder name where the actual page to be displayed is present
> Example: I have folder  User in my project structure.
>  So now if the user wants to access the page which is in this folder but by
> mistake if the user doesn't provide the page name in the URL,but provides
> till the folder where the page is included in ( i.e .
> http://myserver/users/ )
> then it should show page  http://myserver/users/userhome.html.
>
>
>
> --
> *From:* Anton Gavazuk <[EMAIL PROTECTED]>
> *To:* MyFaces Discussion 
> *Sent:* Friday, 5 December, 2008 3:22:16 PM
> *Subject:* Re: How to redirect page in JSF
>
> Hi
> I dont understand you problem,
>
> what are you expecting?
>
> redirect in jSF could be done for example in navigation rules in faces
> config file.
>
> 2008/12/5 VIJAY SONAWANE <[EMAIL PROTECTED]>:
> > Hi all,
> >
> > I am new to JSF.
> >I am facing one problem of url redirecting.
> > i.e.  if user enters url like this
> >  http://myserver/project1/viewers/
> > then he/she redirected to default page
> > http://myserver/project1/viewers/viewersHome.html page.
> >
> > note : all my pages are in xhtml
> >
> > thanks in advance
> >
> > Vj++
> >
> >
> >
> > 
> > Add more friends to your messenger and enjoy! Invite them now.
>
> --
> Be the first one to try the new Messenger 9 Beta! Click 
> here.
>



-- 

http://www.irian.at

Your JSF powerhouse -
JSF Consulting, Development and
Courses in English and German

Professional Support for Apache MyFaces


Re: How to redirect page in JSF

2008-12-05 Thread VIJAY SONAWANE
Thanks for reply Anton,

   

  what I am trying to do is when user only enters url upto the folder 
name where the actual page to be displayed is present 
Example: I have folder  User in my project structure.
 So now if the user wants to access the page which is in this folder but by 
mistake if the user doesn't provide the page name in the URL,but provides till 
the folder where the page is included in ( i.e .http://myserver/users/ )
then it should show page  http://myserver/users/userhome.html.







From: Anton Gavazuk <[EMAIL PROTECTED]>
To: MyFaces Discussion 
Sent: Friday, 5 December, 2008 3:22:16 PM
Subject: Re: How to redirect page in JSF

Hi
I dont understand you problem,

what are you expecting?

redirect in jSF could be done for example in navigation rules in faces
config file.

2008/12/5 VIJAY SONAWANE <[EMAIL PROTECTED]>:
> Hi all,
>
> I am new to JSF.
>I am facing one problem of url redirecting.
> i.e.  if user enters url like this
>  http://myserver/project1/viewers/
> then he/she redirected to default page
> http://myserver/project1/viewers/viewersHome.html page.
>
> note : all my pages are in xhtml
>
> thanks in advance
>
> Vj++
>
>
>
> 
> Add more friends to your messenger and enjoy! Invite them now.



  Unlimited freedom, unlimited storage. Get it now, on 
http://help.yahoo.com/l/in/yahoo/mail/yahoomail/tools/tools-08.html/

Re: How to redirect page in JSF

2008-12-05 Thread Anton Gavazuk
Hi
I dont understand you problem,

what are you expecting?

redirect in jSF could be done for example in navigation rules in faces
config file.

2008/12/5 VIJAY SONAWANE <[EMAIL PROTECTED]>:
> Hi all,
>
> I am new to JSF.
>I am facing one problem of url redirecting.
> i.e.  if user enters url like this
>  http://myserver/project1/viewers/
> then he/she redirected to default page
> http://myserver/project1/viewers/viewersHome.html page.
>
> note : all my pages are in xhtml
>
> thanks in advance
>
> Vj++
>
>
>
> 
> Add more friends to your messenger and enjoy! Invite them now.


Re: [Tobago] navigation issue

2008-12-05 Thread Mario Schröder
Hi Bernd,

how can this help me?

Anyway I figgured out that there was something wrong in the web.xml. And it 
works now. 

Regards

> -Ursprüngliche Nachricht-
> Von: "Bernd Bohmann" <[EMAIL PROTECTED]>
> Gesendet: 04.12.08 17:27:48
> An: MyFaces Discussion 
> Betreff: Re: [Tobago] navigation issue


> Hello Mario,
> 
> please add a tc:messages tag to your page.
> 
> Regards
> 
> Bernd
> 
> Bernd Bohmann schrieb:
> > Hello Mario,
> > 
> > I don't see any reason why this shouldn't work.
> > 
> > Can you send the complete page, please.
> > 
> > Is your page containing a tc:page?
> > 
> > Regards
> > 
> > Bernd
> > 
> > Mario Schröder schrieb:
> >> Hi,
> >>
> >> I wrote a simple app whith a single bean and two pages, one to enter some 
> >> text and another page to display the result. I used MyFaces 1.1.5 and 
> >> Tobago 1.0.12 and 1.0.20. My sample works with myfaces but not with 
> >> Tobago. Tobago displays always the same page. I thought the cause is that 
> >> my bean returns the wrong navigation rule, so I tried a static rule, 
> >> unfortunetly it doesn't help. The same navigation rule applies to the 
> >> myfaces sample, and there it works.
> >> I'm getting slightly mad. Who can help me and show me what am I doing 
> >> wrong?
> >>
> >> Here are the important pieces of my code:
> >>
> >> faces-config.xml:
> >> ...
> >> 
> >>bean
> >>test.TextBean
> >>session
> >>
> >>text
> >>Test
> >>
> >> 
> >>
> >> 
> >>
> >>show
> >>/result.jsp
> >>
> >> 
> >> ...
> >>
> >> The myfaces page:
> >> ...
> >> 
> >> 
> >> 
> >> 
> >>  >> value="submit" />
> >> 
> >> 
> >> ...
> >>
> >> The Tobago page:
> >> ...
> >> 
> >> 
> >> 
> >> 
> >> 
> >> 
> >>
> >> 
> >> 
> >> 
> >> ...
> >>
> >> And the nextAction()-Method of my bean:
> >> ...
> >> public String nextAction(){
> >>return "show";
> >> }
> >> ...
> >>
> >> I appreciate any hints or help.
> >> 
> >> Pt! Schon vom neuen WEB.DE MultiMessenger gehört? 
> >> Der kann`s mit allen: http://www.produkte.web.de/messenger/?did=3123
> >>
> >>
> > 
> 



Pt! Schon vom neuen WEB.DE MultiMessenger gehört? 
Der kann`s mit allen: http://www.produkte.web.de/messenger/?did=3123



AW: [Trinidad] Dialogs - turn off the PPR?

2008-12-05 Thread Döring Markus
Hi,
not the best solution but I used it in one of my projects:

Use this code in your returnListener:

FacesContext context = Context.facesContext();
if(context != null) {
boolean isPPR = Context.requestContext().isPartialRequest(context);
if (isPPR) {
UIViewRoot viewRoot = 
context.getApplication().getViewHandler().createView(context, 
context.getViewRoot().getViewId());
context.setViewRoot(viewRoot);
}
}

This causes the creation of a complete new ViewRoot and so changes the PPR 
request into an non PPR request.
An build-in solution would be better of cause.

Regards
Markus Döring


-Ursprüngliche Nachricht-
Von: Denis Krukovsky [mailto:[EMAIL PROTECTED] 
Gesendet: Donnerstag, 4. Dezember 2008 19:30
An: users@myfaces.apache.org
Betreff: [Trinidad] Dialogs - turn off the PPR?

Hi, is there a way to make Trinidad dialogs to interact with main page
using full page reload instead of PPR calls? We have our PPR-disabled
buttons launching dialogs, but every PPR-disabled button on a dialog
causing dialog close does this and main page update using PPR. Same is
true for non-lightweight dialogs. Can a full page reload be used
instead?

Thanks!

Denis Krukovsky.