Overriding Struts UI Controls

2008-12-24 Thread Ganesh123
Hi, i am overriding the struts UI controls for my role based UI rendering. based on user role i have to decide few attributes of UI component like editability,visibility etc. for that i have implemented logic required. to achieve this i am extending TextFieldTag and in the overriding method

Re: Tree default expanded ??

2008-10-09 Thread Ganesh123
alert("Parent Node = "+message.node.parent.widgetId); document.form1.parentFieldID.value=message.node.parent.widgetId; } dojo.event.topic.subscribe("treeSelected",this,treeNodeSelected); Have Nice time... Ganesh123 wrote: > > Hi >