I need to display an email address - test@testing.com in my page which needs to be stored in DB2 table. Also I need to proved a link when the user click on - Click here. how should i store the data in
I can read in many websites that Struts Action classes are not thread safe . I am not开发者_如何学编程 able to understand why this is so .
How I can implement EventDispatchAction 开发者_运维百科of struts 1.3 in struct 2.2. i.e. I have single input form which have three submit buttons, Methods of
I have two dropdown, one with all account ids and one with corresponding email ids. if I select one开发者_开发知识库 entry from account id, corresponding email-id should be selected automatically in t
I am getting the following error in the browser window : org.apache.jasper.JasperException: javax.servlet.ServletException: javax.servlet.jsp.JspException: Cannot find message resources under key org
I\'m currently working with Spring 3 MVC, and in my JSP templates I\'m noticing I have to repeat myself several times for things like labels, errors, layout divs etc. e.g.
I need to pull all teh messages from a table and display on the jsp page. I have the code like below:
I ha开发者_开发百科ve a comboboxwith an option"other". user can select an entry from the list or select option "other". if they select "other"a text box will disply below
I am trying to build a a social networking website (like Facebook pretty much), but I am very new in IT world. I want to keep the front end and the back end as two separate layers and any communicatio
I am using the following code but haven\'t tried it yet: 开发者_Python百科 <input type=\"checkbox\" id=\"<bean:write name=\"element\" property=\"idvalue\" />\" />