development
Help Need for Binding form fields and Annotation validations
Submitted by mkrauf on Sun, 2009-12-27 10:59.Hi,
Am facing problem with binding form fields especially List-Account. In my module am using Spring Annotations for controller/service.
In this forum i couldnt find any place for attachments, hence i have uploaded the files at this location[forum]
http://forum.springsource.org/showthread.php?t=82203
My Code:
public class Customer { private String customerId; private String customerName; private BigDecimal customerSalary; private List<Account> customerAccounts; } public class Account {
Unable to bind dynamically added Text boxes
Submitted by debasisMishra on Wed, 2009-04-29 09:32.Hi,
I have one jsp & in this JSP I have one add link when I click this link it will call one add row javascript function & some text boxes will appear in this jsp page. I want to bind these text boxes using spring with MS-SQL databse. I am not getting how to bind these text boxes?
Here is my JSP Code
-------------------
var count = "1"; var count_row = 1; function addNewRow(tableRef){ var myTable = document.getElementById(tableRef); var tBody = myTable.getElementsByTagName('tbody')[0]; var newTR = document.createElement('tr'); //create table cell 1
- 5 comments
- Read more
- 924 reads
How to Integrate Central Authentication Service(CAS) with Spring
Submitted by surya on Wed, 2009-01-28 08:52.HI
how to integrate Central Authentication Service(CAS) with Spring Framework
plz give me the steps how to do
thanks in advance for the help
regards
surya
- 5 comments
- 1253 reads
Blog Recipie
Submitted by Brian on Tue, 2007-11-27 21:14.Hey Matt,
Love your blog. Can you give me a short list of the modules used? I'm just starting out with the blog module, and am having trouble getting it to look the way I want. The posted by informationat the top and read more and comments at the bottom like your blog is whatI'm looking for. I downloaded the views module - does that have anything to do with it? Is this module also used for the recent posts and other blocks on the left? How do you post pictures in the blog text?
OK I'm starting to be a pest - thanks for the inspiration.
Wordpress Module
Submitted by Zigor on Mon, 2006-11-20 12:05.Hello Matt,
I am developing a plugin to use blogstamp in Wordpress, but I am having some problems when I made a signature request for a content which has HTML. I get the timestamp and signature, but when I try to verify it, I always get the error "Timestamp valid => false". I think I passed the post content well but I am not sure. I have to encode it or something like this?
Thanks for your help
- 3 comments
- 1453 reads
