Dynamic tree

2009-10-12 Thread Francisco Exposito
Hello, anybody knows how to create a dynamic tree with checkboxes and create/delete/rename option? I've found a jquery tree plugin which seems good but I don't know if it can be used with Struts2 (www.jstree.com) Any other option will be appreciate

Dynamic Tree construction with Struts 1.3

2009-09-09 Thread Hanen Ben Rhouma
Hello There, Can someone tell me if it's possible to code dynamic trees making some actions load their result accordingly with Struts 1.3 ? I've seen many threads related to Dojo integration into Struts2 but I need to work with Struts 1.3, are there any tutorials for such requirement? Thanks in

Fw: Struts2 dynamic tree error -- able to solve this issue

2009-06-19 Thread Bala . T . Ramanadham
business logic what values you want to populate in the tree. To make this work, you have to create a project as Web2.0 and add struts2 and dojo-tags to the library as well as dojo tool kit. Hope this solves in creating a dynamic tree. Thanks & Regards Bala T Ramanadham NOTICE TO RECIPIE

Struts2 dynamic tree error

2009-06-11 Thread Bala . T . Ramanadham
Using the below code to create a tree reading DB. "customers"is an Array List and "customer"is an object. Below is the error. Please help 6/11/09 17:17:01:000 PDT] 0084 runtime E Expression stack.findValue(parameters.nodeTitleProperty) is undefined on line 23, column 48 in templ

Re: Struts 2 - Creating a dynamic tree

2009-06-10 Thread Bala . T . Ramanadham
m sharing, copying, or otherwise using or disclosing its contents. If you have received this e-mail in error, please notify the sender immediately by reply e-mail and permanently delete this e-mail and any attachments without reading, forwarding or saving them. Thank you. Dav

Re: Struts 2 - Creating a dynamic tree

2009-06-10 Thread Wes Wannemacher
On Wednesday 10 June 2009 08:11:24 pm bala.t.ramanad...@kp.org wrote: > Hi All, > > I am new to Struts and we are working on an application where we have to > create a dynamic tree. In /struts-dojo-tags, there is a tree and treenode > tags which are available to use. I have included

Re: Struts 2 - Creating a dynamic tree

2009-06-10 Thread Dave Newton
bala.t.ramanad...@kp.org wrote: I am new to Struts and we are working on an application where we have to create a dynamic tree. In /struts-dojo-tags, there is a tree and treenode tags which are available to use. I have included struts2-dojo-plugin-2.1.6.jar in web-inf/lib folder. However, when

Struts 2 - Creating a dynamic tree

2009-06-10 Thread Bala . T . Ramanadham
Hi All, I am new to Struts and we are working on an application where we have to create a dynamic tree. In /struts-dojo-tags, there is a tree and treenode tags which are available to use. I have included struts2-dojo-plugin-2.1.6.jar in web-inf/lib folder. However, when I run the application

Re: Dynamic Tree in JSP

2008-01-19 Thread naveen k
Thanks friend for ur kind reply. Do you have any idea of any third party taglibs that generate Dynamic tree. If u have information, u can share with me please. Naveen > > > On Jan 19, 2008 4:05 AM, Laurie Harper <[EMAIL PROTECTED]> wrote: > > > naveen k wrote: >

Re: Dynamic Tree in JSP

2008-01-18 Thread naveen k
Thanks friend for ur kind reply. Naveen On Jan 19, 2008 4:05 AM, Laurie Harper <[EMAIL PROTECTED]> wrote: > naveen k wrote: > > Hi, > > > >I am developing web application using struts. > > I want to create a dynamic tree in a Jsp page that shows so

Re: Dynamic Tree in JSP

2008-01-18 Thread Laurie Harper
naveen k wrote: Hi, I am developing web application using struts. I want to create a dynamic tree in a Jsp page that shows some URL's. Is there any tag available in jsp to create it? If it there, then how i create it with the tags available in jsp? Which tags i have to us

Dynamic Tree in JSP

2008-01-18 Thread naveen k
Hi, I am developing web application using struts. I want to create a dynamic tree in a Jsp page that shows some URL's. Is there any tag available in jsp to create it? If it there, then how i create it with the tags available in jsp? Which tags i have to use for that? If pos

Dynamic tree

2007-11-08 Thread Peter Bliznak
page there is "Dynamic tree loaded with AJAX (one request is made for each node):" but example of how to make one is missing. I just want to ask if anyone would be able to help me on this. I guess my next question is -- is this available at the current 2.0.11 build? and finally to ac

Re: struts 2.0.9 with the dynamic tree

2007-09-17 Thread Vo Van Thuong
<[EMAIL PROTECTED]> To: "Struts Users Mailing List" Sent: Monday, September 17, 2007 11:08 PM Subject: Re: struts 2.0.9 with the dynamic tree Please, has anyone figured out how to make the tree selection work with struts 2.0.9? The showcase example, the way it stands doesn't

Re: struts 2.0.9 with the dynamic tree

