How to display both selected key and value of s:select

2018-12-22 Thread albert kao
I want to display both selected key and value of s:select. e.g. for the following codes, after I select key="2", value="Canada" and press the submit button. Only the key "Country: 2" is displayed in the registerResult.jsp as desired. How to make the value "Canada" to display also in the browser? p

RE: [ask] How to pass multiple radio button in struts2

2018-12-22 Thread Yasser Zamani
Hi, As different values are setting into same viewAccess[0], I guess instead `private String viewAccess[][];` (array of array) would work. Regards. >-Original Message- >From: M Huzaifah >Sent: Friday, December 21, 2018 11:44 AM >To: Struts Users Mailing List >Subject: [ask] How to pa

RE: Context parameters not being ignored?

2018-12-22 Thread Yasser Zamani
Hi Micael, I think putting a breakpoint on OtherAction.setFooService and probing the full stack trace when the execution hits it for second time would help to reveal what and who's the villain of second injection :) Regards. >-Original Message- >From: Micael Carreira >Sent: Thursday,