Hi Thiago!
I counted 62 matches in 50 files of these 4:
- t5/core/events
- t5/core/ajax
- t5/core/dom
- t5/core/alert
Would not be a problem of updating them.
Kind regards,
Dmitry
On Sunday, June 8, 2025, Thiago H. de Paula Figueiredo
wrote:
> Hello!
>
> TL;DR: do your Tapestry projects have
else you suggest (with rationale, please).
>
> There's no perfect solution. All of them come with a bit of confusion. I
> personally would go with either 5.18 or 5.28 and have the first release
> being 5.18.7 or 5.28.7 to align with the upcoming 5.8.7 release.
>
> I'm looking forward to your feedback.
>
> Cheers!
>
> --
> Thiago H. de Paula Figueiredo
>
--
Dmitry Gusev
AnjLab Team
http://anjlab.com
\t\t\t\t"
> ],
> [
> “thingZone_2",
> "\n\t\t\t\t\t\t\t\t\n\t\t\t\t"
> ]
> ],
> "inits" : [
>
> So addRender(ClientBodyElementZone zone) queues up the request for later.
> Can I somehow queue up each request with the current values that I want it
> to use when rendering?
>
> Cheers,
>
> Geoff
--
Dmitry Gusev
AnjLab Team
http://anjlab.com
allender.jumpst...@gmail.com> wrote:
>
> > Magnificent, thank you.
> >
> > I will consider in the coming months whether I can host the update site.
> > Unfortunately, right now my team and I don't have the time to spend on
> it.
> >
> > > On 2 Mar 2
ttpComponents connection error response code 502.
> >
> > I really loved this plugin, so it’s a shame to see the good work go to
> > waste.
> >
> > Cheers,
> >
> > Geoff
> >
> >
> >
> > -
> > To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
> > For additional commands, e-mail: users-h...@tapestry.apache.org
> >
> >
>
--
Dmitry Gusev
AnjLab Team
http://anjlab.com
;
> >
> >
> >
> javaScriptStackPathConstructor.constructPathsForJavaScriptStack(stackName);
> >
> > }
> >
> >
> > }
> >
> > But I do not really like this approach as it implies that somehow I have
> > to open this URL to make the minimization ahead of time - and even worse
> I
> > would need to do this on every machine in a 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
> >
>
--
Dmitry Gusev
AnjLab Team
http://anjlab.com
aborate on
> > implementing this preload feature on Tapestry itself out-of-the-box,
> > avoiding some ugly workarounds needed since there's no actual support for
> > that. :)
> >
> > Cheers!
> >
> > On Mon, Nov 29, 2021 at 7:36 PM Dmitry Gusev
> wrot
hat will visit every
> page. Do you see any downside to using that to do the warmup?
>
> Where do you keep your shared “warmup in progress” flag so that it is
> rapidly accessible on every health check request?
>
> Cheers,
>
> Geoff
>
> > On 30 Nov 2021, at 6:35 am,
Hi Geoff,
I don't think there's a simpler way, we're doing something similar.
We created a REST endpoint with tynamo-resteasy which is effectively a load
balancer health check.
On the first hit it starts the warmup process on the same request,
following requests return an error instantly if the i
---
> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
> For additional commands, e-mail: users-h...@tapestry.apache.org
>
>
--
Dmitry Gusev
AnjLab Team
http://anjlab.com
e already a patched class handy?
>
> Best Regards,
> Reinhold
>
>
> -
> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
> For additional commands, e-mail: users-h...@tapestry.apache.org
>
>
--
Dmitry Gusev
AnjLab Team
http://anjlab.com
eyond this point in the upgrade.
> >
> > However when I go to to
> >
> >
> https://github.com/apache/tapestry-5/blob/5.6.4/tapestry-json/src/main/java/org/apache/tapestry5/json/JSONObject.java
> > to see the new source code I see comments referencing the 5.7 version.
> >
> > Is that expected being in the 5.6.x?
> >
>
--
Dmitry Gusev
AnjLab Team
http://anjlab.com
otes-562.html.
>
> Thanks for everyone involved in this release!
>
> Happy coding!
>
> --
> Thiago
>
--
Dmitry Gusev
AnjLab Team
http://anjlab.com
6.3 for 5.4 to 5.6.2, 5.7.1 for 5.7.0.
>
> Please check the release notes for both:
> 5.6.3: https://tapestry.apache.org/release-notes-563.html
> 5.7.1: https://tapestry.apache.org/release-notes-561.html
>
> Happy coding!
>
> --
> Thiago
>
--
Dmitry Gusev
AnjLab Team
http://anjlab.com
r additional commands, e-mail: users-h...@tapestry.apache.org
>
>
--
Dmitry Gusev
AnjLab Team
http://anjlab.com
t;
> Full details at https://tapestry.apache.org/release-notes-570.html.
>
> Thanks for everyone involved in getting this new release done!
>
> Happy coding!
>
> --
> Thiago
>
--
Dmitry Gusev
AnjLab Team
http://anjlab.com
that can helpfully help you understand my idea:
> [image: Inline image]
>
> Thank you in advance!
>
> -----
> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
> For additional commands, e-mail: users-h...@tapestry.apache.org
--
Dmitry Gusev
AnjLab Team
http://anjlab.com
return this;
> }
> user.setPrincipal(session.getPrincipal());
> user.setRealname(session.getRealname());
> return indexPage;
> }
> }
>
> This worked perfectly in T5.3, but not in T5.5.
>
> Any ideas?
> Lothar
>
> -
> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
> For additional commands, e-mail: users-h...@tapestry.apache.org
>
>
--
Dmitry Gusev
AnjLab Team
http://anjlab.com
le unless you have a support contract. I don't want anyone sticking to
> old Tapestry versions because they're still stuck with an old Java version,
> but I guess we can agree Java 8 is pretty old by now. 2 major (i.e. LTS
> releases) behind.
>
> Comments? Suggestions? Ideas? Please post them here!
>
> Cheers!
>
> --
> Thiago
>
--
Dmitry Gusev
AnjLab Team
http://anjlab.com
T_SEGMENT_PATTERN.matcher(path);
if (!matcher.find())
{
// Empty last segment?
return true;
}
final String match = matcher.group().toLowerCase();
return match.equals(modulePathPrefixGZ) || !match.contains(".");
}
}
On T
o end with
> a . followed by some chars (anything but a forward slash).
>
> I wonder if that configuration should be put by default, or activable
> using a configuration switch described in
> https://tapestry.apache.org/security.html
>
> Thank you again.
> Nicolas.
>
> Le
e.tapestry5.ioc.Resource,
> org.apache.tapestry5.services.assets.StreamableResource,
> java.lang.String,
>
> java.util.Set)
>
> Thank you,
> Nicolas.
>
> -----
> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
> For additional commands, e-mail: users-h...@tapestry.apache.org
>
>
--
Dmitry Gusev
AnjLab Team
http://anjlab.com
5.5 supports Java 11 bytecode, and that's exactly the issue that
> > most probably took the team the longer to develop.
> >
> >
> >> --
> >> Chris
> >>
> >> On Mon, Sep 9, 2019 at 9:11 PM Charles Roth wrote:
> >>
> >>> Sou
subscr...@tapestry.apache.org
> >> For additional commands, e-mail: users-h...@tapestry.apache.org
> >>
> >>
>
> -
> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
> For additional commands, e-mail: users-h...@tapestry.apache.org
>
>
--
Dmitry Gusev
AnjLab Team
http://anjlab.com
; the killing features such as Live Class Reloading (natively) and excellent
> error reporting.
>
> Keep up the good work.
>
> Nicolas.
>
--
Dmitry Gusev
AnjLab Team
http://anjlab.com
nts.SECURE_ENABLED, "false" );
> >>
> >> And always have an upstream proxy for performing SSL termination. This
> >> relies on the X-Forward-* headers being set and handled correctly by
> >> the
> >> various servers.
> >>
> >> --
&g
| Kim Syväluoma|
> Email: | kim@aland.net|
> Tel (GSM): | +358 (0)40 592 5267 |
> Tel Work: | +358 (0)20 7910 666 |
> =====
>
> -
> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
> For additional commands, e-mail: users-h...@tapestry.apache.org
>
>
--
Dmitry Gusev
AnjLab Team
http://anjlab.com
; System.err.format("getNamefilterDebug: %s%n",nameFilter);
> return nameFilter;
> }
>
>
> When using JavaScript/React I just call XMLHttpRequest.abort() for all
> ongoing XHR's.
>
>
> I cannot figure out how to do this in Tapestry 5.4.4. I was looking for
> AjaxResponseRenderer addRender(ClientBodyElement zone, abortPrevious);
>
> S-E
>
>
>
>
--
Dmitry Gusev
AnjLab Team
http://anjlab.com
> Cheers,
> >
> > Geoff
> > -
> > To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
> > For additional commands, e-mail: users-h...@tapestry.apache.org
> >
> --
> -- Mats Andersson | Ronsoft AB | +46(0)73 368 79 82
>
>
--
Dmitry Gusev
AnjLab Team
http://anjlab.com
ing[] interfaces)
These ^
On Sat, Apr 13, 2019 at 12:43 AM Thiago H. de Paula Figueiredo <
thiag...@gmail.com> wrote:
> Hello!
>
> Which edits?
>
> On Thu, Apr 11, 2019 at 3:01 PM Dmitry Gusev
> wrote:
>
> > Hello Mats and Thiago,
> >
> > I guess we
ternal/AbstractReloadableObjectCreator.java
> >> @@ -211,7 +211,7 @@ public abstract class
> >> AbstractReloadableObjectCreator implements ObjectCreator,
> >>
> >> public Class doClassLoad(String className) throws IOException
> >>{
> >> -ClassVisitor analyzer = new ClassVisitor(Opcodes.ASM4)
> >> +ClassVisitor analyzer = new ClassVisitor(Opcodes.ASM7)
> >>{
> >>@Override
> >>public void visit(int version, int access, String name,
> >> String signature, String superName, String[] interfaces)
> >> --
> >> 2.17.1
> >>
> >>
> >> --
> >> -- Mats Andersson | Ronsoft AB | +46(0)73 368 79 82
> >>
> >>
> --
> -- Mats Andersson | Ronsoft AB | +46(0)73 368 79 82
>
>
--
Dmitry Gusev
AnjLab Team
http://anjlab.com
check-interval is defined somewhere? Default is 1s
> which should be enough in development. Also, make sure resources are
> actually copied to the target directory when they are changed in the
> souce. This is needed to make Tapestry aware of changes.
>
>
> /Mats
>
>
> On
>
>
>
>
>
> Sent from my iPhone
> -
> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
> For additional commands, e-mail: users-h...@tapestry.apache.org
>
>
--
Dmitry Gusev
AnjLab Team
http://anjlab.com
component inside a form and like to
> set some error message.
> If it's a page we can do something like:
>
> @InjectComponent
> private Form form;
>
> form.recordError(message);
>
> How to do something like that in a component?
>
> Thanks a lot.
>
>
>
w.mreunionlabs.net/ <http://www.mreunion-labs.net/>
> twitter : @mreunionlabs @abangkis
> page : https://plus.google.com/104168782385184990771
>
--
Dmitry Gusev
AnjLab Team
http://anjlab.com
stparseRequest(HttpServletRequest request)
> {
> try {
> return createFileUpload().parseRequest(request); }catch
> (FileUploadException ex)
> {
> uploadException = ex; return Collections.emptyList(); }
> }
>
> Dunno if Spring Boot and its embeeded To
x27;t get it to trigger on my workstation, I can't get a debugger connected
> to figure it out from there.
>
> Thanks,
>
> Richard
>
>
> -
> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
> For additional commands, e-mail: users-h...@tapestry.apache.org
>
>
--
Dmitry Gusev
AnjLab Team
http://anjlab.com
> My goql would be to write, directly in the tml, something like:
>
>
>
> SAVE DATA
>
>
>
> Is it possible to do this with tapestry5?
>
> Thanks in advance,
> larzeni
>
> -----
> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
> For additional commands, e-mail: users-h...@tapestry.apache.org
>
>
--
Dmitry Gusev
AnjLab Team
http://anjlab.com
gt;
> Thanks for your support!
>
> Regards, Erich
>
>
>
>
>
> -
> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
> For additional commands, e-mail: users-h...@tapestry.apache.org
>
>
--
Dmitry Gusev
AnjLab Team
http://anjlab.com
aro no old libs on classpath...
>
> Regards, Erich
>
>
>
>
> Am 19.03.2018 14:56, schrieb Dmitry Gusev:
>
>> Hi,
>>
>> It can still be loaded if you have Tapestry 5.3 jars on classpath, make
>> sure to remove them.
>>
>> On Mon, Mar 19, 2018
oss.modules.ConcurrentClassLoader.performLoadClass(Con
> currentClassLoader.java:389)
>
> at org.jboss.modules.ConcurrentClassLoader.loadClass(Concurrent
> ClassLoader.java:134)
>
> ... 29 more
>
>
>
> -
> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
> For additional commands, e-mail: users-h...@tapestry.apache.org
>
>
--
Dmitry Gusev
AnjLab Team
http://anjlab.com
t FOP processing actually blocks the whole thing
> because of AWT usage, but couldn’t find any confirmations yet.
>
> --
> Ilya Obshadko
>
--
Dmitry Gusev
AnjLab Team
http://anjlab.com
blenegative.com.au/download.html
>
> And as always, your comments and corrections are encouraged.
>
> Cheers,
>
> Geoff
--
Dmitry Gusev
AnjLab Team
http://anjlab.com
dd(RegistryBuilder.java:123
> )
> at
> org.apache.tapestry5.internal.TapestryAppInitializer.(TapestryA
> ppInitializer.java:115)
> at org.apache.tapestry5.TapestryFilter.init(
> TapestryFilter.java:95)
> at
> org.eclipse.jetty.servlet.FilterHolder.initialize(FilterHolder.java:1
> 37)
> at
> org.eclipse.jetty.servlet.ServletHandler.initialize(ServletHandler.ja
> va:817)
>
--
Dmitry Gusev
AnjLab Team
http://anjlab.com
; What do you think of making contributing two different values to an ordered
> configuration with the same id a show-stopping error?
>
> --
> Thiago
>
--
Dmitry Gusev
AnjLab Team
http://anjlab.com
estion is this: do services save their state in between
> injections in different classes?
>
--
Dmitry Gusev
AnjLab Team
http://anjlab.com
> abstraction for “units of work” or whatever you may call it - application
> > didn’t need it when it was running on a single machine. I’ll have to
> > introduce something similar to isolate jobs from actual business objects.
> >
> >
> > On Wed, Jun 28, 2017
containers (ECS can do this
> quite easily)
> - use a simple table with records containing job name, current cluster
> deployment ID and state
> - first background executor that is able to lock an appropriate job row
> starts working, the other(s) are cancelled
>
>
>
> On
cess running background tasks. Ideally, I want to dynamically distribute
> background jobs between hosts in cluster, based on current load status.
>
>
> --
> Ilya Obshadko
>
--
Dmitry Gusev
AnjLab Team
http://anjlab.com
Hello Tapestry users,
I'd like to share a small library that we use to manage & validate
configuration symbols for Tapestry5 application:
https://github.com/anjlab/anjlab-tapestry-commons/tree/master/anjlab-tapestry-config
README with some examples available by above link.
--
Dmi
tryImpl.java:1260)
> >>>> at
> >>>> org.apache.tapestry5.ioc.internal.util.InternalUtils.
> >>>> createConstructorConstructionPlan(InternalUtils.java:1363)
> >>>> at
> >>>> org.apache.tapestry5.ioc.internal.
reating proxy for service
> HibernateSession
> at
> org.apache.tapestry5.ioc.internal.AbstractReloadableObjectCreato
> r.createInstance(AbstractReloadableObjectCreator.java:129)
> at
> org.apache.tapestry5.ioc.internal.AbstractReloadableObjectCreato
> r.createObject(AbstractReloadableObjectCreator.java:121)
> at $ControllerInterface_350f95bde0af.delegate(Unknown Source)
> at $ControllerInterface_350f95bde0af.execute(Unknown Source)
> at $ControllerInterface_350f95bde0ad.execute(Unknown Source)
> at dbla.dbla.DbLogAnonymizer.main(DbLogAnonymizer.java:19)
>
>
> -
> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
> For additional commands, e-mail: users-h...@tapestry.apache.org
>
>
--
Dmitry Gusev
AnjLab Team
http://anjlab.com
iceException: Unable
> to create requested service [org.hibernate.engine.jdbc.
> env.spi.JdbcEnvironment]
> [ERROR] ioc.Registry Operations trace:
> [ERROR] ioc.Registry [ 1] Invoking startup method org.apache.tapestry5.jpa.
> modules.JpaModule.startupEarly(EntityManagerManager, boole
pressWarnings(
> { "unchecked" })
> public List findAll()
> {
> return entityManager.createQuery("select u from User u order by
> u.id desc").getResultList();
> }
>
> @Override
> public void delete(final User... users)
&g
gt;
>
> ____
> De : Dmitry Gusev
> Envoyé : mercredi 24 août 2016 17:18:49
> À : Tapestry users
> Objet : Re: Logical Page Name Shortening
>
> To make URLs shorter/prettier, so you could name your java classes & TMLs
> differently, i.e.:
>
>
> Yes I saw it, but I don't understand why tapestry removed the suffix.
>
> ________
> De : Dmitry Gusev
> Envoyé : mercredi 24 août 2016 16:54:46
> À : Tapestry users
> Objet : Re: Logical Page Name Shortening
>
> Hi, have you seen t
he URL in certains
> cases, and and wanna know why or where do they do this ?
>
>
> Thanks
>
>
--
Dmitry Gusev
AnjLab Team
http://anjlab.com
> column:
> >
> > public String getMyColumn3()
> > {
> > return aStringThatIsNeverNull;
> > }
> >
> > Thanks in advance for any possible feedback or hint or any related
> thought.
> >
> > -
> > To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
> > For additional commands, e-mail: users-h...@tapestry.apache.org
> >
>
--
Dmitry Gusev
AnjLab Team
http://anjlab.com
pestry-security+guide/ <
> http://www.tynamo.org/tapestry-security+guide/>)
>
>
> delete user
>
> What I would like to be able to do is set the required role or role list
> based on a bound parameter, is that possible?
>
> Example syntax -
>
>
> delete user
eated on startup so the returned PeriodicJob is inaccessible from a
> > page?
> >
> > --
> > http://www.mreunionlabs.net/ <http://www.mreunion-labs.net/>
> > twitter : @mreunionlabs @abangkis
> > page : https://plus.google.com/104168782385184990771
> >
>
--
Dmitry Gusev
AnjLab Team
http://anjlab.com
7;ve this exception in my application :
>
>
> Binding parameter %s as an informal parameter does not make sense, as %s
> does not support informal parameters
>
>
> How can I resolve it without using @SupportInformalParameters ?
>
>
> Thanks
>
--
Dmitry Gusev
AnjLab Team
http://anjlab.com
nager,
> >> to safely commit the transaction.
> >>
> >
> > It's a Tapestry-IoC service, so you can @Inject it in your pages or have
> > it automatically injected into your services' constructors.
> >
> >
> > --
> > Thiago H. de Paula Figueiredo
> > Tapestry, Java and Hibernate consultant and developer
> > http://machina.com.br
> >
> > -
> > To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
> > For additional commands, e-mail: users-h...@tapestry.apache.org
> >
> >
>
--
Dmitry Gusev
AnjLab Team
http://anjlab.com
f i manually commit using Injected HibernateSessionManager in the page,
> > it will work. But using @CommitAfter annotation isn't. Anybody know why
> is
> > this happening?
> >
> > Thanks
> >
> > --
> > http://www.mreunionlabs.net/ <http://www.mreunion-labs.net/>
> > twitter : @mreunionlabs @abangkis
> > page : https://plus.google.com/104168782385184990771
> >
>
>
>
> --
> http://www.mreunionlabs.net/ <http://www.mreunion-labs.net/>
> twitter : @mreunionlabs @abangkis
> page : https://plus.google.com/104168782385184990771
>
--
Dmitry Gusev
AnjLab Team
http://anjlab.com
some other advanced options that may be helpful for those who
have complex runtime configurations:
https://github.com/anjlab/eclipse-tapestry5-plugin#advanced-configuration
Installation instructions:
https://github.com/anjlab/eclipse-tapestry5-plugin#install
--
Dmitry Gusev
AnjLab Team
http
27;ve tried
> - it with a new workspace
> - it with HTML and XML editor of eclipse. For both i get
> the message 'content assistant not available at the current location' in
> the status bar
>
> Kind regards
>
> On Fri, Aug 28, 2015 at 3:20 PM, Dmitry Gusev
> wro
to Definition in tml files
> 2. Completion Proposals in tml files
>
> Any idea, what i did wrong?
>
>
> Kind regards
> Diego
>
>
> On Fri, Aug 28, 2015 at 1:59 PM, Bob Harner wrote:
>
> > Nice! Thanks for all these improvements, Dmitry!
> > On A
your
project configuration.
There's a new shortcut for this feature: CMD+Shift+;
Give it a try & share your feedback.
--
Dmitry Gusev
AnjLab Team
http://anjlab.com
o messing
> with the class path to get the right properties file. Neither solution is
> ideal. Anyone come up with anything else?
>
>
>
> On Tuesday, July 28, 2015, Dmitry Gusev wrote:
>
> > Got it, thank you.
> >
> > This is exactly how we do it currently
www.reprisk.com
>
> Follow us on Facebook or Twitter:
> www.facebook.com/RepRisk | www.twitter.com/RepRisk
>
> If you are not the intended recipient, please notify the sender - thank
> you.
>
>
>
>
>
>
> Am 28.07.15 12:54 schrieb "Dmitry Gusev" unter
ad
> additional modules during startup)
>
> Best,
> Thilo
>
>
>
>
> Am 28.07.15 12:06 schrieb "Dmitry Gusev" unter :
>
> >Hi Thilo,
> >
> >and how in this case you configure your executable JAR?
> >
> >Are you using maven profiles &
p
> class above)
>
> spring-boot-maven-plugin
> The plugin will repackage your WAR file to make it executable (by using
> java -jar myapp.war); WAR files per-se are not directly executable.
>
>
> If you’re interested in such a solution, I can post more details here.
&g
Hello,
Do you run tapestry apps in embedded container in production?
If yes, how do you configure embedded container (ports, SSL, valves, etc.)?
Maybe there's some tapestry integration that configures tomcat instance
using tapestry-ioc and symbols?
--
Dmitry Gusev
AnjLab Team
usual event processing chain).
>
> One obvious solution is Tapestry+RestEASY (or any other similar REST
> module) and moving all controller logic to JS on the frontend and to REST
> handlers on the backend. This way pages/components are becoming just
> "stubs" that initialize required HTML/JS.
>
> Any other thoughts maybe?
>
> --
> Ilya Obshadko
>
--
Dmitry Gusev
AnjLab Team
http://anjlab.com
n? Do
> you know if the corresponding
> org.hibernate.jpa.AvailableSettings.CDI_BEAN_MANAGER
> is available in EclipseLink configuration and if so, what's the name of the
> property?
>
> Kalle
>
> On Thu, Jul 23, 2015 at 2:03 PM, Dmitry Gusev
> wrote:
>
> > Hello Tapestry users!
> >
> >
rapped in a
> TransactionalUnit?
>
> I look forward to testing out your library when time permits.
>
> Thanks
> Tony
>
> > On Jul 23, 2015, at 5:03 PM, Dmitry Gusev
> wrote:
> >
> > Hello Tapestry users!
> >
> > I would like to share
ainst tapestry 5.3.7, but should also work with latest 5.4
versions (not tested).
--
Dmitry Gusev
AnjLab Team
http://anjlab.com
terruptedException ie) {
> // (Re-)Cancel if current thread also interrupted
> pool.shutdownNow();
> // Preserve interrupt status
> Thread.currentThread().interrupt();
> }
> }
>
> }
>
--
Dmitry Gusev
AnjLab Team
http://anjlab.com
How could we do that?
>
> Regards,
> Daniel P.
>
--
Dmitry Gusev
AnjLab Team
http://anjlab.com
r reloading the
> >>> context.
> >>>
> >>> Does anybody have a clue what I'm missing?
> >>>
> >>> Regards,
> >>> Veit
> >>>
> >>>
> >>>
> >>>
> >>> ---
en, restarting tomcat or reloading the
> context.
>
> Does anybody have a clue what I'm missing?
>
> Regards,
> Veit
>
>
>
>
> -----
> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
>
> For additional commands, e-mail: users-h...@tapestry.apache.org
>
>
>
--
Dmitry Gusev
AnjLab Team
http://anjlab.com
tml component?
>
> Thanks,
>
> Casey
>
> -----
> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
> For additional commands, e-mail: users-h...@tapestry.apache.org
>
>
--
Dmitry Gusev
AnjLab Team
http://anjlab.com
you edited your tapestry modules.
--
Dmitry Gusev
AnjLab Team
http://anjlab.com
;m trying to enable reuse for our projects by splitting our
> > > application into separate modules for the data model and the web ui,
> > > among others. When starting a Tapestry application, it looks for the
> > > entities in the entities package of the same project. Is it ev
;> Response response = token.getData(); // first call is blocking,
> wait
> > >> for all responses, other calls just return data;
> > >> }
> > >>
> > >> Why i did not just realize my idea and write this post?
> > >>
> > >> Because i need two separate phases: first for send request, and second
> > for
> > >> prepare rendering. All componets should send in first phase, and after
> > get
> > >> data in second.
> > >>
> > >> Tapestry have setupRender and beginRender, but they have another
> order.
> > It
> > >> call setupRender and beginRender for first component, and then - for
> > >> second. But i need phase 1 calls for all components, then phase 2 call
> > for
> > >> all components.
> > >>
> > >> And now my question is: is there any way in Tapestry to create this
> > >> phases?
> > >> Thank you for your attention, sorry for my English.
> > >>
> > >
> > >
> >
>
--
Dmitry Gusev
AnjLab Team
http://anjlab.com
source I reckon
On Fri, Apr 3, 2015 at 12:41 PM, Dmitry Gusev
wrote:
> Hi,
>
> You'll need to implement your own LinkSource, like in this example:
>
> https://gist.github.com/dmitrygusev/6980210
>
> You may also want to set tapestry.hostname symbol:
>
apestry.apache.org
> For additional commands, e-mail: users-h...@tapestry.apache.org
>
>
--
Dmitry Gusev
AnjLab Team
http://anjlab.com
s behind on hibernate
> core. I'm trying to upgrade to hibernate-search 5.0.1 but it requires core
> 4.3.8, any chance we could upgrade the version?
>
> thanks
>
--
Dmitry Gusev
AnjLab Team
http://anjlab.com
me. I’d otherwise not
> have a problem with a project-based configuration file. Maybe it should
> live under WEB-INF or even META-INF.
>
> Norman Franke
> Answering Service for Directors, Inc.
> www.myasd.com
>
>
>
> On Feb 4, 2015, at 11:46 AM, Dmitry Gusev wrote:
&g
text is still unable to resolve the following :
>
> @Import(library={
> "${layout.scripts}/jquery.confirm.js"
> }, module={
> "bootstrap/modal",
> "bootstrap/transition",
> })
>
> None of the 3 assets can be properly resolved... Not the
how it works for you.
As usual, installation instructions can be found here:
https://github.com/anjlab/eclipse-tapestry5-plugin#install
--
Dmitry Gusev
AnjLab Team
http://anjlab.com
vice for Directors, Inc.
> www.myasd.com
>
>
>
> On Feb 4, 2015, at 2:15 AM, Dmitry Gusev wrote:
>
> > Hi Martin,
> >
> > I'm sorry I was unclear, the symbol expansion support is not yet in the
> > plugin.
> > I was just saying that it shouldn'
? I'm not sure). Do you
> have any advice on how to avoid or prevent this happening?
>
> Cheers,
> Geoff
>
> On 4 Feb 2015, at 6:15 pm, Dmitry Gusev wrote:
>
> > Hi Martin,
> >
> > I'm sorry I was unclear, the symbol expansion support is not yet
>
> None of the 3 assets can be properly resolved... Not the end of the world
> of course :) Just a heads up.
>
> Again I love this plugin ^^
>
> -- Martin
>
> On Tue, Feb 3, 2015 at 4:16 PM, Dmitry Gusev
> wrote:
>
> > Hi Martin,
> >
> > My current go
css"
> })
>
> -- Martin
>
> On Tue, Feb 3, 2015 at 10:01 AM, Bob Harner wrote:
>
> > Awesome work, Dmitry! It just gets better and better...
> >
> > On Mon, Feb 2, 2015 at 1:51 AM, Dmitry Gusev
> > wrote:
> > > Hey Tapestry Users,
> > >
a thread here a couple of months back about importing a blank css
> file so that one could have total control.
>
> perhaps the css ordering would suit your circumstance?
>
> cm
> On 30/01/2015 1:45 am, "Dmitry Gusev" wrote:
>
> > Hello,
> >
> > I
ecting items in this view updates the JavaDoc view & source
range in Java editor if open (handy for learning the source code)
As usual you can find updated README with screenshots and download
instructions on Github:
https://github.com/anjlab/eclipse-tapestry5-plugin#readme
--
Dmitry Gusev
AnjLab Team
http://anjlab.com
nternal pages).
How can I do this? Maybe any alternatives?
--
Dmitry Gusev
AnjLab Team
http://anjlab.com
ice and implementing a more standard one would be?
> Thanks.
>
> -
> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
> For additional commands, e-mail: users-h...@tapestry.apache.org
>
>
--
Dmitry Gusev
AnjLab Team
http://anjlab.com
;
thiag...@gmail.com> wrote:
>
> On Fri, 12 Dec 2014 05:24:33 -0200, Dmitry Gusev
> wrote:
>
>> So I highly support Barry's suggestions on no framework specific html and
>> css.
>>
>
> Easier said than done. If Tapestry provides no default CSS, new
>
;>>
>>>
>>>
>>> Related to this does it make sense to switch to jQuery 2.X if the default
>>> styles do not support IE8?
>>>
>>>
>>>
>>> I think I’m OK with giving up on IE8 but I’ll like to see IE 8 render a
>>> Bootstrap 4.X site before I really decide.
>>>
>>>
>>>
>>> What do you think?
>>>
>>
>> -
>> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
>> For additional commands, e-mail: users-h...@tapestry.apache.org
>>
>>
>
> --
> Using Opera's mail client: http://www.opera.com/mail/
>
>
> -
> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
> For additional commands, e-mail: users-h...@tapestry.apache.org
>
>
--
Dmitry Gusev
AnjLab Team
http://anjlab.com
1 - 100 of 442 matches
Mail list logo