Karina Jensen

Greenhorn
+ Follow
since Jun 04, 2001
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 Karina Jensen

Hello
I have a web-application where it is possible to upload PDF-files, and you can select if the file is to open in it's own window, or is to be included in the application.
-when I include the pdf-file it only show "funny-text", but when I open it in it's own window it works fine....
-so my question.... is it possible to include a pdf-file?
Karina
22 years ago
Hello
Can anyone say if it's possible to send a parameter that differs when I forvard to a page?
String newContent = request.getParameter("SomeContent");
<jsp:forward page="dla.jsp?content=newContent"/>
Karina
22 years ago
I have an upload function where it is possible to upload fx. a html file. if that file has a link to another file/image I would like to be able to change the path to the file/image to something else. Is it possible to do it from my upload bean?
22 years ago
Hello
I'm new to jsp, and im trying to call a jsp function from a javascript code, but it does not seem to be possible?
-so is it possible? -and how?
regards karina
22 years ago
thanks many times
-think all that time for just a littel "!". !!! :O)
22 years ago
Hello
I'm new to jsp... and I thing this is a easy question, but I'm stok...
I'm trying to request the URL, and assign the value to a variable, but i get errors...
When I write it like this:
<%= request.getRequestURI() %>
it is ok, and it print out:
"/gaard_portal/index.jsp"
But i don't want to print to the screen, i want it in a variable, and work whit it there....
When I write it like this:
<%! String sideNavn = request.getRequestURI(); %>
i get the following error:
Undefined variable or class name: request
probably occurred due to an error in /gaard_portal/top4.jsp line 13:
<%! String sideNavn = request.getRequestURI(); %>

Does enyone have a sulution? -and maybe an explatination?
regards karina
... hope my spelling is readable
22 years ago