Re: Programmatically expand or collapse t:panelNavigation2

2007-02-02 Thread Amit Nair
Hi Aleksandr Thanks a lot for your quick reply. activeOnViewId worked for me... Regards Amit Aleksandr Mazur wrote: > > Hi Amit > > Using activeOnViewId attribute might be helpfull. > You can open menu item using toggleOpen() method. > > Best regards, > Aleksan

Programmatically expand or collapse t:panelNavigation2

2007-02-02 Thread Amit Nair
lNavigation2 programmatically…. I have tried using the “active” attribute of t:commandNavigation2, but it is just showing the menu selected. The sub content of menu is not seen. Thanks in Advance Amit Nair -- View this message in context: http://www.nabble.com/Programmatically-expand-o

Re: JSF-DWR Components not adding to viewroot

2007-01-21 Thread Amit Nair
ra fields. It should be enough > for simple cases, but I wouldn't want to do that very often. > > Probably JSF 1.2 will have a much better solution, or maybe Sandbox or > Trinidad already has something that can help. > > On 1/16/07, Amit Nair <[EMAIL PROTECTED]>

JSF-DWR Components not adding to viewroot

2007-01-16 Thread Amit Nair
Hi Team I am trying to integrate the JSF & DWR. In the jsp page I have got a dataTable which is iterating over a list of objects, based upon whose values the components are displayed inside DataTable. The final output of the dataTable is a series of questions against which there are various typ

RE: Lookup failing in Backing Bean

2006-12-06 Thread Amit Nair
Can anyone provide me leads for the same. Thanks Amit Kumar, Abhilash (Gok) wrote: > > Try after removing the code > env.put("java.naming.provider.url", "jnp://localhost:1099"); > > > -----Original Message- > From: Amit Nair [mailto:[EMAIL PROTE

Lookup failing in Backing Bean

2006-12-06 Thread Amit Nair
Hello Friends I am stuck in a very strange kind of problem. My application is having the following ejb3, jsf & JBoss-4.0.4.GA I have got a jsp page which takes the user name & password of the user. The fields are binded to user object in the backing bean[scope is request]. When the user does a

Re: Action method not getting called inside the dataTable

2006-11-28 Thread Amit Nair
mare & real problem. So can you please tell me is there any other way out of it… Thanks Amit Adrian Mitev-2 wrote: > > The bean that holds the data mode should be in session scope. > > 2006/11/28, Amit Nair <[EMAIL PROTECTED]>: >> >> >> Hi Friends >> &

Action method not getting called inside the dataTable

2006-11-28 Thread Amit Nair
Hi Friends I am having trouble in calling the action method from command link inside datatable. The code of the DataTable is The managed beans siteRequirementBean & requirementDisplay both are in request scope. The datatable has two columns. In the first column there 3