To show and hide contents for struts2 div tag

2009-06-22 Thread HariniKaushik
Hi All, I want to show and hide some tags based on the selection in the drop down list. The code in jsp How can i go with the javascript show_details() method for showing the div 'box' on selecting 'W' and 'box1' on selecting 'S'? How can we use Dojo tag

Not able to locate the file stored using Struts 2 file upload interceptor

2009-05-11 Thread HariniKaushik
Hi all, I'm trying to upload the file using file upload interceptor. I have defined the setters and getters for upload,uploadcontenttype,uploadfilename. Once tats done the success page displays the path,contenttype and file name. File path : D:\Harini\apache-tomcat-6.0.18\work\Catalina\localhost\

Re: Query regarding optional method attribute in action tag - struts.xml

2009-04-19 Thread HariniKaushik
ethod. Actually if i give the viewusers.jsp in "Input" result , it gets executed but it doesnt get executed if given in success.I guess its not returning success. I dont know what result i can give for "java.util.list" one. Its confusing.. HariniKaushik wrote: > &g

Query regarding optional method attribute in action tag - struts.xml

2009-04-19 Thread HariniKaushik
Hi All, I feel this is the correct Forum where in my doubts 'll be cleared. I've created Login,UserRegistration page and UserView page(where in admin only can view the users) And this is my action tag for Register_createUser and Register_getUserList common/{1}.jsp common/usersLis