I have a jsp in which I have a drop down as <s:select name=\"newQuestion.CertificationId\" list=\"certificationList\"
I would like some help with something I have to implement. Thank you very much in advance. I am doing a webapplication with struts2. Right now I need to implement a way trough which the user could ob
I have the following nested struts 2 tags in a jsp.This is within another iterator which is in turn inside a td tag for an html table.
I am new to struts2... I designed a page in plain html.. now i have use this html page in struts2 project.. how can i convert html field elements to Struts2 ui tags ???
Can anyone tell me how to forward or redirect page with Struts? I\'m checking if the session is null or not in every jsp and want to redirect if null. I can do this with simple jsp:forward or response
<s:form action=\"XYZ\" method=\"post\"> <s:textfield name=\"sno\" /> <s:textarea name=\"t\" rows=\"2\" cols=\"4\" />
i have 2 questions: 1)I want to separate \"Enter your Name\" in <td> and textFiled in other <td>.
I am using the grid component of the struts2-jquery plugin http://code.google.com/p/struts2-jquery/wiki/GridTag
Hi We have created a customized interceptor stack called appInterceptorStack and referred it as a <default-interceptor-ref name=\"appInterceptorStack\"/>,
I am trying to do the tutorial at this website and I ran into this exception right at the point where I try to ADD a contact to the database by hitting the submit button.I am looking for some advice o