25 Discussion / Question Topics

Remove Filter
Member Avatar for
Member Avatar for Kert

I have followed all the tutorials, but still I have a problem that I can't get an object from a form to the controller using Spring MVC. What might be the case? I am using Thymeleaf to format my jsp pages. <!DOCTYPE HTML> <html xmlns:th="http://www.thymeleaf.org"> <head> <title>Getting Started: Handing Form …

Member Avatar for stultuske
0
1K
Member Avatar for Khoo

Currently I'm using xampp, and creating chat-app with AngularJS and integrated with Laravel framework. My AngularJS front-ends is actually placed in Laravel's views folder. And the back-ends stuff (Angular's controller, services) placed in public/app folder. I try to integrate chat-app template (front-end) into my video template. So it's actually a …

0
177
Member Avatar for silent lover

dear all daniweb users, i start using xamarin to create ios software. in mainstoryboard, i navigate passcodevc view controller to songlistvc view controller. i use scandit barcode scanner script in passcodevc.cs . after barcode scanner script, i want navigate from passcodevc view controller to songlistvc view controller. i use this …

Member Avatar for Michael_31
1
357
Member Avatar for silent lover

dear all daniweb users, i start using xamarin to create ios software. in mainstoryboard, i navigate passcodevc view controller to songlistvc view controller. i use scandit barcode scanner script in passcodevc.cs . after barcode scanner script, i want navigate from passcodevc view controller to songlistvc view controller. i use this …

0
201
Member Avatar for Brent_1

Microsoft ASP.NET MVC is arguably one of the most flexible frameworks for building modern web applications. One of the things that I've noticed over the last couple of years is that with many AJAX applications using Restful web service, many MVC controllers are now almost redundant. Using the default MVC …

1
205
Member Avatar for narlapavan

I am having two controllers. one is LoginScreenController.java and other is HomeScreenController.java. in loginscreencontroller, i am having button when clicked on that buton it will open homescreen controller. In HomeScreenController i am having TextField and a Ok button.I will fill some data in TextField and click on Ok Button. Here …

Member Avatar for SynThiicQ
0
833
Member Avatar for DeanMSands3

Hey Daniweb! What's a good site, or maybe someone could write up a quick-and-dirty example of a desktop app showing how to use the Model View Controller pattern? I'm no slouch at google-fu and found this lovely example through Wikipedia: http://www.songho.ca/opengl/gl_mvc.html which I'll look at after class tonight. I'd still …

Member Avatar for hulkishungry
0
298
Member Avatar for twoyorkie

ACER BINSPIRE 1 D270 netbook...just fitted new HDD and attempted to boot from usb after changing setup boot order ,and got REALTTEK PIEe FE family controller series v1.27 PXE-E61 :media test failure ,check cable .......message ...does this mean the HDD conection is no good or what...as setup recognises a HDD …

Member Avatar for twoyorkie
0
466
Member Avatar for thendrluca

Hi I meet a problem I bought a **WD HDD** (WD2500AAKX) with **SATA3** connection but my **motherboard chipset** only supports **SATA1**. The question is: how to set **jumpers** and to slow down speed at 1.5 Gbps? On the HDD is saying that Jumper on Pin 5-6 slow down to 3 …

Member Avatar for thendrluca
0
276
Member Avatar for windowsserver

hi frenz i installed remote administration tools on windows 7 enterprise so i could use it as A server....but i cant create a domain using DCPROMO in the command prompt..... when i try to use dcpromo it prompt and error message saying (the active directory domain services installation wizard is …

Member Avatar for CimmerianX
0
460
Member Avatar for NoCodeMonkey

Ok so in my class we just installed microsoft server 2008 for the first lab which was easy, The second lab I managed to do but I dont fully understad it, so if you can tell me in a easy way it would be good. So in the second lab …

Member Avatar for JorgeM
0
217
Member Avatar for reibi

Dear all, I am a newbie in codeigniter. As I had downloaded n installed the codeigniter and it has displayed the default message. Now I had created the new file called hello inside the controllers folder as told in the codeigniter manual. And I browze my folder as [url]http://localhost/code/index.php/Hello[/url] but …

Member Avatar for reibi
0
127
Member Avatar for skatamatic

My boss asked me to write a PID class to control a motor today. No big deal, except that the deadline is tommorow evening. My calculus is rusty, and my vb6 is probably worse (which is the language I am to use). Anyone have a good understanding of a PID …

Member Avatar for skatamatic
0
2K
Member Avatar for matrixx1

Problem: Server 2000 DC hard drive failed. Purchased new drive, installed server 2000 and restored everything from a backup. Everything is back up, however none of the client machines can connect to the server and view "my documents". Initially we had 3 DC, however we are down to 1 because …

Member Avatar for lolafuertes
0
196
Member Avatar for m1051f

I am currently at this URL localhost:8080/Test/students/Steve The page from that URL displays some info about Steve and a link that goes to teachers. [CODE]<a href="teachers/all">Click to view all teachers</a>[/CODE] When I click the link it goes to localhost:8080/Test/students/teachers/all I want localhost:8080/Test/teachers/all How can I do that? I managed to …

0
124
Member Avatar for titan_amit

Hii all, I am trying to develop a USB host controller on vertex4, for that i am using xps usb host ip core. I am facing problem in configuring the ports of the ip core, like there are several options like MD_Error Port_Indicators[1:0] Host_Intr_Out (BUS_IF)MPLB (BUS_IF)SPLB (IO_IF)usbhost_0 USB_PHY_Reset ULPI_Clock ULPI_Dir …

0
148
Member Avatar for P00dle

g'mornin peeps. I'm going for an interview tomorrow at a company that uses the ZEND framework. As such, I have been reading up on it, as well as MVC among other things. The question I'm asking is about the ZEND controller action. Could someone please point me to an example …

Member Avatar for P00dle
0
184
Member Avatar for javanerd21

please do inspect my code please, any error? in my net bean, its show the overall of the coding was red color. here is the code : [CODE] <%-- Document : updateAssignment Created on : Jan 18, 2011, 2:09:56 PM Author : Khalid Bin Dris 2008401558 --%> <%@page contentType="text/html" pageEncoding="UTF-8"%> …

0
128
Member Avatar for alc6379

Hey gang, Looking for some opinions here. I'm working in an ASP.Net MVC2 application. We've built a collection of "domain objects", ie, the data that represents our "real world" problem we're going to solve, and it's also the representation of what will be serialized to the database. Each of these …

Member Avatar for kvprajapati
1
278
Member Avatar for taylorc8

Hi, I'm trying to use an input device like a joystick as a mouse, and I've got some good behavior for desktop use by polling the state of the device in a loop and doing some work with the values, then using SendInput with some INPUT structures to make the …

0
102
Member Avatar for talha06

Hello to everyone, I'm trying to setup a Spring MVC project. I posted my configuration files below. I'll be really glad if someone helps me. Thanks in advance, With regards, Talha. [B]web.xml[/B] [CODE]<?xml version="1.0" encoding="UTF-8"?> <web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://java.sun.com/xml/ns/javaee" xmlns:web="http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd" xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd" id="WebApp_ID" version="2.5"> <display-name>local</display-name> <context-param> <param-name>webAppRootKey</param-name> <param-value>webapp.root</param-value> </context-param> <context-param> <param-name>log4jConfigLocation</param-name> …

0
136
Member Avatar for wade2462

Okay heres my problem, the fastforward and its opposite don't work correctly. I want the user to be able to enter X seconds to ff or go back, but since its a COM and it doesn't provide this function (I think its meant for WPF or WF where you just …

Member Avatar for tanor
0
245
Member Avatar for damianlieu

Hello, To be honest, I know about the very least possible about computer hardware and software. So please indicate me specificly what to do if some things get more techninal in this post. I have formatted my system from Windows Vista into Windows XP Pro. Since I haven't backed up …

Member Avatar for Master Rattley
0
377
Member Avatar for Jakey101

hey guys. so, suddenly, my Network Controller is unknown. When I go to devices manager and double click it, it comes up as an unknown manufacturer etc. Unknown Device and Vender, PNPID: VEN_168C&DEV_002B&SUBSYS_E8111113&REV_01 That's what the unknown driver's PNPID is. It's a Toshiba Netbook - NB205-N311/W Thanks

Member Avatar for gerbil
0
386
Member Avatar for celyst

I am having an issue with creating some JSP pages. I have a few pages (Home, About Us, Contact Us) done up in JSP, and I also have the ability to login to this site using a username and password. What I want to achieve is to allow visitors to …

Member Avatar for celyst
0
521

The End.