Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

11
votes
5answers
18k views

undefined C struct forward declaration

I have a header file port.h, port.c, and my main.c I get the following error: 'ports' uses undefined struct 'port_t' I thought as I have declared the struct in my .h file and having the actual ...
6
votes
3answers
2k views

Call an external web service from a servlet

I'm developing a servlet that gets a name of a web service and could be forward the request to an external web service, for example: http://www.webservice.com/... I have build a response wrapper that ...
6
votes
4answers
2k views

C Programming: Forward variable argument list

I'm trying to write a function that accepts a variable number of parameters like printf, does some stuff, then passes the variable list to printf. I'm not sure how to do this, because it seems like it ...
6
votes
4answers
12k views

C++ Nested classes forward declaration error

I am trying to declare and use a class B inside of a class A and define B outside A. I know for a fact that this is possible because Bjarne Stroustrup uses this in his book "The C++ programming ...
4
votes
1answer
161 views

why does std::search need forward iters

my issue is identical to the thread below, I'm struggling to understand the answers given, or rather my code shouldn't work as it only uses input iterators ..but my func appears to work and behave ...
4
votes
1answer
316 views

Why discards std::forward constexpr-ness?

Being not declared constexpr, std::forward will discard constexpr-ness for any function it forwards arguments to. Why is std::forward not declared constexpr itself so it can preserve constexpr-ness? ...
4
votes
2answers
435 views

pyparsing, forward, and recursion

This is my first question, so please bear with me... I'm using pyparsing to parse vcd (value change dump) files. Essentially, I want to read in the files, parse it into an internal dictionary, and ...
4
votes
3answers
495 views

Apache rewrite request using a different forward proxy

I would like to forward a request in Apache, based on a request header, to a different forward proxy. I think the best would be to use mod_rewrite, but it can use only a reverse proxy defined in the ...
4
votes
5answers
5k views

Does PHP Have an Equivalent of Java's RequestDispatcher.forward?

In Java I can write a really basic JSP index.jsp like so: <% request.getRequestDispatcher("/home.action").forward(request, response); %> The effect of this is that a user requesting index.jsp ...
4
votes
6answers
5k views

Forward Declaration of a Base Class

I'm trying to create proper header files that don't include much other files. (To keep them clean, to speed up compiling time, ...) I encountered two problems while doing this: 1 - Forward ...
4
votes
3answers
24k views

jsp:forward in Java without using JSP tag?

Is there a pure-Java equivalent to <jsp:forward page="..." /> that I can use within a <% ... %> block? For example, I currently have a JSP page something like this: <% String ...
3
votes
2answers
99 views

forward declare derived class from template c++

I am having trouble working out some kinks in a design implementation. It goes something like this: I have a template base class which has a conversion method. // Foo.h class Bar; ...
3
votes
2answers
321 views

Keep form's data on browser's back or forward

The problem that I have is that some browsers loses data, when a user hits back or forward. Firefox for example, most of the times, loads from cache, so it's OK, but Chrome reinits the form every ...
3
votes
1answer
2k views

Using SiteMesh with RequestDispatcher's forward()

I'm attempting to integrate SiteMesh into a legacy application using Tomcat 5 as my a container. I have a main.jsp that I'm decorating with a simple decorator. In decorators.xml, I've just got one ...
2
votes
2answers
38 views

All rows with at least # qualifying rows, per day

Say we have a table like this: **tablename** ID Name Size Date AtStore1 AtStore2 1 Apple Medium 20120101 Yes 2 Pear Medium 20111231 Yes ...
2
votes
1answer
61 views

How to forward email using Python

First, let me say, I already know that this was asked at Forwarding an email with python smtplib already. The reason that I am posting something so closely related to that question is that I have ...
2
votes
3answers
65 views

Moving cursor with t and f, using word as parameter, vim

Is it possible in vim to move forward with t and f (or in the other way with T and F), but using words as a parameter ?
2
votes
1answer
113 views

Scalatra - how do we do an internal redirect / forward of request

