RE: Question about using dataTable

2007-01-08 Thread Surapuraju, Vamsi
You can use panelgroup, panelgrid or div to solve your problem. Below is the example ... ... Hope this helps Vamsi Surapuraju 724 709 2391 -Original Message- Fro

Tobago opinions

2006-05-16 Thread Surapuraju, Vamsi
Can anyone tell me pros and cons of using Tobago over Tomahawk or vice versa? We are in the beginning of the project and I would like to get some info about Tobago to make decision about which one to use.   Thanks in advance   Vamsi Surapuraju     *

JSCook menu help

2006-05-19 Thread Surapuraju, Vamsi
Hi, I am getting following javascript error when I click on menu. Error: dummyForm has no properties Source File: http://localhost:8000/dedicated/faces/myFacesExtensionResource/navmenu.j scookmenu.HtmlJSCookMenuRenderer/11302665/MyFacesHack.js Line: 21 Following is my JSF code

RE: JSCook menu help

2006-05-19 Thread Surapuraju, Vamsi
:[EMAIL PROTECTED] Sent: Friday, May 19, 2006 9:39 AMTo: MyFaces DiscussionSubject: Re: JSCook menu help download and try to use tomahawk 1.1.2regards... On 5/19/06, Surapuraju, Vamsi <[EMAIL PROTECTED] > wrote: Hi,I am getting following _javascript_ error when I click on menu. Error:

bean with request scope stays longer than I expected????

2006-06-19 Thread Surapuraju, Vamsi
HI,   below is the sample code       public class DeptBackingBean {     List employees;       public getAllEmplyees() {     //code to get all emps     }       public deleteEmployee() {     //some code to delete     }     }   On my jsf page I use getAllEmpl

RE: bean with request scope stays longer than I expected????

2006-06-19 Thread Surapuraju, Vamsi
-Original Message- From: Andrew Robinson [mailto:[EMAIL PROTECTED] Sent: Monday, June 19, 2006 1:22 PM To: MyFaces Discussion Subject: Re: bean with request scope stays longer than I expected Where is the code (and where is it called) that loads the employees list? On 6/19/06, Surapuraju, Vamsi

RE: bean with request scope stays longer than I expected????

2006-06-19 Thread Surapuraju, Vamsi
it is getting called. -Andrew On 6/19/06, Surapuraju, Vamsi <[EMAIL PROTECTED]> wrote: > All I have in that method is a call to stateless ejb which returns > list of employees. > > Below is how it is. > > public class DeptBackingBean { > List em

t:saveState and browser Refresh problem

2006-06-22 Thread Surapuraju, Vamsi
  Hi,   I am initializing the page data using JDBC call in bean constructor and I am saving the whole bean state using t:saveState on the jsf page. Since bean is saved and when I hit the browser refresh on the page it is not going to database to fetch the data. Does anyone has any ideas on h

javax.servlet.ServletException: parent is null?

2006-07-27 Thread Surapuraju, Vamsi
I am getting javax.servlet.ServletException: parent is null? Exception when server is trying to redirect it error.faces. I have following in my web.xml java.lang.Throwable /error.faces Server is able to redirect to error.jsp with out any problem if there is an exception in any of my

RE: javax.servlet.ServletException: parent is null?

2006-07-27 Thread Surapuraju, Vamsi
parent is null error, but after I switched to Facelets and got rid of Tiles, that useless message never showed up again. Facelets is awesome ! On 7/27/06, Surapuraju, Vamsi <[EMAIL PROTECTED]> wrote: I am getting javax.servlet.ServletException: parent is null? Exceptionwhen server is

Datatable preserveRowStates and remove row problem

2006-08-10 Thread Surapuraju, Vamsi
Hi, I tried to remove a row from data table which has preserveRowStates set to true and I noticed deleted row data is being shown an the next row. Does anyone know How I can keep the modified data on the table with out using preserveRowStates. I want to be able to remove the row from data table