Re: Struts 2 AJAX editable grid

2008-04-21 Thread tom tom
Thanks I will have a look, Lot of grids got the
limitation to have combo boxes in the Grid,

If any such Grid someone knows that will be great, we
are looking for a such a grid with Sorting and
Pagination features. 

Has anyone enhanced the ftl to share with us.

Thanks


--- Jeromy Evans [EMAIL PROTECTED]
wrote:

 tom tom wrote:
  Hi,
 
  What exactly the benefits of moving from struts
 2.0.6
  to 
  2.0.11.
 

 Mainly important bugfixes and security fixes.  There
 are few new features.
 2.0.x - 2.1 provides better ajax tags and new
 plugins.
  As far as the Ajax support is concerned, we do
 have a
  requirement to have a editable grid,
 
  Is this facilitated within struts 2?

 There is no tag bundled in struts 2 but Struts2 can
 serve data to 
 editable grids provided by any client-side library.
  What is the best way to achieve it.

 Review the available editable datagrid options (eg.
 yui, ext, dojo1+), 
 examine their table model requirements, create an
 action that serves the 
 model (as json, xml or whatever the component
 requires). 
 
 

-
 To unsubscribe, e-mail:
 [EMAIL PROTECTED]
 For additional commands, e-mail:
 [EMAIL PROTECTED]
 
 



  

Be a better friend, newshound, and 
know-it-all with Yahoo! Mobile.  Try it now.  
http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Struts 2 AJAX editable grid

2008-04-21 Thread Jeromy Evans
I use YUI. 
Have a look at Satyam's demo of the editable datagrid to see if it's 
suitable:

http://www.satyam.com.ar/yui/DataGrid.html

It supports client-side and server-side pagination and sorting:
http://developer.yahoo.com/yui/datatable/

tom tom wrote:

Thanks I will have a look, Lot of grids got the
limitation to have combo boxes in the Grid,

If any such Grid someone knows that will be great, we
are looking for a such a grid with Sorting and
Pagination features. 


Has anyone enhanced the ftl to share with us.

Thanks


--- Jeromy Evans [EMAIL PROTECTED]
wrote:

  

tom tom wrote:


Hi,

What exactly the benefits of moving from struts
  

2.0.6

to 
2.0.11.


  
  

Mainly important bugfixes and security fixes.  There
are few new features.
2.0.x - 2.1 provides better ajax tags and new
plugins.


As far as the Ajax support is concerned, we do
  

have a


requirement to have a editable grid,

Is this facilitated within struts 2?
  
  

There is no tag bundled in struts 2 but Struts2 can
serve data to 
editable grids provided by any client-side library.


What is the best way to achieve it.
  
  

Review the available editable datagrid options (eg.
yui, ext, dojo1+), 
examine their table model requirements, create an
action that serves the 
model (as json, xml or whatever the component
requires). 






-
  

To unsubscribe, e-mail:
[EMAIL PROTECTED]
For additional commands, e-mail:
[EMAIL PROTECTED]







  

Be a better friend, newshound, and 
know-it-all with Yahoo! Mobile.  Try it now.  http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




  



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Struts 2 AJAX editable grid

2008-04-21 Thread tom tom
Hi,

They both look good, 
As I stated, I am looking for a one with Select box
inside, none of them contains a select box inside the
grid

Thanks

--- Jeromy Evans [EMAIL PROTECTED]
wrote:

 I use YUI. 
 Have a look at Satyam's demo of the editable
 datagrid to see if it's 
 suitable:
 http://www.satyam.com.ar/yui/DataGrid.html
 
 It supports client-side and server-side pagination
 and sorting:
 http://developer.yahoo.com/yui/datatable/
 
 tom tom wrote:
  Thanks I will have a look, Lot of grids got the
  limitation to have combo boxes in the Grid,
 
  If any such Grid someone knows that will be great,
 we
  are looking for a such a grid with Sorting and
  Pagination features. 
 
  Has anyone enhanced the ftl to share with us.
 
  Thanks
 
 
  --- Jeromy Evans
 [EMAIL PROTECTED]
  wrote:
 

  tom tom wrote:
  
  Hi,
 
  What exactly the benefits of moving from struts

  2.0.6
  
  to 
  2.0.11.
 


  Mainly important bugfixes and security fixes. 
 There
  are few new features.
  2.0.x - 2.1 provides better ajax tags and new
  plugins.
  
  As far as the Ajax support is concerned, we do

  have a
  
  requirement to have a editable grid,
 
  Is this facilitated within struts 2?


  There is no tag bundled in struts 2 but Struts2
 can
  serve data to 
  editable grids provided by any client-side
 library.
  
  What is the best way to achieve it.


  Review the available editable datagrid options
 (eg.
  yui, ext, dojo1+), 
  examine their table model requirements, create an
  action that serves the 
  model (as json, xml or whatever the component
  requires). 
 
 
 
  
 

-

  To unsubscribe, e-mail:
  [EMAIL PROTECTED]
  For additional commands, e-mail:
  [EMAIL PROTECTED]
 
 
  
 
 
 
   


  Be a better friend, newshound, and 
  know-it-all with Yahoo! Mobile.  Try it now. 

http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ
 
 

-
  To unsubscribe, e-mail:
 [EMAIL PROTECTED]
  For additional commands, e-mail:
 [EMAIL PROTECTED]
 
 
 
 

 
 

-
 To unsubscribe, e-mail:
 [EMAIL PROTECTED]
 For additional commands, e-mail:
 [EMAIL PROTECTED]
 
 



  

Be a better friend, newshound, and 
know-it-all with Yahoo! Mobile.  Try it now.  
http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Struts 2 AJAX editable grid

2008-04-21 Thread Jeromy Evans

tom tom wrote:

Hi,

They both look good, 
As I stated, I am looking for a one with Select box

inside, none of them contains a select box inside the
grid
  

It does.  Column 4: State
http://developer.yahoo.com/yui/examples/datatable/dt_cellediting.html

YUI allows you to create customer cell formatters and custom cell 
editors.. I'm sure most other modern datagrids would allow that too.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Struts 2 AJAX editable grid

2008-04-20 Thread Jeromy Evans

tom tom wrote:

Hi,

What exactly the benefits of moving from struts 2.0.6
to 
2.0.11.


  

Mainly important bugfixes and security fixes.  There are few new features.
2.0.x - 2.1 provides better ajax tags and new plugins.

As far as the Ajax support is concerned, we do have a
requirement to have a editable grid,

Is this facilitated within struts 2?
  
There is no tag bundled in struts 2 but Struts2 can serve data to 
editable grids provided by any client-side library.

What is the best way to achieve it.
  
Review the available editable datagrid options (eg. yui, ext, dojo1+), 
examine their table model requirements, create an action that serves the 
model (as json, xml or whatever the component requires). 



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]