Hi all,
Does anyone out there who uses devloader know how to manipulate the
order the classpath entries are loaded?
My .tomcatplugin lists a "webClassPathEntry" at the top of the list, but
for some reason it is always loaded 2nd last. Moving it in this file
seems to have no effect on the ord
Hi Cezary,
I think I have the same need as you.
We use load balanced servers, and when upgrading we upgrade one at a
time so that there is always a server running.
But the side effect is that the upgraded server can receive requests for
the old assets, and we don't want to fail in this case.
I was able to get this done by using the following:
Here the itemId is the property in the entity that I wanted to disable.
thanks
-
--
Don't Forget to Rate
--
View this messa
Thanks Steve,
I ran into this too upgrading from t5.1 to t5.3.
IMO this is a bug, since an interface designed specifically for my
tapestry pages should be able to co-exist in the pages package.
https://issues.apache.org/jira/browse/TAP5-1851
p.
On 23/08/2011 12:00 PM, Steve Ragle wrote:
Hi
Hi,
I have BeanEditor which I'm using to edit an entity object. I'm aware of the
ability of the BeanEditor to display and hide fields using the t:exclude and
t:include attributes. I wanted to know if there is a way I could display
some fields in a readonly mode, basically disabled. I saw a lot of t
I've tried the following, all without success.
@OnEvent(value = EventConstants.NODE_SELECTED)
Link nodeSelected(Integer nodeId) {
company.setCompany((Company) session.get(Company.class, nodeId));
Link link = pageRenderLinkSource.createPageRenderLink(Index.class);
r
Is it it possible for the tapestry treegrid to utilize ActionLinks ?, I'm
looking to use the component to navigate through pages.
--
View this message in context:
http://tapestry.1045711.n5.nabble.com/TreeGrid-ActionLink-tp5497839p5497839.html
Sent from the Tapestry - User mailing list archive at
Is there any way to hide ajax error in tapestry? I am using tapestry-jquery
if that can help
The error is related to the refreshing of zone and resetting the type of the
form error is given below
Communication with the server failed: TypeError: Cannot set property
'enctype' of undefined
Ajax
The update for that bug has been released but it didn't fix the problem.
I still get Communication with the server failed: TypeError: Cannot set
property 'enctype' of undefined
I am using jquery-tapestry. Anyone from jquery-tapestry team that can take a
look?
cheers
--
View this message in con
I can point you to this article by Howard:
http://tapestryjava.blogspot.com/2011/12/adding-ajax-throbbers-to-zone-updates.html
He covers everything you are trying to do.
Cheers
On Sun, Feb 19, 2012 at 6:20 PM, Bo Gao wrote:
> How to create my own zone update Effect?
> The most important thing
How to create my own zone update Effect?
The most important thing is how can I do something using javascript just after
I click some button.
I want to do this, when I click a button which will update a zone, a mask will
cover the whole zone.
After data return from ajax call, remove the mask. Ju
Looks great! It's all Swedish to me though :)
On Feb 19, 2012, at 4:11 AM, Gunnar Eketrapp wrote:
> For some time I have been working on a hobby project, a web based solution
> to adminstrate various types of "assocations".
>
> In Sweden we have a lot of those. It can be associations for shared
For some time I have been working on a hobby project, a web based solution
to adminstrate various types of "assocations".
In Sweden we have a lot of those. It can be associations for shared
properties, apartments, boat clubs etc etc.
You administrate members, meetings, economy, fees, documents an
> Interesting knowing hibernate adds extra queries, how would you go about
setting up the parent relationship in the entity?
I'm definately not the best person to ask hibernate questions to but what
you've done looks like hibernate best practice to me
> Seems as if removing id from parent and cat
14 matches
Mail list logo