RE: Grid..........

2004-03-09 Thread Jirole, Amar
We tried grid from http://www.blueshoes.org It works great. It has basic functionalities like paste/copy/export etc. The only problem we faced was performance. If the number of row/columns is large. It takes 10 something seconds to load. If you have found a better grid. Please let us know HTH

Re: Grid..........

2004-03-01 Thread Mark Lowe
the data and read the same from a grid. So how do I do this . - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Grid..........

2004-03-01 Thread Andrew Hill
2004 16:39 To: Struts Users Mailing List Subject: Re: Grid.. Sounds great.. On 1 Mar 2004, at 06:05, Milind P wrote: Hi All! Iam a new developer using the struts framework... We are developing a web application where in we are using the MVC architecture..Hence we are using

Grid..........

2004-02-29 Thread Milind P
Hi All! Iam a new developer using the struts framework... We are developing a web application where in we are using the MVC architecture..Hence we are using the Jsp for the view. Now the problem is our project demands to dsiplay the data and read the same from a grid. So how do I do this .

tag help - wanting to represent a table with a scrollbar, a grid, etc.

2003-10-19 Thread Nick Faiz
Hi, Is anyone aware of a tag library which can provide me with a table within a table, which has a scroll bar? I'm trying to represent a varying collection of reports within a nested html table. I thought I'd see if there was a common, tag orientated solution to this before

Grid Layout Style In Struts

2003-09-15 Thread Mahbub ul Huq Bin Kabir
Hi, I'm displaying my data on my page row by row and each row containing Itemname, id, and quantity. I'm displaying this by the Struts Iterate tag. It is working fine but I want to change the quantity field, suppose there are 10 quantity on a certain row and I want to change its value to 5

Online Grid View: table like structure that allows editing as well

2003-06-27 Thread Yansheng Lin
Is there an easy way to facilitate this functionality in a browser with struts? I imagine people use spreadsheets to track data a lot in the past, now they want to use the Web. I had a similar question before, but never got answered. Is it possible to have an arraylist containing all the

Struts taglibs - Is data grid possible

2003-01-16 Thread Harinath DP
Hi, I need to implement Data grid using Struts. Can anybody guide me to how about doing this? Do we have any taglib, which can do this? -Hari

RE: Struts taglibs - Is data grid possible

