Re: Struts 2.1 Tree Problem

2008-09-12 Thread Jukka Välimaa
As far as I know, there is no way to set some nodes already extended server-side. You can open the nodes you want client-side using javascript, however. On Fri, Sep 12, 2008 at 6:48 AM, Narayana S [EMAIL PROTECTED] wrote: Hi Jim, Thanks for your reply, tree control default shows

Re: Struts 2.1 Tree Problem

2008-09-12 Thread Narayana S
i found solution to the parent node item. here is the code snippet .. *tree construction * sx:tree id=contentTree name=contentTree label=Root treeSelectedTopic=treeSelected expandedNotifyTopics=treeExpand - - /sx:tree *java Script code * script language=javascript

AW: Struts 2.1 Tree Problem

2008-09-12 Thread Jan Froehlich
Mailing List Betreff: Re: Struts 2.1 Tree Problem i found solution to the parent node item. here is the code snippet .. *tree construction * sx:tree id=contentTree name=contentTree label=Root treeSelectedTopic=treeSelected expandedNotifyTopics=treeExpand - - /sx:tree *java Script

Re: Struts 2.1 Tree Problem

2008-09-11 Thread Narayana S
did any one see this email please help me On Thu, Sep 11, 2008 at 10:17 AM, Narayana S [EMAIL PROTECTED] wrote: Hi, now i am working with tree control, when i load the tree i want to load it default extended and what ever the node id i pass that should be activated. how i can achieve

Re: Struts 2.1 Tree Problem

2008-09-11 Thread Jim Kiley
We aren't deliberately ignoring you... many readers of this list are in the Americas, and you sent your first message after most of us went to bed and your followup before most of us woke up. :-) (I have no idea what the answer to your question is, I have not used the tree control at all -- but

Re: Struts 2.1 Tree Problem

2008-09-11 Thread Narayana S
Hi Jim, Thanks for your reply, tree control default shows only root node, but 1. i want it to be shown extended by default to show the specified active node. 2. if i pass any node i want to find out the parent node of that node in the jsp page itself (in DOJO) i am kind of stuck in

Struts 2.1 Tree Problem

2008-09-10 Thread Narayana S
Hi, now i am working with tree control, when i load the tree i want to load it default extended and what ever the node id i pass that should be activated. how i can achieve this using struts 2.1 version. and one more thing is when i select a node in the jsp page itself i have to find out the

Re: Struts 2.1 Tree Problem

2008-08-22 Thread Narayana S
Hi, Issue is solved and migration is successful with respect to tree control, i found solution in code pencil blog. Have a nice time. On Thu, Aug 21, 2008 at 6:44 PM, Narayana S [EMAIL PROTECTED] wrote: Hi, i was using struts 2.0.11 and we know tree control is having some

Struts 2.1 Tree Problem

2008-08-21 Thread Narayana S
Hi, i was using struts 2.0.11 and we know tree control is having some issues in that version, so i want to migrate to struts 2.1. for that i removed struts 2.0.11 jars and replaced them with 2.1 version files, and also copied struts-dojo-plugin-2.1.2.jar. still i couldn't trace the tree

Re: Struts 2.1 Tree Problem

2008-08-21 Thread Stephan Schröder
some example i tried on struts-blank-2.1.2 it is working and recognizing events and responding. am i missing any imp step in migration, is that replacing jar files is not enough for migration? many of the struts2-tags use the var-attribute instead of name and id, now. I'm not sure whether id

Re: Struts 2.1 Tree Problem

2008-08-21 Thread Narayana S
Hello,,, Can any one please reply to this mail On Thu, Aug 21, 2008 at 7:05 PM, Stephan Schröder [EMAIL PROTECTED]wrote: some example i tried on struts-blank-2.1.2 it is working and recognizing events and responding. am i missing any imp step in migration, is that