Re: Change log level from DEBUG to INFO

2014-10-03 Thread Basile Chandesris
java foo is a bit rusty from 10 years ago, so the thinking pipeline is not so streamlined. Sample logback.xml file - changed to info root level - in src/main/resources http://logback.qos.ch/manual/configuration.html did the trick On Thu, 02 Oct 2014 17:29:11 +1000, Lance Java wrote: From

Re: Change log level from DEBUG to INFO

2014-10-02 Thread Chris Mylonas
Thanks for pointing that out Lance - my part-time java foo is a bit rusty from 10 years ago, so the thinking pipeline is not so streamlined. Sample logback.xml file - changed to info root level - in src/main/resources http://logback.qos.ch/manual/configuration.html did the trick On Thu

Re: Change log level from DEBUG to INFO

2014-10-02 Thread Lance Java
a > symbol or configuration mention somewhere but can't find it. > > > There's too much info for me to find exceptions when thrown. > > > Thanks > Chris > > - > To unsubscribe, e-mail: users-un

Change log level from DEBUG to INFO

2014-10-01 Thread Chris Mylonas
Hi All, How do you turn the logging level down. I would have thought there'd be a symbol or configuration mention somewhere but can't find it. There's too much info for me to find exceptions when thrown.

RE: Pass Context Info to Bootstrap Modal

2013-11-01 Thread Asma Merchant
Hi Thiago, Thanks for all your help! I'd like to post a complete solution so if anyone else gets stuck in the future then he doesn't have to struggle since there are not enough tapestry examples: //tml

RE: Pass Context Info to Bootstrap Modal

2013-10-31 Thread Asma Merchant
I think I am getting close. But what should I put in the blanks? I don't want to create a separate .js file and instantiate class. Is there any short cut? //Java public void afterRender() { String urI = componentResources.createEventLink("changePulseMode").toAbsoluteURI();

Re: Pass Context Info to Bootstrap Modal

2013-10-31 Thread Thiago H de Paula Figueiredo
On Thu, 31 Oct 2013 18:39:57 -0200, Asma Merchant wrote: I think I am getting close. But what should I put in the blanks? I don't want to create a separate .js file You know that's the best practice, right? ;) and instantiate class. Not needed. Is there any short cut? Nope. Java p

RE: Pass Context Info to Bootstrap Modal

2013-10-31 Thread Asma Merchant
I think I am getting close. But what should I put in the blanks? I don't want to create a separate .js file and instantiate class. Is there any short cut? //Java public void afterRender() { String urI = componentResources.createEventLink("changePulseMode").toAbsoluteURI();

Re: Pass Context Info to Bootstrap Modal