I want to call another internal url from my scalatra 'controller'. I can't do a simple redirect, as there's some security settings that mean a user has access only to the first url. Is there a way to ...
2
votes
3answers
374 views

forward declaration and namespaces (c++)

My Problem: Got two classes, class A and B, so i got A.h and A.cpp and B.h and B.cpp. A needs to know B and B needs to know A. I solved it the following way (i don't know why it has to be so...) ...
2
votes
4answers
129 views

redirecting www.foo.com to www.bar.com

Hay guys, I'm having a bit of an issue. Say i have the domain www.foo.com, but this domain is framed-forwarded to www.bar.com. www.foo.com is still in the address bar, but i now need to redirect ...
2
votes
1answer
72 views

App using 3D & 3rd-party plugins - forward compatible OpenGL or Direct3D?

I'm writing an app that's going to use 3rd-party created plugins to render all kinds of 3D trickery. My main application is to create the context / render-object and a rendertarget/framebufferobject. ...
2
votes
3answers
244 views

android Copy protection Forward-locking - should I not bother?

Should i abandon Copy protection for my android apps? It will be deprecated soon and I recently noticed that some devices will not show these apps due to this copy protection. Generally, with the SDK ...
2
votes
3answers
295 views

Why is there no forward button in the iPhone App?

Why is there no forward button in the iPhone App? I'm in web industry over 5 years. recently, I dove into iPhone app. Some iPhone app developer told me "It's very hard to add forward function into ...
2
votes
1answer
183 views

What might be causing this IllegalStateException discrepancy in JSP/Spring?

I had a JSP file with a c:redirect tag that would forward along a user to another page. <!-- Yes, I know this loop is probably unnecessary, but I'm not fluent in jsp and have determined it is ...
2
votes
2answers
491 views

DWR Spring Integration: Is it possible to forward a DWR request to a Spring Controller?

I have a web application that integrates DWR 3 and Spring 3. All requests are handled by the Spring's DispatcherServlet. Everything works. When I request an AJAX request, it's handled correctly by the ...
2
votes
1answer
363 views

JSP:Include not being called on forwarding page using doPost requestDispatcher

I am currently writing an web application where you need to log in, using username and password. The next step in the process is to select a Project in which the logged in user is involved. Once ...
2
votes
2answers
833 views

Port Forward Directly to a Guest OS with VirtualBox

I am currently using Ubuntu 10.04 for some rails development. It is installed as a guest machine using VirtualBox on a Windows 7 x64 host. Within Ubuntu, I am trying to port tunnel several ports ...
2
votes
1answer
161 views

Android forwards compatibility

I just published my first application to the market, but i just found out that android.telephony.gsm.smsmanager was depreciated as of Android 1.6. My application depends on sending SMS messages, so it ...
2
votes
1answer
1k views

Forward or Backward Compatibility in Android?

I would like to know whether the Android provides any sort of compatibility i.e either forward or backward. It means as in Blackberry if develop an Application with JDE 4.2 then that application will ...
1
vote
2answers
44 views

How to change url in user browser without client redirect in servlet

I want to forward from one page to another but with the same I want url to be changed. Suppose user is here http://mywebsite/register and when he completes his registration process then I want this in ...
1
vote
3answers
111 views

Spring forward with added parameters?

Is there a way to forward a request to another Controller while adding some parameter data to it? I tried adding to the ModelMap, but it doesn't seem to hang around. I am doing something like: return ...
1
vote
1answer
95 views

Dispatcher forward method from POST to GET

I need to forward from my FooServlet doPost method to BarServlet doGet method. Is there a way to solve this? Currently I'm calling the doGet method from my doPost but I'm sure that this isn't the ...
1
vote
2answers
107 views

iPhone-MPMediaPlayer disable seek forward button

I would like to remove or disable the seek forward button from the MPMediaPlayer. I have tried to enumerate all the views but apparently I could not find this button. Does anyone have any idea? ...
1
vote
0answers
98 views

JSP page clears forward history in IE

I have a hosted JSP page. When I visit another page from jsp (lets say google.com) and hit the browser's back-button my jsp page reloads but instantly clears the forward history (the forward button ...
1
vote
1answer
65 views

Dispatcher doesn't throw an exception

I want to make the dispatcher throws an exception when I want to forward to non-existing resource, here's my code String page = (String) request.getAttribute("page"); //page to be forwarded form ...
1
vote
2answers
204 views

Keyboard shortcut to navigate Back Forward in Notepad++

In Eclipse, we can use "Alt + Left" to navigate Back, and "Alt + Right" to navigate Forward. Is this facility available in Notepad++? If no, can it be installed using plugins?
1
vote
2answers
606 views

Struts2 page redirect/forward problem

Can anyone tell me how to forward or redirect page with Struts? I'm checking if the session is null or not in every jsp and want to redirect if null. I can do this with simple jsp:forward or ...
1
vote
1answer
274 views

Why forward and redirect in grails don't stop initial action execution?

I read about forward and redirect in Grails and don't understant why the code bellow prints "foo". See: def bar = { redirect (controller: "public", action: "index") // same happens with forward ...
1
vote
1answer
126 views

How to get rid of forward slash in Python raw_input()

Beginner programmer here. So bear with me. I have a simple python program. print "How tall are you?", height = raw_input() print "So you're %r tall" %(height) If I enter the height as 6'6'' python ...
1
vote
0answers
177 views

In JSP, want to use pageContext.forward and process the result

I'm trying to inject a JSP page into an unnamed enterprise web-application to get the value of a SSO token provided by a servlet. The goal is to redirect back to the referrer. The user does not have ...
1
vote
4answers
182 views

calling a jsp from a servlet

i am calling a jsp, displayItems.jsp from a servlet, DataPortal.java. First I tried to do this using the RequestDispatcher like this, `url = "/displayItems.jsp"; ServletContext context = ...
1
vote
2answers
278 views

body driving forward or backward box2d

I have a b2_dynamicBody which I move by _body->ApplyForce across the screen. How do I find out, if it's moving forward or backwards? I know how to find out the speed b2Vec2 currentVelocity = ...
1
vote
0answers
294 views

android webview forward button

I want to know how to disable and enable forward menu button as in android's private browser.I am writing an app where I am displaying 3 webviews and I want to incorporate the basic functionality of ...
1
vote
1answer
353 views

Scala Lazy Val Question

I have a scenario where I have some objects that need to take in references from each other. The only way I can get this to compile is to use lazy class A(b:B) class B(a:A) lazy val a:A = new A(b) ...
1
vote
1answer
205 views

Forward HTTP RESTfull API requests from http server to my application

I have a question about the design of an application I'm working on. I made a monolithic java application with sockets open 24/7, something like a game server. I'm just trying to say it's a single ...
1
vote
0answers
340 views

Android - How to detect if the incoming call is redirected?

After googling I succesfully get the "incoming_number" when there is an incoming call. But I still cannot find how to detect if the call is forwarded(redirected). Is there some flag or something ? ...
1
vote
1answer
89 views

How to implement gateway in java

I have to implement a Gateway in java. I have a servlet that recieves information like the URL to hit and parameters to be passed to that URL. I need to get the response back from there, make some ...
1
vote
2answers
162 views

domain names and hosts file

i have a small network setup which contains a firewall which has a public static ip, a switch connected to the green NIC and 3 servers connected to the switch. what i am trying to do is register ...
1
vote
1answer
87 views

Forward Error Correction and Packet Order Correction

This article lists 2 techniques used to improve wireless throughput, Forward Error Correction and Packet Order Correction. http://www.enterprisenetworksandservers.com/monthly/art.php?3514 Does ...
1
vote
1answer
519 views

How to handle request on the page that was previously forwarded by servlet?

I have a JSP page that has 2 forms running on Tomcat 6. One is register form, Second is login form. (please pay attention to context path, it's going to kill me later) (regis_and_login.jsp) ...

1 2 3