Guys, I need to track mouse actions from say a datagrid to tree and within the tree itself. How can I achieve this using yui and JSF ? I most prob wd use a <f:view> + <h:form> comb ... Maybe some f:subviews as well ... I dont know. Currently I can encode the tree and the grid in jsf. I am wondering how i can persist state of the tree as it mutates as well as the datagrid. tree accepts dnd from nodes and leafs and the <tr> 's from the grid which i convert into <li> to drop target them on to the tree.... etc... What aspects of the tree and grid mutation i can persist using JSF ? I wont use h:commandLink or h:outputLink and so on .. ie core jsf tags ...
I have spent quite some time on this ... Some please help/advise... Many thanks. Regards... --- Matthias Wessendorf <[EMAIL PROTECTED]> wrote: > Stephan, > > a co-worker has bloged on Shale (also on the > remoting): > > http://thepeninsulasedge.com/blog/2006/11/21/configuring-shale-remoting/ > > -M > > On 4/5/07, Matthias Wessendorf <[EMAIL PROTECTED]> > wrote: > > Shale remote is lightweight. > > > > works also fine to combine some *json* style data > with Yahoo UI :) > > > > On 4/5/07, Strittmatter, Stephan > <[EMAIL PROTECTED]> wrote: > > > Hi all, > > > > > > thanks for your response. I think, Matthias > proposal is going in my > > > directions. I want to update some values by > ajax. > > > I will investigate in this. As I have no Shale > environment, I think > > > Mabon could be > > > the solution. Currenty the pages of java.net are > offline, but I will > > > check this > > > later. > > > > > > Many thanks, > > > > > > Stephan > > > > > > -----Original Message----- > > > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > > > Matthias Wessendorf > > > Sent: Wednesday, April 04, 2007 11:15 PM > > > To: MyFaces Discussion > > > Subject: Re: How to get value from managed bean > by JavaScript > > > > > > Shale-Remoting, Mabon are also two candidates > for doing that > > > > > > (accessing a Managed Bean with JS, via the > ajax-communication channel) > > > > > > -M > > > > > > On 4/4/07, Andrew Robinson > <[EMAIL PROTECTED]> wrote: > > > > You can also look at JBoss-Seam remoting which > allows you to call > > > > backing bean methods directly from JavaScript > > > > > > > > On 4/4/07, Simon Kitching > <[EMAIL PROTECTED]> wrote: > > > > > Strittmatter, Stephan wrote: > > > > > > Hi, > > > > > > > > > > > > is there somewhere an utility-script in > JavaScript to retrive an > > > value > > > > > > of an given managed JSF-bean? > > > > > > > > > > Perhaps t:jsValueSet is what you are looking > for? > > > > > > > > > > At render time this creates a javascript > variable and sets it to the > > > > > result of an EL expression. > > > > > > > > > > > > > > > > > > -- > > > Matthias Wessendorf > > > http://tinyurl.com/fmywh > > > > > > further stuff: > > > blog: http://jroller.com/page/mwessendorf > > > mail: mwessendorf-at-gmail-dot-com > > > > > > > > > > > > -- > > Matthias Wessendorf > > http://tinyurl.com/fmywh > > > > further stuff: > > blog: http://jroller.com/page/mwessendorf > > mail: mwessendorf-at-gmail-dot-com > > > > > -- > Matthias Wessendorf > http://tinyurl.com/fmywh > > further stuff: > blog: http://jroller.com/page/mwessendorf > mail: mwessendorf-at-gmail-dot-com > ___________________________________________________________ Copy addresses and emails from any email account to Yahoo! Mail - quick, easy and free. http://uk.docs.yahoo.com/trueswitch2.html

