gt; using CSS?
>
> On Tue, May 26, 2015 at 11:29 AM, Poggenpohl, Daniel <
> daniel.poggenp...@isst.fraunhofer.de> wrote:
>
>> Hello everyone,
>>
>> we want to customize the Tapestry tree component.
>> One of our first problems is to change the ic
Hi,
using CSS?
On Tue, May 26, 2015 at 11:29 AM, Poggenpohl, Daniel <
daniel.poggenp...@isst.fraunhofer.de> wrote:
> Hello everyone,
>
> we want to customize the Tapestry tree component.
> One of our first problems is to change the icons used in leaves and nodes.
>
Hello everyone,
we want to customize the Tapestry tree component.
One of our first problems is to change the icons used in leaves and nodes. How
could we do that?
Regards,
Daniel P.
Hello, I am a beginner for using Tapestry framework. I need some help on Tree
Component. Problem Statement:1. I need to implement a Tree which contains 2
different Objects(P,C) for Parent and Child Nodes[P:C > 1:n relationship].2. On
first render, we only load P objects and populate only par
Another tree example here:
http://tapestry-stitch.uklance.cloudbees.net/databasetreedemo
On 5 Jun 2014 14:43, "Erich Gormann" wrote:
> Dear all,
>
> I stuck in customizing the tree component for my project.
> We have a two level structure in our tree source, whihc contai
same
> way.
>
>
http://jumpstart.doublenegative.com.au/jumpstart7/examples/ajax/treefromdatabasewithzones
>
> Does that help?
>
> Geoff
>
> On 5 Jun 2014, at 9:42 pm, Erich Gormann wrote:
>
>> Dear all,
>>
>> I stuck in customizing the tree com
at 9:42 pm, Erich Gormann wrote:
> Dear all,
>
> I stuck in customizing the tree component for my project.
> We have a two level structure in our tree source, whihc contains at first
> level an entity "A" and a collection of type entity "B" as subent
Dear all,
I stuck in customizing the tree component for my project.
We have a two level structure in our tree source, whihc contains at first
level an entity "A" and a collection of type entity "B" as subentities of
"A". They are type compatible.
The problem i
Thanks for the quick reply.
I will go through these links.
On Tue, Aug 27, 2013 at 1:39 PM, Lance Java wrote:
> I've never fully understood the use case for the select event. I've always
> seen select done by putting a in the Tree's
> parameter.
>
> Here's a couple of examples:
> http://tapes
I've never fully understood the use case for the select event. I've always
seen select done by putting a in the Tree's
parameter.
Here's a couple of examples:
http://tapestry-stitch.uklance.cloudbees.net/databasetreedemo
http://jumpstart.doublenegative.com.au/jumpstart/examples/ajax/treefromdata
Hi All,
I need some info on how we differentiate b/w the expansion of a node and
selection of a node.
Could you please give me any references or info on this
Thanks,
Giri
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hi all,
Tapestry has a tree component, but it focuses on one specific way of
using trees.
In the project I am currently working on, we would like to use trees
in a different way. So I got down and started creating a tree
component, open sourcing it
On Fri, 27 Apr 2012 20:32:26 -0300, Chris Mylonas
wrote:
In a related question, do, or in the future will, ${expansions} work in
css? I haven't tried.
Not yet, but it would be quite useful. :)
--
Thiago H. de Paula Figueiredo
Independent Java, Apache Tapestry 5 and Hibernate consultant, d
r how to solve this problem in
>> the general case.
>>
>> I suppose I could override the Asset service also and copy the files up from
>> there.
>>
>> I guess the question is in general if you want to move Assets to a CDN how
>> to you find them all?
>>
&
In a related question, do, or in the future will, ${expansions} work in css?
I haven't tried.
On 28/04/2012, at 5:51 AM, trsvax wrote:
> I have a CDN module that automatically copies assets to a CDN (specifically
> Amazon S3/Cloudfront). I was working with the tree component and
I have a CDN module that automatically copies assets to a CDN (specifically
Amazon S3/Cloudfront). I was working with the tree component and discovered
the bits that make of the tree interface were missing images. Things like
tree-branch.png, tree-sprits.png etc. When I looked I found out they are
aging
component I use the component id/field name.
--
View this message in context:
http://tapestry.1045711.n5.nabble.com/Does-the-Tree-component-need-to-use-the-session-tp5667428p5670613.html
Sent from the Tapestry - User mailing list archive at Nabbl
On Fri, 27 Apr 2012 10:02:10 -0300, trsvax wrote:
I'm sure there are
many people (me included) that persist db result sets in the session.
That's something I put in the "never, never, ever do that" list. :)
--
Thiago H. de Paula Figueiredo
Independent Java, Apache Tapestry 5 and Hibernate co
I don't think this would work, for instance the grid component persists
String, Integer and Boolean. Also, if there were 2 trees in the app, they
would both need the same persistence
I'd prefer a component parameter. I was assuming this would require
invoking tapestry's underlying persistence API'
when you have a
ValueEncoder but don't want the change the persist type.
So if you want PersistClient for components in core you just add this module
to your pom file and it magically works.
--
View this message in context:
http://tapestry.1045711.n5.nabble.com/Does-the-Tree-component-nee
vior under some
> circumstances.
>
> --
> View this message in context:
http://tapestry.1045711.n5.nabble.com/Does-the-Tree-component-need-to-use-the-session-tp5667428p5668800.html
> Sent from the Tapestry - User mailing list archive at Nabble.com.
>
> -
I'm not sure how to fix it in a backward compatible way. If you move the
persistence to the URL it will change it's behavior under some
circumstances.
--
View this message in context:
http://tapestry.1045711.n5.nabble.com/Does-the-Tree-component-need-to-use-the-session-tp5667428p56
+1 (who's the volunteer?)
If it's designed cleverly, the character size need to store the
expanded/collapsed state can be very tiny.
On Apr 26, 2012 9:46 AM, "Lance Java" wrote:
> > I thought client persist was via the url not cookies, but as I said I
> never really used it
> See my previous pos
> I thought client persist was via the url not cookies, but as I said I
never really used it
See my previous post, I was wrong
> The issue is the URL gets too long
Agreed, perhaps gzip compression can help there
> and bookmarking is iffy since the id can change.
Hopefully the URL won't be bookmar
tree1.nodes=1,5,7
Perhaps
@Persist("RequestParameter")
The issue is the URL gets too long and bookmarking is iffy since the id can
change.
--
View this message in context:
http://tapestry.1045711.n5.nabble.com/Does-the-Tree-component-need-to-use-the-session-tp5667428p5667628.html
Sent fr
I take that back... I always assumed client persistence was based on
cookies. It seems it uses a request parameter... That could work but has
max URL length restrictions
Client persistence wont get rid of the multiple window error. It will also
introduce the possibility that the client has cookies disabled so nothing
will work.
I would agree with that. I would prefer it if the core did not require a
session at all.
I suppose you could change the default to
Persist(PersistenceConstants.CLIENT) but I have never tried that.
--
View this message in context:
http://tapestry.1045711.n5.nabble.com/Does-the-Tree-component
I've had the same thought. As you'd expect, if you open the Tree From Database,
With Zones example in two browser windows you'll find that your actions in one
affects the other.
So +1 from me.
On 26/04/2012, at 10:16 PM, Lance Java wrote:
> The current tree implementation requires the session
The current tree implementation requires the session to store the
TreeExpansionModel. As with most of you, I like to avoid using the session
wherever possible to improve scalability and to avoid issues when a user
opens multiple browser windows for the same page. In my mind, the
TreeExpansionModel
I'm building an example of selection using T5.3's new Tree component but having
some difficulties.
The example will have a tree on the left, and when you click on a leaf the item
is shown on the right in review mode, with a button for Edit and a button for
Delete.
Here are th
nerally, report a bug as affecting a released version (such as
"5.3") and expect to see it reported as fixed in an unreleased version
("5.4" and "5.3.1").
>
> C
> On Dec 7, 2011, at 11:48 AM, Chris Collins wrote:
>
>> I was playing with the tree compone
Got no response so I filed TAP5-1782. Also there doesn't seem to be a version
5.3 available in jira.
C
On Dec 7, 2011, at 11:48 AM, Chris Collins wrote:
> I was playing with the tree component and had a background color set in my
> css as a gradient.
>
> When I draw the tr
I was playing with the tree component and had a background color set in my css
as a gradient.
When I draw the tree I am seeing an interesting artifact. The last node within
each sub branch has a white background. I guess its related to the css
associated with class t-last defined for that
On Mon, 10 Oct 2011 03:47:32 -0300, ngocquy_ytc
wrote:
Hi All,
Hi!
I try to build the tree component in T 5.3.0! it render successful!
I use : @OnEvent(component="myTree", value=EventConstants.NODE_SELECTED)
and @OnEvent(component="myTree",
value=EventConst
Hi All,
I try to build the tree component in T 5.3.0! it render successful!
I use : @OnEvent(component="myTree", value=EventConstants.NODE_SELECTED)
and @OnEvent(component="myTree", value=EventConstants.NODE_UNSELECTED)
But I can't cacth action from tree.
There is page called TreeDemo (or similar) in the unit tests. It's a
reasonable starting point.
On Aug 15, 2011 6:09 AM, "George Christman" wrote:
> Does anybody have an example on how to use the new Tree Component?
>
> --
> View this message in context:
http://tapestry
Does anybody have an example on how to use the new Tree Component?
--
View this message in context:
http://tapestry.1045711.n5.nabble.com/T5-5-3-0-Tree-Component-Example-tp4700938p4700938.html
Sent from the Tapestry - User mailing list archive at Nabble.com
Hello everyone!
I am using the tree component from:
http://wiki.apache.org/tapestry/Tapestry5TreeComponent
and added a zone parameter to the ActionLink in order to show the data of the
selected element in the tree.
${node.name
A tree in table component is part of equanda, see
http://equanda.org/equanda-tapestry5/treetable.html
demo : http://app.spoon-it.be/t5example/
Kind regards,
Joachim
On 06/29/2010 10:28 AM, Halil Karakose wrote:
Hi,
I searched over the net but couldn't find a nice tree component. Is th
't find a nice tree component. Is there
> a
> working tapestry 5 tree component available?
>
> thanks...
>
>
--
View this message in context:
http://old.nabble.com/Tree-Component-in-Tapestry-5-tp29021345p29027041.html
Sent from the Tapestry - User ma
un 29, 2010 at 10:56 AM, Borut Bolčina wrote:
> As you can see here;
> http://www.questionpro.com/akira/ShowResults?id=1151880&mode=data it is
> one
> of the most wanted T5 component.
>
> 2010/6/29 Halil Karakose
>
> > Hi,
> > I searched over the net but couldn&
As you can see here;
http://www.questionpro.com/akira/ShowResults?id=1151880&mode=data it is one
of the most wanted T5 component.
2010/6/29 Halil Karakose
> Hi,
> I searched over the net but couldn't find a nice tree component. Is there a
> working tapestry 5 tree c
Hi,
I searched over the net but couldn't find a nice tree component. Is there a
working tapestry 5 tree component available?
thanks...
This is my first experience with using a component that is not
prepackaged. I am using 5.2-Snapshot and I need a tree or list component
that is able to have the order changed by the user and this
http://wiki.apache.org/tapestry/Tapestry5TreeComponent?action=recall&rev=2
seems to be what I need,
Hi All, I have used www.dhtmgoodies.com drag-and-drop-folder tree component
following the WIKI by Erik Vullings. After I upgade from T5.0.18 to
T5.1.0.5, it stop working. Does anyone have any idea?
Thanks in advance!
Weisu
--
View this message in context:
http://www.nabble.com/T5.1-drag-and
:
Date: Wed, 4 Mar 2009 15:38:56 +0100
Message-ID: <6347384b0903040638l2aa98a92kb8220f45b6219...@mail.gmail.com>
Subject: Re: Any T5's tree component hint?
From: Otho
To: Tapestry users
Content-Type: multipart/alternative; boundary=0016e6465284ef837b04644c029a
--0016e6465284ef837b04644c0
Hello guys, are there any Tree Component with ajax data fetch mode and checkbox
support for Tapestry 5 ?
I found dhtmlxTree js lib, but have no idea how can get it work with T5, I
would like write a new Tree Compontent like T5's Grid compoent when I know
things how to work.
--
View this message in context:
http://www.nabble.com/T5-tree-component-tp21825008p21825008.html
Sent from the Tapestry - User mailing list archive at Nabble.com.
-
To unsubscribe, e-mail: users-unsubscr
I have followed the wiki and implemented the tree component. I am happy to
help if you give more information about your problem.
Weisu
Yiqun Shi wrote:
>
> Is there a better implementation of tree component in T5? The one on wiki
> is not finished, and it is not easy to have it down.
Em Thu, 04 Dec 2008 00:11:41 -0300, Yiqun Shi <[EMAIL PROTECTED]>
escreveu:
Is there a better implementation of tree component in T5? The one on
wiki is not finished, and it is not easy to have it down. Tapestry has
little
example to follow...
The Tapestry 5 front page cite
Is there a better implementation of tree component in T5? The one on wiki
is not finished, and it is not easy to have it down. Tapestry has little
example to follow...
SYQ
sage ----
>>> From: Hugo Palma <[EMAIL PROTECTED]>
>>> To: Tapestry users
>>> Sent: Friday, 25 July, 2008 6:41:02 PM
>>> Subject: Explorer like tree component
>>>
>>> I was wondering if anyone knows of a component for T5 that display
y!!
Toby
- Original Message
From: Hugo Palma <[EMAIL PROTECTED]>
To: Tapestry users
Sent: Friday, 25 July, 2008 6:41:02 PM
Subject: Explorer like tree component
I was wondering if anyone knows of a component for T5 that displays a
tree with behaviour similar to this
http://www.treem
gt;
To: Tapestry users
Sent: Friday, 25 July, 2008 6:41:02 PM
Subject: Explorer like tree component
I was wondering if anyone knows of a component for T5 that displays a
tree with behaviour similar to this
http://www.treemenu.net/treemenu/3fr_beenthere.html
I just need expanded / collapsible node
Cool, it would you great if you both (Toby and Daniel) could post your
component code to the wiki.
Daniel Jue wrote:
Toby, please add yours to the Wiki if you can! There is already a T5
Tree component there based on a DHTMLGoodies tree. (That one needs
updating, but I have a working version
Toby, please add yours to the Wiki if you can! There is already a T5
Tree component there based on a DHTMLGoodies tree. (That one needs
updating, but I have a working version of it on my current work
project. Mine is a bit more complex, but should support multiple
trees per page.) Perhaps
I have written a component based on treemenu. I'll happily send you the code
but it comes with no warranty!!
Toby
- Original Message
From: Hugo Palma <[EMAIL PROTECTED]>
To: Tapestry users
Sent: Friday, 25 July, 2008 6:41:02 PM
Subject: Explorer like tree component
I wa
I was wondering if anyone knows of a component for T5 that displays a
tree with behaviour similar to this
http://www.treemenu.net/treemenu/3fr_beenthere.html
I just need expanded / collapsible nodes, with the plus / minus sign and
configurable node icons.
Thanks.
-
> Does anyone have a better solution for this? This must have been solved
> elsewhere...
> Is there a hook in prototype we can use for making things run after the DOM
> is complete? The problem doesn't happen with Firefox 2.
>
Off the top of my head I would suggest adding your javascript to the
It figures that I would run into this problem. Placing the Tree Component's
java script block, as seen on the wiki, can cause Abort errors on IE (tested
ie6) because it's modifying the DOM before it is loaded all the way. (I am
using a larger, complex page to experience these errors) My page pro
Erik Vullings wrote:
In the end, to create the Tree component (
http://wiki.apache.org/tapestry/Tapestry5TreeComponent)
ho :) I didn't make the link between this page and you :)
I just opened a Jira issue to ask for the addition of a Tree element in
the code lib, so that every users ma
On 8/24/07, Kheldar666 <[EMAIL PROTECTED]> wrote:
>
> I do this :
>
>
>
> > In AppModule.java :
> >
> > public void
> > contributeApplicationInitializer(OrderedConfiguration
> > configuration) {
> > configuration.add("mainModuleInitializer", new
> > MainModuleInitializer()
onal commands, e-mail: [EMAIL PROTECTED]
>
>
>
--
View this message in context:
http://www.nabble.com/T5-questions%3A-adding-my-own-initializations--outputing-pre-formatted-HTML--tree-component--javadoc-tf3872028.html#a12309051
Sent from the Tapestry - User mailing list archive at Nabble.com.
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Erik Vullings wrote:
3. Related to Q2, are there any T5 tutorials on how to develop a tree
component, similar to a grid component? Or does someone already have
it?
I have an example tree component here :
http://svn.forge.objectweb.org/cgi-bin/viewcvs.cgi/interldap/interldap-wui-t5/trunk/src
a current
> > > > struts2-spring-jdbc application to T5. Where can I put my dao
> > > > initialization (creation of hsqldb tables, which used to be done
> via
> > > > my ContextListener class in struts2)?
> > > >
> > > > 2. In my existin
e based on the
> > > www.dhtmlgoodies.com drag-drop-folder-tree. It is based on a standard
> > > HTML unordered list, which I generate in my page's java class. In the
> > > accompanying HTML file, I use "${formattedTree}" However, when I
> > > return
nordered list, which I generate in my page's java class. In the
> > accompanying HTML file, I use "${formattedTree}" However, when I
> > return the formattedTree "..." it becomes <ul> etc. How
> > can I change the encoding, in other words, output r
On 8/23/07, Ben Tomasini <[EMAIL PROTECTED]> wrote:
> I have the same requirement mentioned in #2. What is the best approach to
> handle this with Tapestry 5? I am thinking of just eager loading a service
> and invoking the init method in the builder method of the module. Any other
> thoughts?
>
when I
> return the formattedTree "..." it becomes <ul> etc. How
> can I change the encoding, in other words, output raw HTML to the HTML
> template file.
>
> 3. Related to Q2, are there any T5 tutorials on how to develop a tree
> component, similar to a grid compo
yeah! I will give my attention to it.
2007/8/15, Erik Vullings <[EMAIL PROTECTED]>:
> I've just created a simple T5 tree component:
> http://wiki.apache.org/tapestry/Tapestry5TreeComponent based on
> http://www.dhtmlgoodies.com/index.html?whichScript=drag-drop-folder-tree.
&g
I've just created a simple T5 tree component:
http://wiki.apache.org/tapestry/Tapestry5TreeComponent based on
http://www.dhtmlgoodies.com/index.html?whichScript=drag-drop-folder-tree.
Comments are welcome.
Cheers
Erik
upport forums - there's no such thing as a
> Tapestry Dojo tree component. (at least there better not be, not in
> tapestry at least ;) )
>
> http://dojotoolkit.org/forums/forums/support/dijit
>
> On 8/13/07, mn <[EMAIL PROTECTED]> wrote:
>
>
You should try the dojo support forums - there's no such thing as a
Tapestry Dojo tree component. (at least there better not be, not in
tapestry at least ;) )
http://dojotoolkit.org/forums/forums/support/dijit
On 8/13/07, mn <[EMAIL PROTECTED]> wrote:
>
> Hi,
>
> I am n
Hi,
I am new in tapestry first of all :) How to use dojo tree component? I tried
this, but it doest't work (lack dojo definition error...). What should I do
to use other widget that are not included in tapestry (other than
autocompleter etc.)?
http://www.w3.org/TR/html4/strict.dtd"
2. In my existing application, I use a (folder-like) tree based on the
www.dhtmlgoodies.com drag-drop-folder-tree. It is based on a standard
HTML unordered list, which I generate in my page's java class. In the
accompanying HTML file, I use "${formattedTree}" However, when I
return the formattedTr
my page's java class. In the
accompanying HTML file, I use "${formattedTree}" However, when I
return the formattedTree "..." it becomes <ul> etc. How
can I change the encoding, in other words, output raw HTML to the HTML
template file.
3. Related to Q2, are there any T
Le jeudi 03 mai 2007 à 11:56 -0700, Howard Lewis Ship a écrit :
> I was just thinking about some of this on the way in.
>
>
> If you @Inject the ServiceResources into your Tree component, you can ask it
> to generate action links for you. Handy!
Well, I succeeded in doing s
way in.
If you @Inject the ServiceResources into your Tree component, you can ask
it
to generate action links for you. Handy!
On 5/3/07, Francois Armand <[EMAIL PROTECTED]> wrote:
>
> Le jeudi 03 mai 2007 à 10:27 +0200, Francois Armand a écrit :
> > Hello everybody,
>
>
I was just thinking about some of this on the way in.
If you @Inject the ServiceResources into your Tree component, you can ask it
to generate action links for you. Handy!
On 5/3/07, Francois Armand <[EMAIL PROTECTED]> wrote:
Le jeudi 03 mai 2007 à 10:27 +0200, Francois Armand a
Le jeudi 03 mai 2007 à 10:27 +0200, Francois Armand a écrit :
> Hello everybody,
> So, my question is : is there a way of implementing recursive
> component ? If not, is there an existing component implementing a
> non-recursive tree walk ? And if not, have you some advices about doing
> such a co
Hello everybody,
I'm a beginner with Tapestry (and T5), and test it as a possible
framework for a futur application.
I have tested T5 for 3 days and for now, I'm really impressed by it. But
I came to my first real problem (all others are related with the lack of
documentation, which is quite nor
Hi!
I need a component with the following funtionality: it's like a table, but
it is not a table; and it's like a tree, but it's not a tree.
Actually I kwow for sure that it's not a table, but I can't say that it's
definitely not a tree.
Imagine a table (sortable and pagable) very much like the Tab
Hi,
Currenty I'm using tapestry 3.0.4. I have a problem with the tree component.
If the tree contains a small amount of data, it works fine. But if the amount
is to big (asume 1 root and 200 child) then no events are fired, so I can't
expand it.
Is there any solutio
try to write some nonsence the application xml so it won't render (an
open ), I would suspect it is not being referenced. then check that
tapestry servlet name is the same as the name you gave the .application
Cheers,
Ron
Zha Minjie wrote:
> Hi all:
> I am trying to use Tree c
Hi all:
I am trying to use Tree component in contrib library. My project name is
TestTapestry. I put the contrib jar in my classpath, and I also create
TestTapestry.application in WEB-INF direcotry:
http://jakarta.apache.org/tapestry/dtd/Tapestry_4_0.dtd";>
specification-path=&q
86 matches
Mail list logo