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
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
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
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.
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
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();
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
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();
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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,
> >
> >
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 ?
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
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
> > 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
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
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
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
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
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
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
" 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
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,
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
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
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?
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
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
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
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
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
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
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
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;
>
>
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,
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
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
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
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
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
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
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
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
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
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.
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
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
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
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
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
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
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
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
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
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,
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
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
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.
-
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
71 matches
Mail list logo