mvc tag

22 questions


1 answers
74 views
0
Action becomes NULL with Spring MVC Tiles

We use Spring MVC+Tiles to develop web apps.The action of the form tag was set to NULL when I set the following settings.I checked the compiled JSP file and found that the Action name was set correctl...

1 years ago

4 answers
90 views
0
How to Split Controller Descriptions in Rails

I am creating a web app with Ruby on Rails, but if the description of the controller becomes longer, how should I divide the file?Now, I'm going to create a new controller from the command.class HogeC...

1 years ago

1 answers
69 views
0
Error adding item with same key when submit

I'd like to solve it as soon as possible.Environment: Asp.Net MVC4 (cshtml) I would like to post the viewmodel bound to view on submit to the stovetoller.An item containing the same key has already be...

1 years ago

1 answers
91 views
0
Failed to connect to .net core 3.0 MVC "Web server 'IIS Express'."

I would like to develop MVC using .Net Core 3.0, but the following error message appears and I cannot start the screen.Are there any possible solutions?What do you want to doLaunch MVC project using V...

1 years ago

1 answers
84 views
0
How do I pass javascript variables to the controller?

I would like to create the following process.1. I don't know how to deliver javascript variables to the controller, so could you tell me how to do it and how to code it?Ruby 2.6.3Rails 6.0.3Thank you ...


1 answers
70 views
0
I can't retrieve the contents of the associated database.

Ruby (Ruby on Rails) is creating a restaurant word-of-mouth site like a food log while referring to tutorials.I set categories for each area, but I failed to pull them from the controller on the searc...

1 years ago

1 answers
78 views
0
How to use JDBC to join and store values in entity

I am currently learning JDBC for the first time.For example, if you run a select statement and create an entity class to store the returned values, I would like to ask you a question about how to do i...

1 years ago

1 answers
63 views
0
Is there a way to get HttpServletRequest from the controller of spring mvc without adding a parameter to the method?

I understand that to receive HttpServletRequest from the controller of spring mvc, you can add the parameter of the function as shown below. @RequestMapping(value = /, method = RequestMethod.GET) pub...

1 years ago

1 answers
120 views
0
I want to display videos and ppts in a specific area of the page with a spring, but I don't know what to do...

Hello, I am a student who is currently doing a semi-project with Spring.Currently, I saved the ppt file as bolb type and the video path as varcher2 type in db. I have to take these out and upload ppts...

1 years ago

2 answers
66 views
0
I want to know the difference between MVC, MVP, and MVVM in detail.

I'm a fifth-year Android developer and I know the MVC concept.Because I don't know the concept of MVP and MVVM (I understand both as belonging to MVC), it's hard to define which pattern I made my Andr...

1 years ago
« - 2 - »

© 2024 OneMinuteCode. All rights reserved.