Samir Banerjee

Ranch Hand
+ Follow
since Jun 21, 2010
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Samir Banerjee

Hi,
I have a JSP in which if I write (happens for any type of input box.)the tag does not show in IE9 but works fine on other browsers and even on IE7 and IE8. Below are few strange observations :

1) When I open developer tool after some time the input starts displaying.
2) When I put a alert message on load the input tag is displayed properly.
3) There are no errors in the IE9 console.

Question :
I know it is very difficult to give answer when you do not provide any code, but I won't be able to provide any code or link in this case due to security issues. The only help I would like is to give me any direction what can be the possible cause of this issue? What extra IE9 does that previous versions of IE were not doing? Are there any extra validations?
How come the tag appears when I put an alert or I open developer tool?

Any kind of help will be appreciated. Thanks in advance!

Regards,
Samir
Sorry for the late reply! Will surely try something else to fix the case :)
11 years ago
JSP
Hi,
My requirement is something like this :



So basically I want Index to increase at run time while the for loop is executing. In the above case although the Index increases but does not reflect in the for loop.
How can I achieve this in JSP. Any kind of help will be much appreciated. Thanks in advance.
11 years ago
JSP
Hi Salim,
This happened to me because the reference that the formula were doing got shifted from original position. So I had to recopy those cells to their original position.

~Samir
@Eric - True and that is why I didn't ask for any solution from anyone, I just wanted to know the possible reasons if anyone has faced similar kind of issue.

@Ashiwini - Thanks will try to fix it and reply to this thread once done.

Regards
Thanks Ashwini for the reply. To include I simply do -



And this also same at all places, not sure why problem occurs at only place? What else code can be helpful?

Regards
Hi,
I am facing a strange issue. I have a JS function which resides in the same JSP file from where it is being called. And this JSP file has been included at several places in my application. This JS call works fine at all places except at one place where it throws function is not defined error.
Has anyone faced any similar issue? What can be the possible reasons for this? Let me know in case of any confusions.

Thanks in advance!

Regards
Thanks a lot Tim. Really bad I missed this simple thing .

Cheers.
11 years ago
Is there any option that can enable tomcat access log rotation to hourly format instead of daily. Below is what I am using



Thanks in advance!
11 years ago
Does anyone has any hint on this?
11 years ago
I have code :

DoRedirect.jsp



Above code throws below exception :



Has anyone faced the some exception. Thanks in advance for the help!
11 years ago
Hi,
We have a jsp include tag like :



We have deployed our code to Tomcat 6.0.35 recently. This tag gives below exception :

An error occurred at line: 86 in the jsp file: /jsp/cntnt/Index.jsp
The method include(ServletRequest, ServletResponse, String, JspWriter, boolean) in the type JspRuntimeLibrary is not applicable for the arguments (HttpServletRequest, HttpServletResponse, Object, JspWriter, boolean)
84: </div>
85:
86: <jsp:include page='<%=request.getAttribute("variable")%>'/>

How can I fix this issue? Please help. Thanks in advance!
11 years ago
JSP
Re posting the summary again. Please help!

In our application we are using Axis 2 web services. Now we have multiple clients and we have configured one client-config.wsdd to log the responses from all the clients. Is it possible to configure multiple client-config.wsdd so that we can have different log files for each clients?

I hope I am clear with my question. Thanks in advance!
12 years ago
Hi,
In jboss-logging.xml property periodic-rotating-file-handler in which we have suffix=".yyyy-MM-dd"> <!-- To roll over at the top of each hour, use ".yyyy-MM-dd-HH" instead -->.
By using ".yyyy-MM-dd-HH" we can get log file rotation per hour. I want to configure it per 5 hours. How can I get this done.

Please help. Thanks in advance!!!

Regards.
12 years ago