2003-01-16 Thread Mark Galbreath
What do you mean by data grid? Are you talking about some kind of matrix in an HTML table or AWT/Swing grid? Mark -Original Message- From: Harinath DP [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 16, 2003 7:02 AM To: Struts-User Subject: Struts taglibs - Is data grid possible

RE: Struts taglibs - Is data grid possible

2003-01-16 Thread Harinath DP
Hi Mark, I am trying to implement something like AWT/Swing grid (similar to DBGrid in Visual Basic) where in number of rows can be increased by click of button or when the rows are exhausted. I need to present user with few rows (initially) for him to do data entry which can be captured

RE: Struts taglibs - Is data grid possible

2003-01-16 Thread Mark Galbreath
, 2003 7:18 AM Hi Mark, I am trying to implement something like AWT/Swing grid (similar to DBGrid in Visual Basic) where in number of rows can be increased by click of button or when the rows are exhausted. I need to present user with few rows (initially) for him to do data entry which can

RE: Struts taglibs - Is data grid possible

2003-01-16 Thread Haseltine, Celeste
16, 2003 6:02 AM To: Struts-User Subject: Struts taglibs - Is data grid possible Hi, I need to implement Data grid using Struts. Can anybody guide me to how about doing this? Do we have any taglib, which can do this? -Hari -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED

Re: Struts taglibs - Is data grid possible

2003-01-16 Thread James Mitchell
- Original Message - From: Haseltine, Celeste [EMAIL PROTECTED] To: 'Struts Users Mailing List' [EMAIL PROTECTED] Sent: Thursday, January 16, 2003 10:40 AM Subject: RE: Struts taglibs - Is data grid possible You must be coming from a VB background, as a DataGrid and a MSFlexGrid are both

RE: Struts taglibs - Is data grid possible

2003-01-16 Thread Mark Galbreath
I come from a VB/ASP b -Original Message- From: Haseltine, Celeste [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 16, 2003 10:41 AM To: 'Struts Users Mailing List' Subject: RE: Struts taglibs - Is data grid possible You must be coming from a VB background, as a DataGrid

RE: Struts taglibs - Is data grid possible

2003-01-16 Thread Mark Galbreath
I come from a VB/ASP background and COM has no similarity to an applet. COM is server-side technology and applets are client-side technology. The closest similarity between Java and M$ would be JSP = ASP/VB Script. Also, it is easy to auto-download the correct JVM to IE if an appropriate JVM is

RE: Struts taglibs - Is data grid possible

2003-01-16 Thread pqin
' Subject: RE: Struts taglibs - Is data grid possible I come from a VB/ASP background and COM has no similarity to an applet. COM is server-side technology and applets are client-side technology. The closest similarity between Java and M$ would be JSP = ASP/VB Script. Also, it is easy to auto-download

RE: Struts taglibs - Is data grid possible

2003-01-16 Thread Aileen Cardenas
-Original Message- From: Haseltine, Celeste [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 16, 2003 7:41 AM To: 'Struts Users Mailing List' Subject: RE: Struts taglibs - Is data grid possible You must be coming from a VB background, as a DataGrid and a MSFlexGrid are both MS COM

Re: Struts taglibs - Is data grid possible

2003-01-16 Thread Vincent Stoessel
info on DBForms at http://jdbforms.sourceforge.net/. Celeste -Original Message- From: Harinath DP [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 16, 2003 6:02 AM To: Struts-User Subject: Struts taglibs - Is data grid possible Hi, I need to implement Data grid using Struts. Can

RE: Struts taglibs - Is data grid possible

2003-01-16 Thread Haseltine, Celeste
: James Mitchell [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 16, 2003 10:06 AM To: Struts Users Mailing List Subject: Re: Struts taglibs - Is data grid possible The equivalent of a COM component in Java is an applet. Where did you get that idea? The Java version of a COM component is like

Re: Struts taglibs - Is data grid possible

2003-01-16 Thread James Mitchell
: Haseltine, Celeste [EMAIL PROTECTED] To: 'Struts Users Mailing List' [EMAIL PROTECTED] Sent: Thursday, January 16, 2003 11:53 AM Subject: RE: Struts taglibs - Is data grid possible James, There are two type of COM components in the MS library, those with a visual interface, and those without

RE: Struts taglibs - Is data grid possible

2003-01-16 Thread Haseltine, Celeste
on that. Celeste -Original Message- From: Vincent Stoessel [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 16, 2003 10:55 AM To: Struts Users Mailing List Subject: Re: Struts taglibs - Is data grid possible -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Wow, I learn something new every day

Re: Struts taglibs - Is data grid possible

2003-01-16 Thread Robert Leland
From: Harinath DP [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 16, 2003 6:02 AM To: Struts-User Subject: Struts taglibs - Is data grid possible Hi, I need to implement Data grid using Struts. Can anybody guide me to how about doing this? Do we have any taglib, which can do

RE: Master/Detail data - editing multiple entities in a grid

2002-07-25 Thread Lister, Tom (ANTS)
Subject: Re: Master/Detail data - editing multiple entities in a grid I mailed this before but it didn't get thro I think, apologies if it's a double post. The monkey - bunches - banana model using nested tags sounds like exactly what you need. The indexed properties output by the tags keeps

RE: Master/Detail data - editing multiple entities in a grid

2002-07-25 Thread Jon.Ridgway
in a grid Hi found the bananas at http://www.keyboardmonkey.com/next/index.jsp Question is this going to be part of Struts 1.1 :-) Tom Lister * 020 7612 3030 * [EMAIL PROTECTED] -Original Message- From: Adam Hardy [mailto:[EMAIL PROTECTED]] Sent: 23 July 2002 21:51 To: Struts Users Mailing

RE: Master/Detail data - editing multiple entities in a grid

2002-07-25 Thread Craig R. McClanahan
entities in a grid Hi found the bananas at http://www.keyboardmonkey.com/next/index.jsp Question is this going to be part of Struts 1.1 It's not going to be a formal part of the 1.1 release -- but neither is a lot of other really cool stuff that runs on top of Struts. If we held up 1.1

RE: Master/Detail data - editing multiple entities in a grid

2002-07-24 Thread Lister, Tom (ANTS)
entities in a grid I mailed this before but it didn't get thro I think, apologies if it's a double post. The monkey - bunches - banana model using nested tags sounds like exactly what you need. The indexed properties output by the tags keeps all the relationships. NB if you do go that way, remember

Master/Detail data - editing multiple entities in a grid

2002-07-23 Thread Lister, Tom (ANTS)
) Is it possible to display the collection as a grid for editing. I don't see how to resolve what field belongs to which item in JSP/Struts. My feeling is that I should create a specific edit action to edit a selected line, then post that line data. This is not what the user would ideally :-) Tom Lister * 020

Re: Master/Detail data - editing multiple entities in a grid

2002-07-23 Thread Adam Hardy
will have the form contain a collection of order items (either directly or inside a 'value object' nested bean) Is it possible to display the collection as a grid for editing. I don't see how to resolve what field belongs to which item in JSP/Struts. My feeling is that I should create a specific edit

Using Struts to capture form grid info

2002-03-10 Thread Andrew H. Peterson
I have a form that has an HTML table of text inputs. Each row of inputs has a unique identifier that I can map to it. I can also map the column names to a column name in the db. I was thinking that I could construct the name of each input in such a way as to extract the id and column name from

Grid

2002-01-18 Thread bwml
Hi everybody, I'm a new struts-user and i'm wondering if it's really the product that i'm looking for : Is this product abke to display grid (with paging)? in rows? in columns? both? If yes, does somebody have an example? Where can i have the complete list of tags provided with struts, because

RE: Grid

2002-01-18 Thread Tom Klaasen (TeleRelay)
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: vrijdag 18 januari 2002 10:21 To: [EMAIL PROTECTED] Subject: Grid Hi everybody, I'm a new struts-user and i'm wondering if it's really the product that i'm looking for : Is this product abke

Re: RE: Grid

2002-01-18 Thread bwml
dbForms looks good...put have you tested it? or someone else? is it easy to use? regards, gaetan -- NetCourrier, votre bureau virtuel sur Internet : Mail, Agenda, Clubs, Toolbar... Web/Wap : www.netcourrier.com Téléphone/Fax :

RE: Grid

2002-01-18 Thread Martin Farrell
hi I am interested in this type of grid functionality too, in order to save users having to keep going to a different screen to enter/change information. I like the look of dbforms, but it seems more of a RAD tool, plus because i am using struts i want my application to be reliant on the struts

RE: RE: Grid

2002-01-18 Thread Aapo Laakkonen
dbForms looks good...put have you tested it? or someone else? is it easy to use? Yes it is very easy to use, but I don't like it, 'cause it does too much and it is not very flexible. But for prototyping it's quite good and it is pretty fast to built db frontends with it. -- Aapo Laakkonen,

Re: Grid

2002-01-18 Thread Ted Husted
You might want to take a look at the nesting tag extension. http://www.keyboardmonkey.com/struts/index.html Jeff Trent's grid tag http://husted.com/struts/resources/grid.htm And there is also Oleg's pager class in the Bean Factory http://www.sura.ru/~gonza/bean-factory/api/org/apache

Re: RE: Grid

2002-01-18 Thread bwml
hi martin! what is struts mvc? I have one question about strust : can strust map my input field with my database? if i constructs a grid of 1.000.000 of records can i have a paging of 10records/page? if yes, is it mapped directly to the database? i mean does strusts retrieve records 10 per 10

RE: RE: Grid

2002-01-18 Thread Tom Klaasen (TeleRelay)
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: vrijdag 18 januari 2002 11:31 To: [EMAIL PROTECTED] Subject: Re: RE: Grid dbForms looks good...put have you tested it? not yet or someone else? is it easy to use? I was hoping you could tell me

RE: RE: Grid

2002-01-18 Thread Martin Farrell
]] Sent: 18 January 2002 11:57 To: [EMAIL PROTECTED] Subject: Re: RE: Grid hi martin! what is struts mvc? I have one question about strust : can strust map my input field with my database? if i constructs a grid of 1.000.000 of records can i have a paging of 10records/page? if yes, is it mapped

Re: RE: RE: Grid

2002-01-18 Thread bwml
i have looked and i haven't really seen what struts can do with database...is it able to do mapping? can you tell me briefly what it can do... thanks a lot!! gaetan -- NetCourrier, votre bureau virtuel sur Internet : Mail,

Re: Grid

2002-01-18 Thread Ted Husted
Struts is model neutral. There are plenty tools out there for database access, Castor, J2EE, Torque, JRelational, Expresso. There's no reason for Struts to reinvent that wheel. If you need a persistance layer ('cuz you don't got none), I'd suggest starting with Expresso. http://jcorporate.com

Re: Grid

2002-01-18 Thread Pete Carapetyan
if i constructs a grid of 1.000.000 of records can i have a paging of 10records/page? if yes, is it mapped directly to the database? i mean does strusts retrieve records 10 per 10 or does it retrieves ALL records (in a colletion or whatever) and then exctracts 10 objects per 10? Expresso

Re: Grid

2002-01-18 Thread Ted Husted
Ted Husted wrote: Struts provides a front controller, and a nifty JSP taglib to help you access the controller's model. And Velocity can access the Struts controller too :) http://cvs.apache.org/viewcvs/jakarta-velocity-tools/ -- Ted Husted, Husted dot Com, Fairport NY USA. -- Building

Re: Grid

2002-01-18 Thread Will Spies/Towers Perrin
) husted@apache Subject: Re: Grid .org

Re: Grid

2002-01-18 Thread Gabriel Sidler
Will Spies/Towers Perrin wrote: And Velocity can access the Struts controller too :) is this documented anywhere? Is this just in development now or is it part of their release? Yes, it is currently in development. There is no release yet. The Velocity home page has a little more info

Grid = Ted Tom

2002-01-18 Thread bwml
Ted, Tom I'm not searching someone to do my job, i'm just a trainee who has few time and a lots of new things in front of him to studying...so i just want experience from younote that for my part i also help people on a javascript and on a php list each time i have the answer to their

Grid = solution

2002-01-18 Thread bwml
Hi everybody! To close our today's discussions and search about a good tag library to handles grid, have a look to www.kobrix.com, as someone reply me on the taglib mailing list (so me email is justified...tom ted..) its a really powerful tag library.. hope this message helps future users

Re: Grid = solution

2002-01-18 Thread Ted Husted
Thanks, Gaetan, I've added this to my list :) http://husted.com/struts/links.htm#taglibs [EMAIL PROTECTED] wrote: Hi everybody! To close our today's discussions and search about a good tag library to handles grid, have a look to www.kobrix.com, as someone reply me on the taglib mailing

Coding a grid-like editable form using Struts

2002-01-07 Thread Nitish . Naharas
. I am trying to code a grid-like editable form using Struts. The number of rows in the form would vary depending

Grid View

2001-09-26 Thread Dudley [EMAIL PROTECTED]
Hi all, Could u guys please help me out here. What we want to do is to be able to display a list of taxpayers along with specific attributes that we can either check or uncheck using checkboxes, then submit the form and update these attributes. Has anyone got nay experience with Grid like views

RE: Suggestion on grid implementation

2001-07-16 Thread devon . bowen
I am relatively new to Struts. Hence I would like to invite your suggestions on the following implementation: In our application, for which we are using Struts, we need to implement a table of multiple columns, where 1. the number of rows will be dynamic and fetched from the database

Suggestion on grid implementation

2001-07-15 Thread Debasish Ghosh
Dear All - I am relatively new to Struts. Hence I would like to invite your suggestions on the following implementation: In our application, for which we are using Struts, we need to implement a table of multiple columns, where 1. the number of rows will be dynamic and fetched from the

Re: Proposal to add indexed to tags for Grid/Matrix-type use ofStruts

2001-06-19 Thread dhay
:(bcc: David Hay/Lex/Lexmark) Subject: Re: Proposal to add indexed to tags for Grid/Matrix-type use ofStruts Sure, I'm very interested. Please post to the list or send me a copy! The iterate tag has been the weakest part of struts so far. Thanks for working on it! Tom Miller [EMAIL

Proposal to add indexed to tags for Grid/Matrix-type use of Struts

2001-06-14 Thread dhay
Hi everyone. I have been working on adding the new functionality of the iterate tag (the getIndex() method) to relevant tags to allow me to refer to each of them in each row in a table ie creating indexed names such as name=myCollection[i].myProperty (search mailing list for Grid or Matrix

Re: Grid / Matrix Controls Made Easy (src included)

2001-06-10 Thread Tom Miller
Jeff I'm very interested in trying your code, but only the TLD was attached. Would you please repost? Thanks Tom Miller Jeff Trent wrote: Attached, you will find a couple of new tags I wrote to extend the HTML tag library that comes with struts that will allow you to write grid-style JSP

Grid Support in Struts

2001-05-31 Thread du Clos, John
We currently have a business requirement to provide a grid type of interface as part of many web pages in our design. I searched the list for Grid examples or support and did not find anything. Has anyone implemented a psudo grid function using Struts... that would support the following

Re: Grid Support in Struts

2001-05-31 Thread Jeff Trent
I guess you didn't look very hard. There are examples as early as yesterday in the archives. - Original Message - From: du Clos, John [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, May 31, 2001 9:19 AM Subject: Grid Support in Struts We currently have a business requirement

RE: Grid Support in Struts

2001-05-31 Thread du Clos, John
Jeff, yes i did look at the example from yesterday, but it did not seem to be multi-dimensional. Seems to iterate over a set object based on static attributes on the object in a single dimension array; this is does not fulfill our requirement of a grid. I need to dynamically add rows

SV: Grid Support in Struts

2001-05-31 Thread Mikkel Bruun
using the iterate tag, your columns wiuld just be an attribute on your iteree (element, whatever)... I cant really see your problem... Mikkel -Oprindelig meddelelse- Fra: du Clos, John [mailto:[EMAIL PROTECTED]] Sendt: 31 May 2001 16:14 Til: '[EMAIL PROTECTED]' Emne: RE: Grid Support

RE: Grid Support in Struts

2001-05-31 Thread Cook, Levi
: Grid Support in Struts We currently have a business requirement to provide a grid type of interface as part of many web pages in our design. I searched the list for Grid examples or support and did not find anything. Has anyone implemented a psudo grid function using Struts... that would

Re: Indexed Grid Representation on a Form

2001-05-17 Thread Jeff Trent
I ended up getting it to work thru this hack below. I'd be curious if someone was able to do this dynamic grid entry gracefully using struts!!! % int i = 0; % logic:iterate id="customerContact" name="adminUpdateProfileForm" property="customerContacts"

Re: Indexed Grid Representation on a Form

2001-05-17 Thread Jeff Trent
What really is needed is a new html tag called grid or something that handles this more gracefully. Using the iterate tag seems to be a waste since I'm not really using it for anything other than a counter placeholder. I know its a departure from standard HTML form types but who the hell cares