How to Distinguish buttons in a JSP under Tabbed Pane

2008-11-06 Thread Sudheendra.N.Singh
Hi, I have a tabbed pane under which I display some JSP that has 2 buttons save and back. I use notifyTopics to notify the tabbed pane. I want to implement the back functionality but dont know how to distinguish if Back button was clicked (or Save button) as control alwasy come to execute(). Co

Re: struts2 select onchange to trigger ajax call

2008-10-24 Thread Sudheendra.N.Singh
Hi, I have a dropdown on the page and display a button. Now depending on which value I select in the dropdown I want to change the name of the button. Any idea how can I do it? Following is the code and it is in the same form.

Struts2 Datetimepicker does not set value

2008-10-15 Thread Sudheendra.N.Singh
Hi, I am trying to set date using a datetimepicker component. It works fine as a standalone but if I have a tabbed panel and use notifyTopics with the submit button, the date is not being set. Add Property " rel="stylesheet" type="text/css"/> . Any help would be great. -- View this mes