Home Answers Viewqa Struts using displaytag with struts2

 
 


rupesh paunikar
using displaytag with struts2
1 Answer(s)      2 years and 10 months ago
Posted in : Struts

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 Pages:
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
struts2
struts2  dear deepak sir plz give the struts 2 examples using applicationresources.properties file
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
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
struts2 - Struts
struts2  how to pre populate the fields using struts2 from the database
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
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
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
struts2 Autocompleter
, Which version of Struts you are using? I think this error is due to jar version conflict. Thanks    Hi sir i am using struts2 2.1.8.1 Thanks venu...struts2 Autocompleter  hi. I am working Auto Completer Example
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: http://www.roseindia.net/struts/struts2/struts2validation.shtml Thanks
struts2 - Framework
struts2  i m beginner for struts2.i tried helloworld program from roseindia tutorial.But HelloWorld.jsp file didnt showing the current date and time.../struts/struts2/struts-2-hello-world-files.shtml i m using JDK 1.6 and Tomcat 6.0 in my
tags in struts2
tags in struts2  Hello I am using simple tags in struts2. Like this <%@ page language="java" contentType="text/html; charset=ISO-8859-1.../struts/struts2/struts2-login.shtml More Struts2 Tutorials
struts2 - Framework
struts2  thnx ranikanta i downloaded example from below link http://www.roseindia.net/struts/struts2/struts-2-hello-world-files.shtml i m using JDK 1.6 and Tomcat 6.0 ,eclipse 3.3in my application. i extract
Struts2 UI - Struts
Struts2 UI  Can you please provide me with some examples of how to do a multi-column layout in JSP (using STRUTS2) ? Thanks
Struts2 And Hibernate Configuration
Struts2 And Hibernate Configuration  Sir, I am new to struts2, I am trying to write a program using struts2 and hibernate. I want to know how to configure the combination of both the tools. I am waiting for the reply
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
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
struts2 excel downloads
struts2 excel downloads  hi sir, am new to the real time environment. am going to create excel sheet and setting values to excel sheet from db table dynamically by using Hibernate persistence logic.......am using struts2
query on struts2 - Struts
query on struts2  I am using struts2 for my application.i have a form that contains 'select' tag, for this i am getting values form DB. The problem is after i am submitting the form it is giving the following error
retrieve in xml file in struts2
retrieve in xml file in struts2  i am using struts2 and trying to populate the text box for the corresponding number entered by retrieving it from properties file using ajax. i now put the values from properties file to map
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 Now i want to use ajax so that when i select a district value
Struts2 blank application - Struts
Struts2 blank application  Hi I am new to struts2 and i am trying to run the strutsblank application by following the following Link; http... application) when i am trying to open the application by using the link http
struts2
struts2  sir.... i am doing one struts2 application and i have to make pagination in struts2....how can i do
STRUTS2 Dynamic data is not updated
STRUTS2 Dynamic data is not updated  Hi All, I am new in struts and try to make an application in struts2. Need help on dynamic data content... method for using that variable which i was fetched through database now
STRUTS2 Dynamic data is not updated
STRUTS2 Dynamic data is not updated  Hi All, I am new in struts and try to make an application in struts2. Need help on dynamic data content... method for using that variable which i was fetched through database now
iterating hashmap values in struts2
iterating hashmap values in struts2  hi, i am not getting how to display this map values in jsp page using struts2 public class ViewOperation2 { public Map<String,Object> viewCustDetails(){ Map<String
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
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
Struts2 freeze header
Struts2 freeze header  Sir, I am using display table to list my table in details in database in jsp that i am using title i need to freeze the title in that page while scrolling its also scrolling because my requirement
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
url validation in struts2
url validation in struts2  Hi in strts2 urlValidation Application,the validation xml file (urlVaLidatiohatnAction-validation.xml) can not be reading... directry,im using eclipse 6.0,my dirctry structure is C:\Struts2URLValidation\src
Captcha in Struts2 Application
Captcha in Struts2 Application  Hi, Iam working with the code... of using Captcha in Struts 2 application. We have provided the code and given the detailed description of using captcha in Struts 2 web application. Read
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
how to prepopulate data in struts2 - Struts
how to prepopulate data in struts2  I wanted to show the data from database using Struts 2
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 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 ComponentTagSupport - Struts
Struts2 ComponentTagSupport   I am working on struts2 custom tags using ComponentTagSupport. I am referring to this link http://joshuajava.wordpress.com/2008/12/27/creating-custom-components-with-struts-2/ I made example
struts2
struts2  how to read properties file in jsp of struts2   Hi, You can use the Properties class of Java in your action class. Properties pro = new Properties(); FileInputStream in = new FileInputStream(f); pro.load
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
HQL Query in execute method of Struts2
HQL Query in execute method of Struts2  I am making login page in struts2 and using hibernate . Now I wants to pull user name and password from... data from database using hql. And where I need to write the hql query
datetimepicker not working in struts2
datetimepicker not working in struts2  Hi, I am using "struts2-dojo-plugin-2.1.6.jar" and the taglib is "<%@taglib prefix="d" uri="/struts-dojo-tags"%>" **sample code:** <%@taglib prefix="s" uri="/struts-tags
Achor tag. Struts2 code - Struts
Achor tag. Struts2 code  Hi All, How to send the values form one jsp page to another using anchor tag (or any which is similar to achor) in Struts? Please help me. I am waiting for the answer. Regards, Sandeep
user defined styles for datetimepicker in struts2
user defined styles for datetimepicker in struts2  Hi, I am using dojo plugin for displaying datetimepicker. i want to change the colour of the date picker which is in "blue" by default . Please any one can help me
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

Ask Questions?

If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.

Ask your questions, our development team will try to give answers to your questions.