Skip to main content
Stack Overflow
  1. About
  2. For Teams
Filter by
Sorted by
Tagged with
-1 votes
1 answer
76 views

I keep running into an error with AMPL wherein whenever I try to model my mod file I get an error: giap.mod, line 23 (offset 1996): d is not defined context: {(d, b) >>> : <<< d ...
0 votes
1 answer
85 views

Here is my Struts file in which I mapped all action files struts.xml: <!DOCTYPE struts PUBLIC "-//Apache Software Foundation//DTD Struts Configuration 2.3//EN" "http://struts....
2 votes
1 answer
91 views

Here is my set up: Specs: Tomcat 7.0.109 jdk1.8.0_11 IDEA20232.5 When I enter the 'test5_5' method of this action, it will redirect to a 404 page. if(NumberUtils.notNullEquals(result.getResult(...
-1 votes
1 answer
78 views

I have a Struts project where I need to send a response as a raw string struts.xml: <struts> <constant name="struts.devMode" value="true"></constant> <...
1 vote
1 answer
706 views

In my Struts application, I need to create an endpoint (URL) which simply tells the user's browser to redirect to an external URL. It looks like this can be done by creating a new Action class and ...
1 vote
2 answers
232 views

I have an ASP.NET MVC action that returns a model to the user. But if the data is not found I want to return NotFound. ASP.NET MVC doesn't like it since the return type is of that model. How can I ...
0 votes
1 answer
204 views

I'm trying to pass a field value from my model via @Url.Action to a method in my controller but it continues to come through as null. The link I'm sending the field value from looks like this <...
0 votes
0 answers
357 views

I am using the below code to execute view component in .cshtml @await Component.InvokeAsync("FileUpload",Model) Inside that view component, there is a file uploader. After select a file ...
1 vote
1 answer
2k views

I am migrating from .netcore 2.1 to .net 6. I have an endpoint that has a return type of Task I have a class that has properties of type object. And after some checks I am returning an ok result of my ...
0 votes
2 answers
3k views

I am migrating my web api's to .net core code. This is my current api, which is correctly returning string as expected [HttpPost] public string ValidateEwpInspectionNumber(string ewpNumber, string ...
0 votes
1 answer
77 views

I have a view (named searchForm) that contain input tag to picking time and search and show it in "other View Page" (searcheResultPage), But i have a great problem that after calling method ...
2 votes
1 answer
784 views

Though some answers are in this area, none answer my question. This function is a part of a Projects repository. Projects have a lot of items, but there are times when only the "Header" ...
0 votes
1 answer
88 views

I have a form where you can delete a patient. There is also a second button which deletes a patient and also the user. These 2 buttons have different behaviours which I call in de "Delete" ...
1 vote
3 answers
1k views

My data is being generated at a JsonResult which output is below. public JsonResult SampleAAA(Guid xxxxx){ //Code ... return Json(new { success = true, listA, ...
1 vote
1 answer
85 views

This is my controller: public async Task<IActionResult>ActiveEmailAccount(EmailActiveAccountViewModel active) { if (ModelState.IsValid) { var result = await ...

15 30 50 per page
1
2 3 4 5
...
31

AltStyle によって変換されたページ (->オリジナル) /