Art Parry

Greenhorn
+ Follow
since Aug 14, 2006
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 Art Parry

I've jumped from NetBean 3.6 to 6.1.

I code from my desktop box. All the source code is on a server. I have a mapped drive for each context I work in.

In 3.6 I could compile inside each context. That is, when it compiled the compiled code was placed on the server.

In 6.1 the compiled code goes to My Documents\NetBeansProjects\etc. and then I have to copy/paste it to the server.

How do I change where the compiled code is compiled to?

I want the compiled code to go to the server, not my local PC. And I am sure I am overlooking some setting or switch, but which one?
My boss had a great idea, deliver the output as an attachment and not a web page. Problem solved.
17 years ago
When we use HSSF to generate a spreadsheet in the browser, clicking the back button on the browser goes back too far.

Example: Begin on Page A, go to Page B, do stuff, and the spreadsheet appears on Page C. Clicking the back button takes us to Page A, not Page B. Page B and C are generated from the same servlet. We expect to go to Page B, not Page A.

We have tried using Javascript to open a child window, but then any validation errors appear in the child window. Not good.

I've googled several times on this and can't find an answer. Can't even find the situation described!

Any ideas or is this too off-the-wall?
17 years ago