Struts 2 doubleOnchange

2008-07-03 Thread Saqib Shehzad
 
Hi,

I am using struts 2.0.11. I want to call a javascript method from the
doubleselect tag's doubleOnchange attribute but its not working. The html
code generated does not show any code against the second select onchang
attribute. Can anyone help ???. Or provide me an example where
doubleOnchange is working 

Here is the code 

 
   


Regards


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Struts2 file upload and div contol in same form

2008-07-02 Thread Saqib Shehzad
Hi,

I am trying to use ajax div and file control in same form. But div is not
loading properly instead it shows [object HTMLDocument] on firefox and
[object] on IE. But if I try to use them separately then both are working
fine. Anyone has has any idea what is happening ??? Here is the code
/***
**


<%@ page language="java" contentType="text/html; charset=UTF-8"
pageEncoding="UTF-8"%>
 <%@ taglib prefix="s" uri="/struts-tags" %>
 
 
 
 " rel="stylesheet"
   type="text/css"/> 
 upload and ajax test
 
 
  function changeApplication()
  {
dojo.event.topic.publish("change_Application");
  }
  
 
 
   


 
 
 

   

Second List





   


 
 
 
/***
**/
Regards


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]