clustered setup.
So basically I am looking for a way to minimize the resources together with
starting the server or even at build time if possible.
Thanks for hints and advices!
Stefan
Hi Geoff,
thanks for your reply!
I personally preferred the use of listeners, but i’ll definitely give it a try.
What do you think about that double fired events?
I'll try to check this again to make sure this isn’t a bug.
My best,
Stefan
Am 24. Juli 2015 bei 03:03:32, Geoff Call
For me i fixed that with replacing t5.core.zone.deferredZoneUpdate() with
t5.core.ajax().
(i’m using T5.4 b32)
Regards,
Stefan
-
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail
ay to tell Tapestry not to handle the Hibernate-session the
default way, but to use some session-handling logic that I (or some
third-party library) provide?
I know, that it is a lot easier to just let Tapestry deal with sessions,
but maybe there is also a hard way? ;)
Thanks for your hel
No, no need.
Am 04.10.2014 um 01:38 schrieb Howard Lewis Ship :
> Just a survey ... does ANYBODY use the FormInjector component directly?
> It's going to be a lot of work to upgrade it for 5.4 and I'm very tempted
> to just remove it outright.
>
> --
> Howard M. Lewis Ship
>
> Creator of Apac
s available from the Environment
COMPONENT - Variant C:
Page renders fine, updating ChildZone B works, but when reloading the whole
page:
TapestryException: Form components may not be placed inside other Form
components.
Best regards,
Stefan
Once you have your maven project set up, run this:
mvn dependency:tree
or
mvn dependency:tree > tree.txt (to output the content into a file)
This will show you a nice dependency tree for the whole maven project.
2013/5/8 Jon Williams
> If you follow the instructions at tapestry.apache.org ge
Thanks.
Will this also work for a hibernate Session with usage of
tapestry-hibernate?
---
Stefan Baur
Schiltwiesenweg 8
8404 Winterthur
---
2013/5/6 Lenny Primak
>
> http://code.google.com/p/flowlogix/source/browse/tapestry-services/src/main/java/com/flowlogi
the SessionFactory from Tapestry instead
of creating a second instance? I am aware that the tapestry context is
registered as a ServletContext parameter, but I have no idea how to
"manually" get an object that would be @Inject-ed in Tapestry context.
Thanks for help.
Stefan
Lenny,
it is'nt deprecated actually. but its going to be in a next release.
Am 24.07.2011 um 07:18 schrieb Lenny Primak :
> Come to think of it, I got @PageAttached from the documentation, not the
> Tapestry in Action book.
> Specicially, http://tapestry.apache.org/page-life-cycle.html
>
> N
mportEmailToArchive", new
ImportEmailToArchiveBundle(importer));
}
Regards,
Stefan
Am 27.04.2011 06:10, schrieb Greg Pagendam-Turner:
Hi,
I'm wanting to get my site working with the latest production release
of Tapestry.
My project depends on ChenilleKit quartz.
According to the Tapes
No, because tap needs to know how to remap the values on a form submit.
So you need to provide a select model. But it's really easy stuff!
Take a look:
http://jumpstart.doublenegative.com.au/jumpstart/
- Stefan
Am 21.02.2011 um 17:26 schrieb robnangle:
>
> So there is no way
Hi guys,
are here any tapestry pros which will mind about to take a really exciting
offer as a tapestry developer in a permanent position here in Berlin/Germany?
Please feel free to contact me!
- Stefan
smime.p7s
Description: S/MIME cryptographic signature
,
stefan
Sent via mobile
Am 28.12.2010 um 22:45 schrieb raulmt :
>
> There are many JavaScript libraries for handling the back button problem with
> Ajax requests (the URL doesn't change, so a hit to the back button takes you
> to the real previous page instead of the previous
Wow, that was fast!
Thanks for the fast reply. Now it's up and running again.
Stefan
Am 03.11.2010 um 21:20 schrieb Sven Homburg:
> sorry for bad documentation.
> try this
>
> /**
> * configuring the quartz scheduler.
> *
> * @param configuration configurat
a what i've to do to get this to work.
Here is the source of the ChenilleKitQuartzModule:
https://nexus.codehaus.org/service/local/repositories/snapshots/archive/org/chenillekit/chenillekit-quartz/1.3.0-SNAPSHOT/chenillekit-quartz-1.3.0-20101101.135039-2-sources.jar/!/org/chenillekit/quartz/C
Thanks Robert,
that's exactly what i've missed.
And in Howard reply was a link to the new project website. Perfect!
Thank you again,
Stefan
Am 20.10.2010 um 21:15 schrieb Robert Zeigler:
> 5.2.1 was just released as the "current" 5.2.1 release, currently consi
list/Release plan etc.
thx,
Stefan
smime.p7s
Description: S/MIME cryptographic signature
table
and binds a listener on them. This init-script has to be re-triggered after
adding a row or updating the zone.
Is there any straight-forward way or have i to deal with some more tricky stuff?
thx in advance,
Stefan
smime.p7s
Description: S/MIME cryptographic signature
Hi,
can anyone reproduce some strange behavior when
configuring the tomcat connector to use the NIO-API?
My Ajaxformloops stop working when this feature is enabled.
There is no server-side error log, i simply get an 400 Bad Request.
Stefan
smime.p7s
Description: S/MIME cryptographic
t box with id
#municipality is populated.
Not a full solution to your problem, but you get the idea.
/Stefan
2010/7/23 Peter Stavrinides
> > To not lose the field values, submit the form.
> Well thats kind of what I hoped to avoid
>
> > To update just one field, you
e that?
Thanks for your input.
Stefan
smime.p7s
Description: S/MIME cryptographic signature
lol
there's really no symbol/property etc. to disable that?
Am 09.06.2010 um 17:25 schrieb Thiago H. de Paula Figueiredo:
> On Wed, 09 Jun 2010 12:15:17 -0300, Stefan Schuetz wrote:
>
>> Hi folks,
>
> Hi!
>
>> i can't find out how to disable the
Hi folks,
i can't find out how to disable the label suffix (":") which will be auto.
appended.
Does anyone have an idea?
Thanks in advance,
stefan
smime.p7s
Description: S/MIME cryptographic signature
n some way.
At the moment i don't know where to start.
Could any of the T5-gurus give me some hints or starting points on what and
where i could do?
Thanks,
Stefan
smime.p7s
Description: S/MIME cryptographic signature
Thanks Benny,
i've tried that too, but it does not work.
The context is null.
Here's how i do it:
@Inject
private org.apache.tapestry5.services.Context context;
Should that work?
Stefan
Am 30.10.2009 um 23:50 schrieb Benny Law:
Hi Stefan,
Try injecting org.apache
in advance.
Stefan
smime.p7s
Description: S/MIME cryptographic signature
ting the addRow parameter on the
AjaxFormLoop. Define your own AddRowLink that checks a condition
before
launching the AddRow Event...
2009/10/1 Stefan
Hi,
is it possible to block adding further rows to an AjaxFormloop?
Inside my addRow method i check some things and in some cases I
don't
oing wrong here?
Thanks,
Stefan
smime.p7s
Description: S/MIME cryptographic signature
I think i can build something for me, should not be a large problem.
Fortunately I did not take JSF ;)
Am 30.09.2009 um 17:15 schrieb cordenier christophe:
Then i don't know any component for That. Sorry.
2009/9/30 Stefan
I have build a "Constraint composing page"
With t
cordenier christophe:
What are you trying to do with AjaxFormLoop ? Actually, the Grid
component
supports pagination, inplace update and allow to work with forms on
multiple
entries using the encoder parameter.
2009/9/30 Stefan Schütz
Hi folks,
is it somehow possible to getting an AjaxFormloo
Hi folks,
is it somehow possible to getting an AjaxFormloop pageable?
Found nothing; neither in mailing lists nor on other sites.
Greets,
Stefan
-
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional
Hi,
i think that it's not possible.
Either you return a block for a zone update or the whole page or, in
your case return a streamresponse.
I would insert a second submit or actionlink called "Calculate
results" which count the possible results and update the label.
Am 17.09.2009 um 16:55
I've tried it with a ComponentWrapper (or loader) too, but don't got
it to work this way.
Now i use a simple BeanEditForm with an own simple BeanModel.
I pass a property with my custom datatype into the beanmodel and it
does the rest.
Define and register your custom components with their cor
I'm working on the same problem. (as i mentioned in some posts before)
I think the best, or most common and stable solution would be to extend
the always existing infrastructure to be able to register own
datatypes and their view/edit components.
But is that possible? And how? All involved sour
I think Its the right direction, but there is always the main problem:
How to get and add a component which is not defined/bound in any page
template?
Is that possible at all?
Am 04.09.2009 um 01:43 schrieb Thiago H. de Paula Figueiredo:
BeanEditor and BeanEditForm use blocks from different
ing really helpful.
Every time i will stuck on the problem that every component has to be
known in the wrapper components template ...
Long speech, short sense:
Are there any ideas/solutions out there to embed components really
dynamic?
Greets from Berlin,
Stefan
btw: i found a solutio
u, 27 Aug 2009 13:44:25 -0300, Stefan
escreveu:
Sorry, it gives me the same error:
No object of type org.apache.tapestry5.services.FormSupport is
available from the Environment. ...
And here is what i have changed:
... same as in first post
Ar
Figueiredo:
Em Thu, 27 Aug 2009 13:03:46 -0300, Stefan
escreveu:
I tried the workaround and surrounded the whole form with a zone,
but it does not work.
How does it not work? You didn't describe the error, so we cannot
help you here.
--
Thiago H. de Paula Figueiredo
Independent Java consu
Thiago H. de Paula Figueiredo:
Em Thu, 27 Aug 2009 12:06:16 -0300, Stefan
escreveu:
Hi,
Hi!
Render queue error in BeginRender ... :
No object of type org.apache.tapestry5.services.FormSupport is
available from the Environment.
Tapestry requires a Form to be rendering to render a field
>
:
The problem is that there will be an exception (below) thrown and i
have no idea whats going wrong here.
What should i do to get this working?
Thanks in advance,
Stefan
Render queue error in BeginRen
rebound to requests.
So every request results in a redirect to the login.
What i'm doing wrong here?
Thanks,
Stefan
smime.p7s
Description: S/MIME cryptographic signature
ot;
Is there a way to use a custom ValueEncode to generate a better url?
I do not want to provide my package structure to the client ;)
And, more important to me is to know something about the lifecycles.
How long and "where" life these "passed objects"?
Thanks,
Stefan
smime.p7s
Description: S/MIME cryptographic signature
..n columns form components).
This form should be generated on server-side, i prefer the non-ajax way.
(i have a lot of painful Ajax, JS & Browser issue experiences).
-Stefan
Am 09.07.2009 um 21:54 schrieb Igor Drobiazko:
One of the main distinguishing features of Tapestry is that you
d
ther components like options, checkboxes
Is something really dynamic form/component building possible without
having
to code dozens of workarounds?
Thanks in advance,
Stefan
smime.p7s
Description: S/MIME cryptographic signature
component elements.
Is this a design decision or a bug?
Thx for your help
Stefan Esterer
--
View this message in context:
http://www.nabble.com/-T-5.1--Problem-with%3A-Block-parameters-are-only-allowed-directly-within-component-elements-tp23865519p23865519.html
Sent from the Tapestry - User ma
if i had to implement such effects, i would use
http://script.aculo.us/
a neat javascript library which does such things for you...
greetings
stefan
Daniel Tabuenca wrote:
>
> Is there a way to add rendering effects such as fade in and fade out
> with standard Tapestry 4.1 like you
Can you post your script, page and html file so we can study it?
Jim Downing-2 wrote:
>
> Can anyone help me to get client-side validation working?
>
> I've enabled client side validation on my form component, and used a
> ScriptIncludes component to load the dojo components, but now whenever
idationFunction(bool)
Then the content of bool is alway "1" ... Do I miss something?
thx for your help
stefan
--
View this message in context:
http://www.nabble.com/Client-Side-Validation%3A-Custom-Validation-Function-tf2965263.html#a8296244
Sent from the Tapestry - User mail
I'm having the same problems with the snapshots..
Did you find the problem?
thx
stefan
Anna Vo wrote:
>
> A little while ago I had posted this error, which occurs the first time
> our site is loaded:
>
> Could not load 'dojo.logging.Logger'; last tried '
Do you need more information posted on the jira bug?
greetings
stefon
Stefan Esterer wrote:
>
> Hi again..
>
> I have a problem with selectionboxes which are dependent from one another
> and are changend asynchron on selection.
>
> In Firefox 2 this is working with no
Hi again..
I have a problem with selectionboxes which are dependent from one another
and are changend asynchron on selection.
In Firefox 2 this is working with no problems.
Internet Explorer 6 and 7 are first showing an empty selection box and then
an exception.
I have created a JIRA entry with
Hi!
thx for your helpful description!
if you cound create a little simple example it would be great.
thx for your effort
stefan
Marilen Corciovei wrote:
>
> The concept is simple. You have 2 pages. The one from which you go and
> the one which is supposed to follow which is rather
Hi..
and how did you get this working?
thx
stefan
Marilen Corciovei wrote:
>
> I implemented something js based here: http://www.resa-air.com/a5/be
> while wanting for the flights results to come up.
>
> Len
> www.len.ro
>
> On Wed, 2006-12-06 at 13:07 -0800, Sam G
into a spring bean?
Or is there another way to be able to localize property selections?!
thx
Stefan
--
View this message in context:
http://www.nabble.com/Injecting-hivemind-properties-into-spring-beans-tf2773128.html#a7735411
Sent from the Tapestry - User mailing list archive at Nabble.com
hi,
a small little example how to use tapestry-testng would be really great!
i would help if I get one running...
thx for your great work
stefon
KEGan wrote:
>
> Hi,
>
> Anyone knows where I can get the source code for
> tapestry-testng-1.0.0-20060919.184624-2.zip ?? This is the lastest rel
Hello Peter,
thanks for your hint! That was the problem.
I hadn't bound the parameter hidden, but when I bound it to an abstract
property it works!
thx Christine
Peter Beshai wrote:
>
>>Binding for parameter hidden
> (ExpressionBinding[frontend/Taetigkeitserfassung true]) may not be
> updat
Hi..
I have a similar problem.. can anybody lend us a helping hand?
greetz
Stefon
Tine wrote:
>
> Hi Guys...
>
> I try to use the new Dialog component.
> I have a directLink which binds to this methood:
>
> public void editTime(){
> Dialog dialog = ((Dialog)getComponent("addTi
58 matches
Mail list logo