In struts, I want to highlight the particuluar row from the database....for ex: some fields is there...Id, Name...etc...I want to print the particulatr which one is acheiving the condition......I want all the results in JSP page but the row(condtion is true)should highlight....thnks
Latest Answer: Servlets are used as controllers as it recieves the request from the browser and makes the decision where to send the response.
with struts the controller isa command design pattern implemnted as a servlet.
Creates any beans or objects used by the ...
Hi friends When I send a request to ActionSevlet with url *.do am getting response as ''no action instance could be created? plz tell me answer. i have configured in strus-config.xml also
Hi I am new to Java Broad vision and iam facing a problem .Please let me know if any one working on it.Thanks Rizwan
Latest Answer: There are fine different types of actions in the struts
i) Forward Action (to forward a request to another resource in your
application)
ii) Include Action ( To include some action )
You Might be wondering what the difference between Forward Action ...
I want to add different resource bundle for different module in struts I'm doing validation using validation.XML,and not using bean:message how to implement different resource bundle and internationalization
Latest Answer: Hi, am srinivas, perform method is returns ActionForward(), not Message or ActionErrors ...
Latest Answer: Struts is not only thread-safe but also thread-dependent. Rather than an individual servlet, the response to a request is handled by a light-weight Action object. Struts instantiates each Action class once, and allows other requests to be threaded through ...
Latest Answer: U can provide any value to the path attribute of the tag,but it must be same to the value written in action attribute of the form tag in the jsp. ...
Latest Answer: Hello friend,Plz see this following linkhttp://java.sun.com/blueprints/guidelines/designing_enterprise_applications_2e/web-tier/web-tier5.htmli too learnt from this itselfbyecontact me at kynathk@yahoo.co.in ...
View page << Previous 1 2 3 4 [5] 6 7 Next >>

Go Top