Latest Answer: Properties file is just a simple text file which contains some data in key value pairs.What i think, if you do not use properties file then you've to check those number of conditions to map things with each other.and one more thing, It's vry easy to update ...
Latest Answer: By default precedence is given to the local forward. Global forward is like global and available always, but if you don't want that global forward then very well you have to add a local forward. It's just like Local and Global variables. ...
Latest Answer: It is not necessary to have ActionForm in the struts application if you are not using a form in ur html or jsp page but its is handy to have one if ur are submitting some data to the server using form. ...
What does it mean if write like 1 in web.xml? What is the meaning of *.do in servlets?
Latest Answer: HTML tags are provided as per the W3C standard HTML and Struts supports incorporates it and provides by its own.The *.do in web.xml is to say that any URL ending with '.do' pattern then need to perform by applications action servlet. ...
Latest Answer: pl refer this . you will get the solution using saveToken() and generated unique id . its available in struts itself.http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&f=58&t=003395 ...
Latest Answer: There are 5 types of action classes in struts Forward ActionInclude ActionDispatch ActionLookupDispatch ActionSwith Action ...
How to call data from database on JSP page using of DynaValidatorForm? I submitted the data from jsp page to database but unable to call data on jsp through DynaValidatorForm? I am trying to use of set(property,value), but no output. Please reply.
Latest Answer: Yes,I think venkat is true. ...
How to deploy struts in Weblogic?We need to write the struts_config.xml file or it wil b generated by weblogic automatically as like the web.xml????
View page << Previous 1 2 [3] 4 5 6 7 Next >>

Go Top