Skip to content Skip to sidebar Skip to footer
Showing posts with the label Struts2

How To Include A Jsp Inside Another Jsp Using Javascript

I have a button logout. Once logout is clicked I need to show another page. How can I do this using… Read more How To Include A Jsp Inside Another Jsp Using Javascript

How To Display "no Result Found" Using Arraylist In Struts2

Here I am firing some query ..and it displays record but what i want is if there is no record then … Read more How To Display "no Result Found" Using Arraylist In Struts2

Using Gettext() For The Getting Property In Struts 2

I am working on the Struts2 framework with JSP. In my samplePrj.properties file, in that com.sample… Read more Using Gettext() For The Getting Property In Struts 2

Passing A Parameter From Jsp To Action Class In Struts 2

I am trying to pass value of a text-field as a URL parameter from a JSP to an action class on click… Read more Passing A Parameter From Jsp To Action Class In Struts 2

Struts Tags In Javascript

What would you consider a better practice? Would you do (in javascript): var aaa = ; or rather (i… Read more Struts Tags In Javascript