using displaytag with struts2

using displaytag with struts2

Hi, i am using struts2 framework to develop an application. But, while surfing some code on internet, i saw some rich UI application in which there are highly used displaytag. Furthermore they were using this to display the data of List(arraylist/arrty), for sorting purpose while clicking on table column name, for exporting that data in pdf, xml, csv,exel like this. I have downloaded and run that application. I experienced it more simple and better to use than struts2 tag to generate the output on web page.
Now, no doubt that struts2 is a very powerful framework to develop any application but if we want rich UI(user interface), i personally feel that it is not so good specially when i have used displaytag, but using displaytag is not suitable all the time.
In dotnet generally they provide all this inbuild functionality so that development time is very less and developers dont care of handling this but this is not the case in java developer. They have to get and handle all these things by coding.
So, i want to ask you whether do i use displaytag with struts2?
Or is there any other alternative to generate such a rich UI application? Please tell me.

Thanking you.
View Answers

August 6, 2010 at 4:10 PM

Hi Friend,

Please visit the following link:

http://www.roseindia.net/struts/struts2/index.shtml

Thanks









Related Tutorials/Questions & Answers:
using displaytag with struts2 - Struts
using displaytag with struts2   Hi, i am using struts2 framework... that it is not so good specially when i have used displaytag, but using displaytag... displaytag with struts2? Or is there any other alternative to generate such a rich UI
Pagination Using Displaytag Lib
Pagination Using Displaytag Lib  I am using Struts 1.2 for my web based project. While using display tag lib in jsp for pagination, is there any substitute of using As I dont want to be dependent on any site(s). Please
Advertisements
tiles using struts2
tiles using struts2  hello, im implementing tiles using struts2 in eclipse. i am having following problem occurred during execution.i have created all neccessary settings of jar files. plz help me
validation in struts2 using .xml file
validation in struts2 using .xml file  how to do xml validation in struts2 on dynamic fields   Hello Friend, Please visit the following link:ADS_TO_REPLACE_1 http://www.roseindia.net/struts/struts2/struts2validation
Hibernate criteria example using struts2
Hibernate criteria example using struts2 This hibernate criteria example using struts2 is used for defining the basics of criteria. The hibernate criteria... create query without HQL. In this hibernate criteria example using struts2, we
Maintaining States of Selected CheckBoxes in Different Pages using dispaly table in struts2
displaytag in struts2...Maintaining States of Selected CheckBoxes in Different Pages using dispaly table in struts2  Hi, I am working in a Struts 2 project where in the jsp
Online Cab Booking using Java (Struts2+Hibernate)
Online Cab Booking using Java (Struts2+Hibernate)  hi anyone send me the online cab booking(cab booking and canceling)using java+Struts2 its for my interview can u send as soon as possible.. thank u :) Surya
how to operate on select box using ajax in struts2?
how to operate on select box using ajax in struts2?  I am doing a project on struts2 in which i have a jsp page which has two select boxes like Now i want to use ajax so that when i select a district value
java source code to send group mails using struts2
java source code to send group mails using struts2  code to send group mails using struts2
how to operate on select box using ajax in struts2?
how to operate on select box using ajax in struts2?  I am doing a project on struts2 in which i have a jsp page which has two select boxes like <s:form action=""> <s:select id="d" name="dist" onchange="block
using struts1 and struts2 in one application - Struts
using struts1 and struts2 in one application  My Application is in Struts 1.0 and all further enhancements to the application must be struts 2.0. and in future we will migrate entire application to struts 2.0.Is it possible
struts2
struts2  dear deepak sir plz give the struts 2 examples using applicationresources.properties file
display current time when using datetimepiker in struts2
display current time when using datetimepiker in struts2  how to display current time when using datetimepiker in struts2 I set displayFormat="dd/MM/yyyy HH:mm:ss" but it doesn't work. Display value is always : 19/11/2010 00:00
java source code to create mail server using struts2
java source code to create mail server using struts2  java source code to create mail server using struts2
Version of displaytag>displaytag dependency
List of Version of displaytag>displaytag dependency
how to store and retrieve image using struts2 and hibernate integration
how to store and retrieve image using struts2 and hibernate integration  how to store and retrieve image using struts2 and hibernate integration? plz help !! thanks in advance
struts2
struts2  sir.... i am doing one struts2 application and i have to make pagination in struts2....how can i do
Struts2
exception while submitting the update form in struts2 I am using tomcat6.0 ... its...Struts2  java.lang.NullPointerException org.apache.struts2.impl.StrutsActionProxy.getErrorMessage(StrutsActionProxy.java:69
Struts2
Struts2  Hi I am using struts 2,In struts2 architecture ,I couldn't understand the purpose of ActionMapper and ActionProxy.My Question is,when the request comes into the picture,the filterdispatcher consult the ActionMapper
STRUTS2
STRUTS2  sir but my question is using ApplicationResources.properties in STRUTS 2.i cant get the values into my application.but in the exmple given at roseindia,u cant use the properties file.i use actionclass-validation.xml
struts2
struts2  hi all i am going to run struts2.x program i got this error when server started java.lang.RuntimeException...: Struts2 Tutorials
Struts2
Struts2  i want select multiple items from select list in struts2.when i did like that the two selected values must saved into databse in two diffirent rows.pls provide any one code for this i am new to Struts2
how read excel data into database using struts2 with hibernate
how read excel data into database using struts2 with hibernate   hi friends, i am venkat i am started learning struts 2, please help me how to read excel data into database using struts2 with hibernate, please show me
Access value of array using OGNL in struts2.
Access value of array using OGNL in struts2. Here, you will see how to access value of  array in struts2 using OGNL.  1-index.jsp <%@taglib uri="/struts-tags" prefix="s"%><html>ADS
struts2
struts2   Sir when i have run my struts 2 web application,every time i get error " request resources is not available",,,what is this,,,plz help me
struts2
struts2  how to read properties file in jsp of struts2   Hi, You can use the Properties class of Java in your action class.ADS_TO_REPLACE_1 Properties pro = new Properties(); FileInputStream in = new FileInputStream(f
Struts2
Struts2  Hi, I need a solution for displaying success message in same page in struts2. how to redirect same page in struts2.Please help me.   hi friend, To know how redirect action can be done in struts 2 you can go
Version of displaytag>displaytag-doc dependency
List of Version of displaytag>displaytag-doc dependency
How to add another option to the select tag using struts2 tag - Struts
How to add another option to the select tag using struts2 tag  Hi, How to add another option to select tag using tag. My scenario is : If the logged in user is admin then drop down should contain the normal list
problem in getting mail exchange records(MX) using DNS (glassfish(struts2))
problem in getting mail exchange records(MX) using DNS (glassfish(struts2))  Hi, dummy.jsp <%@page import="javax.naming.Context"%> <%@page import="java.util.Hashtable"%> <%@page import
Version of bean-displaytag>bean-displaytag dependency
List of Version of bean-displaytag>bean-displaytag dependency
Artifacts of displaytag
List of Artifacts of displaytag maven depenency
struts2 - Struts
struts2  how to pre populate the fields using struts2 from the database
i want to create an application with only a button which on click displays table from database using struts2 and hibernate on eclipse
i want to create an application with only a button which on click displays table from database using struts2 and hibernate on eclipse  please help me i have to submit this soon
Maven Repository/Dependency: displaytag | displaytag
Maven Repository/Dependency of Group ID displaytag and Artifact ID displaytag. Latest version of displaytag:displaytag dependencies. # Version Release Date You can read more at: Maven
Maven Dependency displaytag >> 1.0
You should include the dependency code given in this page to add Maven Dependency of displaytag >> displaytag version1.0 in your project
Maven Dependency displaytag >> 1.0-b1
You should include the dependency code given in this page to add Maven Dependency of displaytag >> displaytag version1.0-b1 in your project
Maven Dependency displaytag >> 1.0-b3
You should include the dependency code given in this page to add Maven Dependency of displaytag >> displaytag version1.0-b3 in your project
Maven Dependency displaytag >> 1.0-rc1
You should include the dependency code given in this page to add Maven Dependency of displaytag >> displaytag version1.0-rc1 in your project
struts2 - Framework
struts2   RoseIndia i m using this code for a bean in struts2.but geting error SEVERE: Could not instantiate bean how to resolve this.thnx
Maven Repository/Dependency: displaytag | displaytag-doc
Maven Repository/Dependency of Group ID displaytag and Artifact ID displaytag-doc. Latest version of displaytag:displaytag-doc dependencies. # Version Release Date 1 1.1.1
Maven Repository/Dependency: displaytag | displaytag-doc
Maven Repository/Dependency of Group ID displaytag and Artifact ID displaytag-doc. Latest version of displaytag:displaytag-doc dependencies. # Version Release Date 1 1.1.1
struts2 - Struts
Struts2 and Ajax Example  how to use struts2 and ajax
Artifacts of bean-displaytag
List of Artifacts of bean-displaytag maven depenency
Struts2 - Struts
Struts2  Hi, I am using doubleselect tag in struts2.roseindia is giving example of it with hardcoded values,i want to use it with dynamic values. Please give a example of it. Thanks
Help in Struts2
Help in Struts2  Hi, in struts 2 how to get the values from db and show in jsp page using display tag or iterator tag thanks in advance
Maven Dependency displaytag-doc >> 1.1
You should include the dependency code given in this page to add Maven Dependency of displaytag >> displaytag-doc version1.1 in your project
Maven Dependency displaytag-doc >> 1.1.1
You should include the dependency code given in this page to add Maven Dependency of displaytag >> displaytag-doc version1.1.1 in your project
Maven Dependency displaytag-doc >> 1.2
You should include the dependency code given in this page to add Maven Dependency of displaytag >> displaytag-doc version1.2 in your project
struts2 Autocompleter
struts2 Autocompleter  hi. I am working Auto Completer Example..._TO_REPLACE_1 Which version of Struts you are using? I think this error is due to jar version conflict. ThanksADS_TO_REPLACE_2    Hi sir i am using

Ads