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 * - - *java Script code * dojo.event.topic.subscribe("treeExpand", function treeNodeExpanded(message) { alert(message.node.widgetId); }); while constructing the tree expandedNotifyTop

Re: Struts 2.1 Tree Problem

2008-09-11 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-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 my

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 wha

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 a

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

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 >

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 w