Search Type: Posts; User: mbalaji51
Search: Search took 0.04 seconds.
-
3 May 2012 6:20 PM
Jump to post Thread: Grid not populated by mbalaji51
- Replies
- 2
- Views
- 460
Previously i was getting a response of only the name of the model class
now i changed my action and it works good but i dont think this is the correct method
My action class
public void... -
3 May 2012 8:23 AM
Jump to post Thread: Extjs 4 grid not populated by mbalaji51
- Replies
- 4
- Views
- 499
Yes i did have too many arrays to the response
thanks now my problem is solved -
3 May 2012 7:38 AM
Jump to post Thread: Extjs 4 grid not populated by mbalaji51
- Replies
- 4
- Views
- 499
Thanks for the suggestion
now i am getting the response as same as that of the example like
... -
3 May 2012 6:07 AM
Jump to post Thread: Extjs 4 grid not populated by mbalaji51
- Replies
- 4
- Views
- 499
I am Tryin a populate a grid with values from database
i am using extjs 4 for front end and sripes framework for backend
can anyone help me how to do this i would like to have a sample code
i... -
3 May 2012 6:01 AM
Jump to post Thread: Grid not populated by mbalaji51
- Replies
- 2
- Views
- 460
Hi
i am using extjs 4 with stripes framework
i am trying to populate a grid with the values from the database
doing so i am getting the resonse of the pseristant class name
but i am unable to... -
3 May 2012 5:49 AM
Jump to post Thread: Java Frameworks with ExtJS by mbalaji51
- Replies
- 8
- Views
- 1,819
Hi
i am also trying to use extjs with stripes
when i am using it for a grid i am unable to get the data from the database
i am getting the response correct and there is no errors
can u give me a... -
28 Feb 2012 11:59 PM
- Replies
- 7
- Views
- 2,282
Try using this
create a hidden field in ur jsp file and use the following code to retrieve the value
<input type="hidden" value="<%=request.getParameter("username")%>" id="userId">
<script...
Results 1 to 7 of 7