2007-09-17 Thread Session A Mwamufiya
Please, has anyone figured out how to make the tree selection work with struts 2.0.9? The showcase example, the way it stands doesn't work for 2.0.9 (it didn't work for 2.0.6 either, but I found a hack that involved changing the struts-core jar file). I thought it was supposed to be fixed in 2

struts 2.0.9 with the dynamic tree

2007-09-17 Thread Session A Mwamufiya
Hi, I recently upgraded to struts 2.0.9, and now my tree viewer doesn't respond to node selections any more. Here's my jsp script: function treeNodeSelected(nodeId) { dojo.io.bind({ url: "?nodeId="+nodeId, load: fu

RE: Dynamic Tree Example

2007-09-06 Thread Manu Mahajan
will be working on this for the next few days and I will update you if I make any progress. Manu -Original Message- From: Session A Mwamufiya [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 05, 2007 10:39 PM To: Struts Users Mailing List Cc: Struts Users Mailing List Subject: Re: Dynam

Re: Dynamic Tree Example

2007-09-05 Thread Session A Mwamufiya
g known broken code on the "Showcase" is a good >>>> idea realizing developers are flocking to this resource to figure >>>> out how to do things? If it is known not to work, maybe it should >>>> say this or be removed from the Showcase! >>>>

Re: Dynamic Tree Example

2007-08-15 Thread Roger Varley
> > What I would really like to do is create a model Petshop application > for Struts 2. I've setup a Google Code site for this purpose, but I > haven't had a chance to seriously pursue it yet. > > * http://code.google.com/p/sq1-petstore/ > > My dream would be to have a full set of use cases, a re

Re: Dynamic Tree Example

2007-08-14 Thread Dave Newton
Typo; the keys are like totally right next to each other. --- Ted Husted wrote: > Patches are the answer. > On 8/14/07, Dave Newton wrote: >> Sounds like a great opportunity to get on the S2 >> team and pull things that don't work or make them >> work! _

Re: Dynamic Tree Example

2007-08-14 Thread Ted Husted
Patches are the answer. On 8/14/07, Dave Newton <[EMAIL PROTECTED]> wrote: > Sounds like a great opportunity to get on the S2 team > and pull things that don't work or make them work! - To unsubscribe, e-mail: [EMAIL PROTECTED] F

Re: Dynamic Tree Example

2007-08-14 Thread Ted Husted
; On 8/10/07, Musachy Barroso <[EMAIL PROTECTED]> wrote: > > > > > > > > Yes the example had several problems on 2.0.x, some of them were > > > > fixed, others are still there. > > > > > > > > musachy > > > > &g

Re: Dynamic Tree Example

2007-08-14 Thread Dave Newton
--- [EMAIL PROTECTED] wrote: > I think it should not be "ShowCase'd" if it is known > not to work. Sounds like a great opportunity to get on the S2 team and pull things that don't work or make them work! d.

Re: Dynamic Tree Example

2007-08-14 Thread stanlick
TECTED]> wrote: > > > > > > Yes the example had several problems on 2.0.x, some of them were > > > fixed, others are still there. > > > > > > musachy > > > > > > On 8/10/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > > &g

Re: Dynamic Tree Example

2007-08-14 Thread Session A Mwamufiya
Musachy Barroso <[EMAIL PROTECTED]> wrote: >>> >>>> Yes the example had several problems on 2.0.x, some of them were >>>> fixed, others are still there. >>>> >>>> musachy >>>> >>>> On 8/10/07, [EMAIL PROT

Re: Dynamic Tree Example

2007-08-14 Thread Ted Husted
rote: > >> > >>> Yes the example had several problems on 2.0.x, some of them were > >>> fixed, others are still there. > >>> > >>> musachy > >>> > >>> On 8/10/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > >>>

Re: Dynamic Tree Example

2007-08-13 Thread Manu Mahajan
s the example had several problems on 2.0.x, some of them were fixed, others are still there. musachy On 8/10/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: I'm studying the dynamic tree example in the showcase, and there are a couple problems. First, when you v

Re: Dynamic Tree Example

2007-08-13 Thread Ted Husted
ple had several problems on 2.0.x, some of them were > > fixed, others are still there. > > > > musachy > > > > On 8/10/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > > I'm studying the dynamic tree example in the showcase, and there are a > >

Re: Dynamic Tree Example

2007-08-13 Thread stanlick
ECTED]> wrote: > > Yes the example had several problems on 2.0.x, some of them were > fixed, others are still there. > > musachy > > On 8/10/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > I'm studying the dynamic tree example in the showcase, and there ar

Re: Dynamic Tree Example

2007-08-10 Thread Musachy Barroso
Yes the example had several problems on 2.0.x, some of them were fixed, others are still there. musachy On 8/10/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > I'm studying the dynamic tree example in the showcase, and there are a > couple problems. First, when you

Dynamic Tree Example

2007-08-10 Thread stanlick
I'm studying the dynamic tree example in the showcase, and there are a couple problems. First, when you view sources, the configuration for the dynamicTreeSelectAction is not visible. Also, as I inspect this action, I'm discovering that its dynamicTreeSelect.jsp never displays the nod