Naveen Morrise

Greenhorn
+ Follow
since Jun 06, 2006
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by Naveen Morrise

Hi,

I have an Oracle database and use ant script to generate hbm files from it. But, now I want to get
autogenerated from my script using the ant script. So, if anyone can help me how to do that using ant script while hbm files are being generated, then it would be great help.

Hi

I am using DWR in my project and need help in generating a Pop-up list dynamically based on the character I typed in text box it has to populate the corresponding list of items in the pop-up box. So, I started writing code like below:

But, the problem I am facing is it is not populating the list based on the character I typed, rather it is populating all the data from the database. And also not displaying the selected item. If any one can help me out in this code how can I modify then it would be great?

Will be waiting for reply form some one.

Thanks,
Naveen
If anyone can give me some idea to convert/decode a Base 64 encoded GIF
image string to a *.gif file in Java then it would be a great help.

Hope will recieve response ASAP.

Naveen
17 years ago
Hi,
I need to test image which is available in base64 encoded string.
I need to decode into byte array.

If any once can help me out in this then it would be great.

Hope will get some response ASAP and thanks in advance...

Naveen
17 years ago
Hi,

I want two images side by side in background-image:url("../images/sort_ascending.gif" "../images/sort_grey_descending.gif"); but I could be able to work with the above line. So, if any one can help me out in writing the above attribute which can take two images at a time then it would be great help...


Thanks in advance!!

Hoping will get reply soon
Can you provide me some samples ???
Can anybody give me a clue how to sort the rows in the column?

Scenario: I need one top and one bottom arrow displayed side by side along with the field name in the header column all the time. Bottom arrow is to sort ascending and top arrow is to sort in descending.

If any one can help me in this then it would be a great help..

Thank you in advance and hoping that I will get the result soon
Hi,

I have already an JSP page being existed and am in the process of re-writing the page with custom tags. I was privided a Java helper class and a JSP to re-write that. As, I am completely new to custom tags, I am scraping this message. If an one can help me out with atleast one example then it would be great.

For example:
If I have the following scriplet in JSP page, then What java code should I write in helper class and how can I use that in JSP page? Will be waiting for some reply ASAP..

<%
out.println(Layer.generate(pageKey, "customerLayer",ICustomerNonIndividualKeys.CUSTOMER_TYPE,layerDriver, layers));
out.println(TextBox.generatePageData(
IKeys.ACTION_KEY, actionKey));
out.println(TextBox.generatePageData(
IContextKeys.BANK_ID_DEFAULTED, bankIDDefaulted));

out.println(Layer.generate(
pageKey, "miniSearchLayer0", IKeys.PATH_KEY, pathKey, layers ));
out.println(Layer.generate(
pageKey, "bankIDLayer", IContextKeys.BANK_ID_FLAG, bankIDDefaulted, layers ));

row.clearAll();
row.setValue(0,"Bank ID");
row.setCellStyle(0,IFormElement.DISPLAY_WHITE_NOBORDER);
row.setTextStyle(0,IFormElement.SECTION_HEADER);
row.setWidth(0,"100%");

out.println(TableRenderer.renderRow(row));

out.println(TableRenderer.renderTableStart());

Map instanceMethod = new HashMap();
instanceMethod.put(IFormElement.ON_CHANGE, "toggleProfiles(this.form, this.value)");
out.println(TableRenderer.renderSingleLabelValueRow(
"Select Bank ID:", DropDownBox.generate(
PROFILE_CONTEXT, 1, bankIDs, customerKey, instanceMethod, false)));

out.println(TableRenderer.renderTableFinish());
%>
17 years ago
JSP
Hi

I am new to the Introscope tool. Actually I recently downloaded the client tools recently and need help to use the tool.

My Problem: When I start the tool (Introscope) it is asking for the Host and port number. I provided localhost, 9080. These are the local details for the application in my PC. But it could not able to connect to the Enterprise Manager.

So, If any one can advise me how to use this tool in providing the local details or the contents which I needed to ask the management. Then it would be great help.

Thanks
Naveen
18 years ago
Hi

I am new to the Introscope tool. Actually I recently downloaded the client tools recently and need help to use the tool.

My Problem: When I start the tool (Introscope) it is asking for the Host and port number. I provided localhost, 9080. These are the local details for the application in my PC. But it could not able to connect to the Enterprise Manager.

So, If any one can advise me how to use this tool in providing the local details or the contents which I needed to ask the management. Then it would be great help.

Thanks
Naveen
18 years ago
I am actually working on the webpage which has no cache expiration time set. But while I see the cache option, then it is nothing and so it is not caching at all.

But I have seen another site which has also no cache expiration time set. But this site is caching the files.

I am finding difficulty to understand why it is acting differently for different sites in the same scenario.

If any one could explain me then it would be great.
I am new to the Java script code and can any one explain me what in 'href="#"' means and what it represents.
I have the following meta tags and it did not tell me ay thing. So, can you explain me more on this one

<META http-equiv=Content-Type content="text/html; charset=ISO-8859-1">
<META content="MSHTML 6.00.2900.2883" name=GENERATOR></HEAD>
Hi

I need some help in finding the Cache storage time. Because, I am tring to find when the objects are cached, then how long will be the files be stored in www.statefarm.com site. Can any one help what are the standards in the market regarding this one.

- Naveen
It is my understanding that each user accessing ECS has session memory in use for that user. So, the more users you have accessing one JVM the more memory it will need. My question is if in testing we are running many virtual users each reusing the same login id, will the session memory be reused for each virtual user? Or will each virtual user have it's own unique session memory space? Or in other words does ECS look at the login id to determine if it needs to create a new session or does it look at something else?
18 years ago