RE: Help required on Struts-Datagrid

2008-06-15 Thread Himanshu Rathore (TechSawi)
on Struts-Datagrid Hi Himanshu, I have tried the solution suggested , it worked fine too. But I observed having two tables to show the datagrid have one prime difficiency: When headers are shown in different table, it fixes the header/column-name width also , When we actually represent the data

Re: Help required on Struts-Datagrid

2008-06-11 Thread mukul.object
=layerScroll id=lyrContent style =vertical-align: top;height: 250px layout:datagrid property=gridData styleClass=GRID model=datagrid selectionAllowed=false layout:datagridColumn width=15% *title=* property=name1/ layout:datagridColumn width=28% *title=* property=name2

Re: Help required on Struts-Datagrid

2008-06-11 Thread mukul.object
Hi Himanshu, I have tried the solution suggested , it worked fine too. But I observed having two tables to show the datagrid have one prime difficiency: When headers are shown in different table, it fixes the header/column-name width also , When we actually represent the data in to datagrid

Re: Help required on Struts-Datagrid

2008-06-10 Thread Himanshu Rathore
=datagrid selectionAllowed=false layout:datagridColumn width=15% *title=* property=name1/ layout:datagridColumn width=28% *title=* property=name2/ /layout:datagrid /div /td /tr /table In second table wherein you will display data, I have set *title = *. Hope this will solve your

Help required on Struts-Datagrid

2008-06-09 Thread mukul.object
Hello All, I am seeking for suggestions on how can we fix the header/column-names in Struts-Datagrid. In my jsp , I have implemented struts-datagrid and showing many rows at a time. While scrolling the page , the column-names/header of the datagrid also scroll up and down and do not remain

Re: Help required on Struts-Datagrid

2008-06-09 Thread Felipe Lorenz
/column-names in Struts-Datagrid. In my jsp , I have implemented struts-datagrid and showing many rows at a time. While scrolling the page , the column-names/header of the datagrid also scroll up and down and do not remain visible to the user. Is there any way to fix the column-name/header

Re: Help required on Struts-Datagrid

2008-06-09 Thread Himanshu Rathore
Hi Mukul, This is possible in datagrid. you have to create two tables, one with headers and other containing data. In second table you need to hide the header part. I'll send you sample code tomorrow EOD. On Mon, Jun 9, 2008 at 4:03 PM, mukul.object [EMAIL PROTECTED] wrote: Hello All, I am

RE: DataGrid, Struts layout and Struts 2

2008-02-02 Thread nandha
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Friday, March 23, 2007 7:22 AM To: user@struts.apache.org Subject: DataGrid, Struts layout and Struts 2 Hello every one: I am looking for a way to pass a resultSet or cachedRowSet to a jsp page

Re: Datagrid in Struts2

2007-12-09 Thread Oleg Mikheev
quinquin2209 wrote: I am using Struts 2 and I wanna develop a datagrid as that provided in Struts Layout. I have couple of questions: I don't know what Struts layout is, but there is a nice grid in dojo 1.0 (in dojox). It's not included in Struts2 (I think), but it will be someday

Datagrid in Struts2

2007-12-04 Thread quinquin2209
Hi All, I am using Struts 2 and I wanna develop a datagrid as that provided in Struts Layout. I have couple of questions: 1. Is that I can't use Struts Layout in Struts 2? If it can be used? How to set up? 2. If Struts Layout cannot be used in Struts 2, is there any similar plugin that provide

Multi language support in struts layout datagrid

2007-10-30 Thread nagesh.kumar
Hi All, I have implemented already Struts DATAGRID iam fasing a prob , I need to support multi language fileds in this datagrid layout . How can I show a filed in english another field in japan in the same datagrid . Any body has any idea please mail me Thanks Regards Nagesh Kumar

Multi language support in struts layout datagrid - didn't g et any reply

2007-10-30 Thread nagesh.kumar
Hi All, I have implemented already Struts DATAGRID now fasing a prob , I need to support multi language fileds in this datagrid layout . How can I show a filed in english and another field in japan in the same datagrid . Any solution please mail me Thanks Regards Nagesh Kumar Reddy

DataGrid

2007-08-24 Thread Venu Madhav
hi, can anybody help me in creating struts data grid. The layout tags in jsp is unable to find getter method for datagrid bean. -- Regards, Venu madhav.Yelamanchili Developer, WCS Team, Miracle Software Systems, [EMAIL PROTECTED] Ph.No:+919963503613

datagrid doubt

2007-05-16 Thread Viplav Kallepu
Hi , i wish to implement datagrid in struts ...query's, validations, type of boxes and other things will be in XML file ...I have to parse it and know the query and depending on the query i have to get the fields. I have to give an edit option for the fields. At present what I am doing is I am

DataGrid, Struts layout and Struts 2

2007-03-22 Thread mansour77
Hello every one: I am looking for a way to pass a resultSet or cachedRowSet to a jsp page, and display the results in a dataGrid. The behavior I am looking for is similar to the one offered by Struts Layout http://struts.application-servers.com/intro/layout.html. Unforetunatly Struts-Layout

RE: DataGrid, Struts layout and Struts 2

2007-03-22 Thread nagesh.kumar
, 2007 7:22 AM To: user@struts.apache.org Subject: DataGrid, Struts layout and Struts 2 Hello every one: I am looking for a way to pass a resultSet or cachedRowSet to a jsp page, and display the results in a dataGrid. The behavior I am looking for is similar to the one offered by Struts Layout http

Getting errors in Struts 1.2 Layout DataGrid

2006-11-21 Thread nagesh.kumar
Hi All, Iam using Struts 1.2 Layout DataGrid in jsp Iam able to get populate the values in DataGrid in jsp perfectly working fine ,. when i click the SUBMIt button iam getting below errors. 1 if i change the scope = request to scope = session this error is not reproducing

Re: Datagrid lige funktionallity

2004-09-03 Thread Vic
I think Java is more typing, but still higher overall project productivity. Tools get you to be 90% compleate, but then the last mile is a killer. (and sometimes the 90% compleate has to be re-done to get that last mile). Use displaytag a lot and you will get used to it. .V Anders Jacobsen

RE: Datagrid lige funktionallity

2004-09-03 Thread Jim Barrows
-Original Message- From: news [mailto:[EMAIL PROTECTED] Behalf Of Anders Jacobsen Sent: Friday, September 03, 2004 12:22 PM To: [EMAIL PROTECTED] Subject: Re: Datagrid lige funktionallity You've already been pointed at the displaytag, however, something else you might want

Datagrid lige funktionallity

2004-09-02 Thread Anders Jacobsen
Hi! I have been developing on ASP.NET for quite some time now. But for some reason im going to develope on the J2EE platfrom using Struts. The web application primary job is to update customer information and so forth. Almost all pages will need a (refering to asp.net) datagrid like

Re: Datagrid lige funktionallity

2004-09-02 Thread Vic
on the J2EE platfrom using Struts. The web application primary job is to update customer information and so forth. Almost all pages will need a (refering to asp.net) datagrid like functionality. For you not knowing asp.net its a list wich can be edited eg by push a [edit] button. Now the row

RE: Datagrid lige funktionallity

2004-09-02 Thread Jim Barrows
-Original Message- From: news [mailto:[EMAIL PROTECTED] Behalf Of Anders Jacobsen Sent: Thursday, September 02, 2004 1:10 PM To: [EMAIL PROTECTED] Subject: Datagrid lige funktionallity Hi! I have been developing on ASP.NET for quite some time now. But for some reason im