Bhoomika Bathla

Ranch Hand
+ Follow
since Nov 28, 2009
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 Bhoomika Bathla

Hi,

I have been given a requirement where the time on switzerland website is being displayed in BST.This needs to be corrected to display the time according to switzerland timezone.Parameters that are available with me is:

1. date object created from string for e.g "2013-07-21 16:30" (Date dateObject = DateTimeFormat.getFormat("yyyy-MM-dd HH:mm").parse("2013-07-21 16:30");).Here the time in date object is actually in BST.But after parsing date it returns Sun Jul 21 16:30:00 IST 2013.

I have tried few solutions but none of them seems to be working :



10 years ago
GWT
Hi All,

I am working on a project that has references to both classes12.jar and ojdbc14.jar , the jdk version is 1.5.

I want to know..when classes make calls to various jbdc methods then classes of which jar is being referenced classes12 or ojdbc14 ?

Thanks
Hi All,

I need to append some text in the src attribute of the html:img tag.

I have defined the url in the property file as mainpage.url = http://abc.com/

I am using the the url in my jsp as follows :-



I need to append the text with the url as :- http://abc.com/myText

The text is set in the variable in a bean.

How should i append the text to url in jsp using struts tag???

Thanks
Bhoomika
12 years ago
yes i checked the source code it is showing one of the option as selected, which i select and if you are not able to get the result try printing the value of "sessionScope.selectedState".
12 years ago
JSP
Hi,

Try changing the line number four of your jsp to following : -



Thanks
12 years ago
JSP
yes it ends with blank line.Actually problem is if i use some another file with main function it works well.Its giving me problem with Application file only.
12 years ago
The content of manifest file is : -

Manifest-Version: 1.0
Main-Class: main.Application

12 years ago
Hello,

i am facing problem while executing jar file.It says could not find the main class main.Application.I followed all the steps for creating the jar in eclipse.When i follow the same procedure to create jar file by selecting different main class it works fine.

Please refer the attached directory structure. Main class is Application.

Thanks

12 years ago
Hi All,

How can we turn off the Google instant search through java code as i need to fetch the links returned by google search.Since google instant is on I am not able to fetch the links.

Please reply as soon as possible.

Thanks

13 years ago
Hi All,

I want to parse.Sample Of html is shown below. I just want to retrieve those href tags that are under div tag with class a myclass.How should i proceed?Which API shoul be used to parse HTML.I have used HTMLEditorKit but i cannot make how to perform such a task using that.Can anyone please provide sample code to find the hrefs that are inside div tag with class="myclass" as attribute



Thanks
13 years ago
Hi All

Can i open a pop up window from a pop up window and when i close the second pop up window it should return to the first pop up window?

Thanks
yes this is in one page only.But it may be possible that user is using the link and suddenly the clock stuck 6 so after 6 the link should not be visible.User needs to refresh the page to do so.One constraint is that I cannot use Ajax.How should i keep checking the time and refresh the page accordingly??
13 years ago
I am working on a web portal.I need to display a chat link on the page.The specifications are as follows :-
1. Chat link should be visible to specific user -- already defined in a table.
2. If chat link is visible then there are two cases in it.Firstly if timings are between 8 am to 6pm then the chat open image should be visible,else chat close image.

I am using servlets and jsp.

How do i proceed with the solution.What flow do i need to follow to implement this??

Thanks
13 years ago
I am confused.Please explain it further.I might have written something wrong ,since i am not good at Generics.
The following code will compile :-