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
Related Tutorials/Questions & Answers:
using displaytag with struts2 - Strutsusing 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 LibPagination
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 struts2tiles
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 filevalidation 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 struts2Hibernate 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
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
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 - Strutsusing 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
struts2struts2 dear deepak sir plz give the struts 2 examples
using applicationresources.properties file
display current time when using datetimepiker in struts2display 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
struts2struts2 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
Struts2Struts2 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
STRUTS2STRUTS2 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
struts2struts2 hi all
i am going to run struts2.x program i got this error when server started
java.lang.RuntimeException...:
Struts2 Tutorials
Struts2Struts2 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 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
struts2struts2 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
Struts2Struts2 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
struts2 - Strutsstruts2 how to pre populate the fields
using struts2 from the database
Maven Dependency displaytag >> 1.0You should include the dependency code given in this page to add Maven Dependency of
displaytag >>
displaytag version1.0 in your project
struts2 - Frameworkstruts2
RoseIndia
i m
using this code for a bean in struts2.but geting error
SEVERE: Could not instantiate bean how to resolve this.thnx
Struts2 - StrutsStruts2 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 Struts2Help 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
struts2 Autocompleterstruts2 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