2013-10-31 Thread Thiago H de Paula Figueiredo
On Thu, 31 Oct 2013 15:42:35 -0200, Asma Merchant wrote: Hi Thiago, Hi! jQuery(document).ready( function(){ Query(document).on("click", ".pulseMode", function () { var radioId = jQuery(this).data('id'); jQuery(".modal-footer #yesButton").attr("href", '?id=' + radio

RE: Pass Context Info to Bootstrap Modal

2013-10-31 Thread Asma Merchant
Hi Thiago, I appreciate your consistent help! So here's the first piece of code based on your recommendation of adding id to link's href attribute(Please see comments for errors): jQuery(document).ready( function(){ Query(document).on("click", ".pulseMode", function

Re: Pass Context Info to Bootstrap Modal

2013-10-30 Thread Thiago H de Paula Figueiredo
On Wed, 30 Oct 2013 21:30:00 -0200, Asma Merchant wrote: I am a newbie in Tapestry. I tried to search on web on how to pass parameters from javascript to tapestry but couldn't find much information. In my very humble opinion, passing dynamic (i.e. defined in JavaScript) data to Tapestry

RE: Pass Context Info to Bootstrap Modal

2013-10-30 Thread Asma Merchant
I am a newbie in Tapestry. I tried to search on web on how to pass parameters from javascript to tapestry but couldn't find much information. Here's my Javascript code: jQuery(document).ready( function(){ jQuery(document).on("click", ".pulseMode", function () { var radioId = jQuer

Re: Pass Context Info to Bootstrap Modal

2013-10-30 Thread Thiago H de Paula Figueiredo
Archives] [mailto:ml-node+s1045711n5724385...@n5.nabble.com] Sent: Tuesday, October 29, 2013 5:18 PM To: am Subject: Re: Pass Context Info to Bootstrap Modal On Tue, 29 Oct 2013 19:55:20 -0200, Asma Merchant <[hidden email]> wrote: Hi Thiago, Hi! Thanks for your response. "t:c

RE: Pass Context Info to Bootstrap Modal

2013-10-30 Thread Asma Merchant
ge:yes } ${message:no } From: Thiago H de Paula Figueiredo [via Apache Tapestry Mailing List Archives] [mailto:ml-node+s1045711n5724385...@n5.nabble.com] Sent: Tuesday, October 29, 2013 5:18 PM To: am Subject: Re: Pass Context Info to Bootstrap Modal On Tue, 29 Oct 2013 19

Re: Pass Context Info to Bootstrap Modal

2013-10-29 Thread Thiago H de Paula Figueiredo
On Tue, 29 Oct 2013 19:55:20 -0200, Asma Merchant wrote: Hi Thiago, Hi! Thanks for your response. "t:context="literal:whatever you want" I still don't understand how to grab the id of radio button that was clicked. Let me be more clear: There's a set of 11 radio buttons each with a d

RE: Pass Context Info to Bootstrap Modal

2013-10-29 Thread Asma Merchant
Hi Thiago, Thanks for your response. >>"t:context="literal:whatever you want" I still don't understand how to grab the id of radio button that was clicked. Let me be more clear: There's a set of 11 radio buttons each with a different id. All radio buttons call same confirm message. If

Re: Pass Context Info to Bootstrap Modal

2013-10-29 Thread Thiago H de Paula Figueiredo
On Tue, 29 Oct 2013 16:37:30 -0200, Asma Merchant wrote: Hi, Hi! t:event="changePulseMode" href="#" t:context="Pass clicked radio button's id here" class="btn btn-primary" >${message:yes } Just do t:context="literal:whatever you want". In this case, the button id is ve

Pass Context Info to Bootstrap Modal

2013-10-29 Thread Asma Merchant
Hi, I have a set of radio buttons. On clicking a radio button a confirm message is shown. If user selects yes then event is fired, otherwise nothing happens. I have made an event that is to be called on confirm modal. What I can't figure out is how to pass the radio button id or data-id to this ev

Re: info

2012-07-17 Thread françois facon
Hello check yourtapestry.app-package in you web.xml see http://tapestry.apache.org/configuration.html for more details. I suggest you also to follow http://tapestry.apache.org/getting-started.html and after to have a look at http://jumpstart.doublenegative.com.au/jumpstart/ regards 2012/7

info

2012-07-16 Thread luca remi
Hello, sorry for my bad english. I tryed to install Tapestry on jetty but even if jetty work as well, i can't access to main page of my project because errors 404 are always returned. In Tapestry home page is explained to use "http://localhost:8080/newapp";, so according with my project, i use http

Re: [T5.2] Pass additional info/context on Ajax Select

2011-02-08 Thread Yohan Yudanara
Hi Mark, Nothing special in my code. I was just following sample of AjaxFormLoop on Tapestry Jumpstart ( http://jumpstart.doublenegative.com.au/jumpstart/examples/tables/ajaxformloop1) and combined it with your suggestion on thread: "Update Zone inside AjaxFormLoop". Here is the snippet from my so

Re: [T5.2] Pass additional info/context on Ajax Select

2011-02-08 Thread Mark
On Tue, Feb 8, 2011 at 2:46 AM, Yohan Yudanara wrote: > In AddRow/RemoveRow, I save zone ids in AjaxFormLoop into session. > So, when the onValueChanged of Select component occured, I can retrieve this > value from session. Interesting. Could you share an example of how you are doing this? Mar

Re: [T5.2] Pass additional info/context on Ajax Select

2011-02-08 Thread Yohan Yudanara
the context is when the component is rendered will be passed > back the action event. So you can have something like: > > public Object onSetQty(Item item) { > > > } > > Mark > > On Mon, Feb 7, 2011 at 4:51 AM, Yohan Yudanara > wrote: > > Hi, > > > >

Re: [T5.2] Pass additional info/context on Ajax Select

2011-02-07 Thread Mark
something like: public Object onSetQty(Item item) { } Mark On Mon, Feb 7, 2011 at 4:51 AM, Yohan Yudanara wrote: > Hi, > > I want to ask a question: > Is it possible to pass additional info on Ajax Select (method > "onValueChanged"), other than selected value ?

[T5.2] Pass additional info/context on Ajax Select

2011-02-07 Thread Yohan Yudanara
Hi, I want to ask a question: Is it possible to pass additional info on Ajax Select (method "onValueChanged"), other than selected value ? I need to pass ids of element inside AjaxFormLoop (because rows inside AjaxFormLoop can be add/remove dynamically at runtime). e.g: I ne

Re: [T5.1.0.2] / [T5.1.0.3] BlackBird Info Logging

2009-05-03 Thread Steve Eynon
interested to hear other people's opinion on this. What this means to me, is that after I've carefully constructed all my debug logging calls I have to go and delete them before the code goes live. It's like hunting down System.out's all over again! For lower level logging cal

RE: [T5.1.0.2] / [T5.1.0.3] BlackBird Info Logging

2009-04-24 Thread Blower, Andy
> > Hiya, > > > > The Tapestry js object has debug, warn and error logging methods to > > BlackBird but no info logging. Is this due to design because the > > logging methods are only supposed to be used by Tapestry internal > > components (and hence not yet

Re: [T5.1.0.2] / [T5.1.0.3] BlackBird Info Logging

2009-04-21 Thread Howard Lewis Ship
On Tue, Apr 14, 2009 at 7:34 PM, Steve Eynon wrote: > Hiya, > > The Tapestry js object has debug, warn and error logging methods to > BlackBird but no info logging. Is this due to design because the > logging methods are only supposed to be used by Tapestry internal > compone

Google Application Engine whitelist info

2009-04-17 Thread Christian Edward Gruber
Hi folks, So I prodded a bit, looking for a "no sooner than" number for whitelisting javax.xml.stream.*, and I think I understand better what's going on. The two pieces of info I have to share, however, are as follows. 1) that the team feels confident

[T5.1.0.2] / [T5.1.0.3] BlackBird Info Logging

2009-04-14 Thread Steve Eynon
Hiya, The Tapestry js object has debug, warn and error logging methods to BlackBird but no info logging. Is this due to design because the logging methods are only supposed to be used by Tapestry internal components (and hence not yet required)? Or maybe an wee oversight? Personally, I'm ex

T5: Exposing logged in user info as a Spring/IoC service

2009-02-20 Thread Inge Solvoll
Hi! We are looking for a good pattern in order to avoid sending info about the logged in user as parameters from the client layer to the business layer. Our application is running on jetty or tomcat as frontend, and jboss as backend, using spring and ejb. This is a large application with both

Re: autocomplete, display more info

2009-01-25 Thread Thiago H. de Paula Figueiredo
Em Sun, 25 Jan 2009 11:00:06 -0300, Piero Sartini escreveu: I am facing this problem as well - is there any solution? (what I want to do is to return a Map in my onProvideCompletionFromField event. The key gets submitted by the form, the value is presented to the user) This is a common ne

Re: autocomplete, display more info

2009-01-25 Thread Piero Sartini
ormation in a > "span" tag, allowing styling and assuring the additional info not set > when selecting the value. When I try inserting this in the string, the > tags are just added as literal strings. > > Is it possible to return a Bloock which contains a "" and

autocomplete, display more info

2008-12-29 Thread Joachim Van der Auwera
" tag, allowing styling and assuring the additional info not set when selecting the value. When I try inserting this in the string, the tags are just added as literal strings. Is it possible to return a Bloock which contains a "" and all the styling or is there another way to handl

Re: [T5] - XHtml - wiki info outdated

2008-09-24 Thread ProAdmin Dariusz Dwornikowski
It works, method you mention can return null. My only problem is that my form does not work with XHTML 2008/9/24 Francois Armand <[EMAIL PROTECTED]>: > Andy Pahne wrote: >> >> How do I make T 5.0.15 emit XHTML? >> >> The Howto at http://wiki.apache.org/tapestry/Tapestry5HowToXhtml is >> outdated,

Re: [T5] - XHtml - wiki info outdated

2008-09-24 Thread Francois Armand
Andy Pahne wrote: How do I make T 5.0.15 emit XHTML? The Howto at http://wiki.apache.org/tapestry/Tapestry5HowToXhtml is outdated, because MarkupWriterFactory now has another method that is not mentioned in the wiki: [...] I just posted an update to the wiki that works with 5.0.14 (and I t

Re: [T5] - XHtml - wiki info outdated

2008-09-23 Thread Luther Baker
I didn't add it to the wiki ... my solution is in this forum. http://www.nabble.com/I%27d-like-to-generate-valid-XHTML-to19247190s302.html#a19247190 There are several branches in this thread, I'm referring to this one: Post: Luther Baker Sep 12, 2008; 01:21am Hth, -Luther On Tue, Sep 23, 2008

Re: [T5] - XHtml - wiki info outdated

2008-09-23 Thread Andy Pahne
Which page do you mean? A search for xhtml only produces the link I mentioned in my first post. And that page was edited the last time four months ago... Luther Baker schrieb: I've posted a solution based on the wiki last week sometime (based on 5.0.14). Did 5.0.15 obviate that solution?

Re: [T5] - XHtml - wiki info outdated

2008-09-23 Thread Luther Baker
I've posted a solution based on the wiki last week sometime (based on 5.0.14). Did 5.0.15 obviate that solution? or has anyone had problems with it? I wouldn't suggest it is complete as I am fairly new and there may be something I am missing - I just pulled a few resources together and it seemed t

[T5] - XHtml - wiki info outdated

2008-09-23 Thread Andy Pahne
How do I make T 5.0.15 emit XHTML? The Howto at http://wiki.apache.org/tapestry/Tapestry5HowToXhtml is outdated, because MarkupWriterFactory now has another method that is not mentioned in the wiki: public MarkupWriter newMarkupWriter(String pageName); I tried the very same implementa

Re: [T5] How to add context info to the log messages

2008-06-19 Thread karu3
possible (LoggerSourceImpl is provided in RegistryBuilder > constructor):-( > > Thanks, > > Priit. > > > > -- View this message in context: http://www.nabble.com/-T5--How-to-add-context-info-to-the-log-messages-tp18004137p18005738.html Sent fr

[T5] How to add context info to the log messages

2008-06-19 Thread karu3
Tapestry 5 IoC but an elegant solution does not seem to be so easily possible (LoggerSourceImpl is provided in RegistryBuilder constructor):-( Thanks, Priit. -- View this message in context: http://www.nabble.com/-T5--How-to-add-context-info-to-the-log-messages-tp18004137p18004137.html Sent from

Re: T5: Getting Request Info

2008-04-29 Thread Kristian Marinkovic
yes you can... i have a Dispatcher that invalidates the httpsession if a user specific ASO returns true on isLogout(). g, kris Marcus <[EMAIL PROTECTED]> 28.04.2008 21:59 Bitte antworten an "Tapestry users" An "Tapestry users" Kopie Thema Re: T5: Getting Req

Re: T5: Getting Request Info

2008-04-28 Thread Marcus
Hi, Can I invalidate session using this code? ... import javax.servlet.http.HttpServletRequest; ... @Inject private HttpServletRequest _httpServletRequest; ... public String onActionFromLogout() { _visit = null; _httpServletRequest.getSession().invalidate(); re

Re: T5: Getting Request Info

2008-04-25 Thread Joshua Jackson
On 4/26/08, Howard Lewis Ship <[EMAIL PROTECTED]> wrote: > You can also just inject the HttpServletRequest. It is a "shadow" of > the request in the RequestGlobals object. Wow I didn't know that :) Great. Thanks Howard. -- Let's show the world what we've got. Blog: http://joshuajava.wordpress

Re: T5: Getting Request Info

2008-04-25 Thread Howard Lewis Ship
You can also just inject the HttpServletRequest. It is a "shadow" of the request in the RequestGlobals object. On Fri, Apr 25, 2008 at 8:10 PM, Joshua Jackson <[EMAIL PROTECTED]> wrote: > Never mind, > > I made a workaround as such: > > @Inject private RequestGlobals requestGlobals; > >

Re: T5: Getting Request Info

2008-04-25 Thread Joshua Jackson
Never mind, I made a workaround as such: @Inject private RequestGlobals requestGlobals; private HttpServletRequest request = requestGlobals.getHTTPServletRequest(); Cheers, On 4/26/08, Joshua Jackson <[EMAIL PROTECTED]> wrote: > Dear all, > > There is a generic Request component in T5,

T5: Getting Request Info

2008-04-25 Thread Joshua Jackson
Dear all, There is a generic Request component in T5, but it hasn't got some method in HttpServletRequest such as: getRemoteUser() . I wanted to get the user that access the apps. How do I do this in T5? Could anyone give me an insights on this? Thanks in advance -- Let's show the world what w

Re: [info] Tapestry >= 4.1.2 memory issues potentially fixed in latest 4.1.3-SNAPSHOT

2007-09-12 Thread Jesse Kuhnert
Well, there are probably a few things: -) If the issue belongs anywhere it is probably in the Tapestry jira. -) While I can see ognl errors about missing classes I have no idea what led up to these errors. For all I know you got a java.lang.OutOfMemory exception in your app and this is the fal

Re: [info] Tapestry >= 4.1.2 memory issues potentially fixed in latest 4.1.3-SNAPSHOT

2007-09-11 Thread Peter Stavrinides
What further information do you require over and above the bug report I filed? http://jira.opensymphony.com/browse/OGNL-120 Jesse Kuhnert wrote: Hmmm... I think I'm going to need a lot more detailed information than that. I'm sure something is broken but without knowing more it's not somethin

Re: [info] Tapestry >= 4.1.2 memory issues potentially fixed in latest 4.1.3-SNAPSHOT

2007-09-11 Thread Jesse Kuhnert
Hmmm... I think I'm going to need a lot more detailed information than that. I'm sure something is broken but without knowing more it's not something I'm going to look in to. On 9/11/07, Peter Stavrinides <[EMAIL PROTECTED]> wrote: > Hi Jessie and co, > > I upgraded to the snapshot this morning

RE: [info] Tapestry >= 4.1.2 memory issues potentially fixed in latest 4.1.3-SNAPSHOT

2007-09-11 Thread Peter Stavrinides
Hi Jessie and co, I upgraded to the snapshot this morning at 6:00am GMT, deployed and tested. I ran JConsole to monitor classes the whole day.. This evening I just had it crash again 14 hours later. Doesn't appear to be fixed, I get the same errors. I can see from your example that there may b

Re: [info] Tapestry >= 4.1.2 memory issues potentially fixed in latest 4.1.3-SNAPSHOT

2007-09-10 Thread Peter Stavrinides
Thanks for the quick fix, will give it a try! Peter Renat Zubairov wrote: Thanks Jesse! Solution of this bug was a clear sign for us to switch to the latests Tapestry version. Would be very nice to have a new release ASAP that we can use it in production. Renat On 07/09/2007, Jesse Kuhnert

Re: [info] Tapestry >= 4.1.2 memory issues potentially fixed in latest 4.1.3-SNAPSHOT

2007-09-07 Thread Renat Zubairov
Thanks Jesse! Solution of this bug was a clear sign for us to switch to the latests Tapestry version. Would be very nice to have a new release ASAP that we can use it in production. Renat On 07/09/2007, Jesse Kuhnert <[EMAIL PROTECTED]> wrote: > Short version: > > Some users have brought up wha

Re: [info] Tapestry >= 4.1.2 memory issues potentially fixed in latest 4.1.3-SNAPSHOT

2007-09-07 Thread andyhot
That's an awesome bug report... thx for all the hard work Jesse. P.S. I thought you were supposed to be on vacation! Jesse Kuhnert wrote: Short version: Some users have brought up what appears to be a genuine memory consumption bug in the new OGNL expression compiling integration with Tapestry

[info] Tapestry >= 4.1.2 memory issues potentially fixed in latest 4.1.3-SNAPSHOT

2007-09-07 Thread Jesse Kuhnert
Short version: Some users have brought up what appears to be a genuine memory consumption bug in the new OGNL expression compiling integration with Tapestry. The good news is that we think(hope) it has now been addressed and fixed and would urge anyone experiencing any abnormally high memory usa

Re: T5 Component Info Passing

2007-08-06 Thread Todd Orr
I threw a blog together and posted a short tutorial here (http://blog.torr.redijedi.com/2007/08/t5-tab-component.html). The code as well as a jar is available through the links there. Hope someone finds this useful. I've got a couple other components that I'll probably end up throwing up there too.

Re: T5 Component Info Passing

2007-08-01 Thread Francois Armand
Todd Orr wrote: [...] This is where I found Environment to be deficient. It seems that no matter what combination of phases of rendering I use I cannot get the data back to the tabnavigation before it is finished rendering and therefore cannot alter it's display. Not sure that it matches what you

Re: T5 Component Info Passing

2007-07-31 Thread Nick Westgate
Great. Or put it on the wiki so others can use and improve it. Cheers, Nick. Todd Orr wrote: As imperfect as it is, I'll probably post the code after I've tinkered with the capabilities a little bit. Thanks all. - To unsub

Re: T5 Component Info Passing

2007-07-31 Thread Todd Orr
Since I'd like the number of panels to be configurable by the page building programmer, having a set number of @Components in my TabGroup will not work. I've found a workaround for now: This is stuff 1 This is stuff 2

Re: T5 Component Info Passing

2007-07-31 Thread Nick Westgate
Hi Todd. The documentation is not exactly clear on this topic, so I'm not sure whether that or the implementation is incomplete ... The docs say: "Components inside another components template are called embedded components." Whereas the implementation WRT getEmbeddedComponentIds() is: "Compone

Re: T5 Component Info Passing

2007-07-31 Thread Todd Orr
I absolutely agree that the components should have as loose coupling as possible. However, from my testing on simple, non-form related, nested components the components that render later cannot pass any information to the components that render sooner. Perhaps a solid example will better illustrat

Re: T5 Component Info Passing

2007-07-31 Thread Howard Lewis Ship
The design as it stands exists to remove invisible and unwanted dependencies. Component names, ids, types and classes can change ... and yet, using Environmental or ASOs to communicate will stand up to many kinds of refactorings, large and small. Introducing the ability to create arbitrary linkag

Re: T5 Component Info Passing

2007-07-31 Thread Todd Orr
I've been running my debugger to try to determine what is available to the components at various points during rendering. As far as I can see there is very little information provided regarding what other components exist anywhere else in the page. The only thing I can get for sure is the Page. How

Re: T5 Component Info Passing

2007-07-30 Thread Todd Orr
BTW _resources.getComponentModel().getEmbeddedComponentIds() would be really really useful if it didn't return an empty list every time during my testing. Is there any way for a component to know what it contains? On 7/30/07, Todd Orr <[EMAIL PROTECTED]> wrote: > I've found out how to pass data be

T5 Component Info Passing

2007-07-30 Thread Todd Orr
I've found out how to pass data between components so long as it's downstream. Is there a way to pass data from a component (B) that is physically below another component (A) to component A? I've found that performing any data passing (per situation above) during the RenderSetup, etc. methods usin

[T5][Info] Scala Programming langage works with T5

2007-07-29 Thread farmand
Hello guys, I just began to play with Scala ( http://www.scala-lang.org/index.html ), a functional, full-OO programming language that run on top of the JVM. And you know what ? I attempt to build a page in Scala for Tapestry 5, and it works ! Scala allows to import Java class and use annotation,

Re: EventListener - sending more info to server

2006-12-20 Thread Alexandru Dragomir
I have : @EventListener(targets="myTarget" , events="myEvent") and also the javascript function : myTarget.myEvent=function(customObject) {} I would like to send customObject to the server in the same way the BrowserEvent is sent.. Which is the best aproach ? Alex On 12/20/06, Alexandru Dra

EventListener - sending more info to server

2006-12-20 Thread Alexandru Dragomir
Can i send some more information to the server , like a custom JSON object ? Now , i only see it done submititing a form with this object as a hidden field. Thanks! Alex

How to put document.a.value info into properties file

2006-09-25 Thread Peter Dawn
guys, how can i put text which is filled up by javascript (like document.a.value="test") into properties files. i mean i want this text to be multi-lingual too and hence they need to be in properties files. any idea. thanks. -

Where can I find info on speeding up a pure tapestry 3.0 application?

2006-07-20 Thread Skriloff, Nicholas
- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]