Forum: Java Oct 9th, 2009 |
| Replies: 1 Views: 160 Hi
I have created a simple struts application for which I am supposed to handle multiple sessions.
The application works very well. But the problem is, the session attributes get swapped when... |
Forum: JSP Oct 5th, 2009 |
| Replies: 0 Views: 331 I have a struts 1.x application which uses JDK 1.4.
I want to implement YUI Compressor in this. What can be the best ways to do that? Step wise instruction will be very helpful.
Thanks. |
Forum: JSP Apr 24th, 2009 |
| Replies: 1 Views: 637 Hello Everybody
I want to use Gzip compression in my web application which is under construction. I am developing it in Struts and I want to know how to use Gzip in Struts. As Gzip concept is very... |
Forum: Java Aug 14th, 2008 |
| Replies: 0 Views: 618 We have got a good way to upload a file in struts framework, using enctype="multipart/form-data" and using tag html:file.
But in one of my applications I need to use a PNG image for the... |
Forum: Java Aug 12th, 2008 |
| Replies: 10 Views: 4,904 We can take an example here:
<a href="/contextPath/Document.doc" target="_blank">
<img border="0" src="image1.PNG" width=20 height=20>
</a>
So a new blank window will be opened when user... |
Forum: Java Aug 11th, 2008 |
| Replies: 10 Views: 4,904 Hi Loken
Sorry to say, that method onCancel didnt work. We have to think more on that. |
Forum: Java Aug 9th, 2008 |
| Replies: 10 Views: 4,904 Thanks Loken, I will try this code. But I have confusions.
- Do have to place this code snippet in the JSP which will be loaded as excel file?
- Does this onCancel function needs any input... |
Forum: Java Aug 6th, 2008 |
| Replies: 10 Views: 4,904 My Dear Loken, those Cancel, Save and Open buttons are of windows dialog box, not of any which I am creating.
Let me explain. Assume X.jsp is a page on which a link Export is present. On... |
Forum: Java Jul 25th, 2008 |
| Replies: 10 Views: 4,904 I do not have any BODY in the pop up because the page that is going to be loaded on that pop up is in excel format. Therefore I don't know where to place the code to close unused pop up.
If the... |
Forum: Java Jul 3rd, 2008 |
| Replies: 10 Views: 4,904 Hello
I have a jsp on which there is a table and a hyperlink to Export the same table into excel sheet. According to the functionality, it is required that on clicking Export, a blank pop up... |