These old forums are deprecated now and set to read-only. We are waiting for you on our new forums!
More modern, Discourse-based and with GitHub/Google/Twitter authentication built-in.

All times are UTC - 5 hours [ DST ]



Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 1 post ] 
Author Message
 Post subject: NHibernate/ASP.NET textarea binding issue
PostPosted: Tue Dec 16, 2008 10:47 am 
Newbie

Joined: Tue Dec 16, 2008 10:24 am
Posts: 4
Hibernate version: NAnt 0.85

Mapping documents:

Code:
<?xml version="1.0" encoding="utf-8"?>
<hibernate-mapping xmlns="urn:nhibernate-mapping-2.2" default-lazy="false">
  <class name="WiscNet.Database.Model.PortalArticle, WiscNet.Database.Model" table="Portal_News">
    <id name="ArticleID" column="ArticleID" type="Int32" unsaved-value="null">
      <generator class="native" />
    </id>
    <property name="Title" column="Title" type="String" length="50" not-null="false" />
    <property name="Content" column="Content" type="StringClob" not-null="false" />
    <property name="PageID" column="PageID" type="Int32" not-null="false" />
    <property name="FrontPage" column="FrontPage" type="Boolean" not-null="false" />
    <property name="CreatedBy" column="CreatedBy" type="Int32" not-null="false" />
    <property name="CreatedOn" column="CreatedOn" type="DateTime" not-null="false" />
    <property name="LastUpdate" column="LastUpdate" type="DateTime" not-null="false" />
  </class>
</hibernate-mapping>


Name and version of the database you are using: SQL Server 2005

Debug level Hibernate log excerpt:

2008-12-16 08:41:51,187 DEBUG WiscNet.Portal.Business.BasePage - Created entity WiscNet.Database.Model.PortalArticle
2008-12-16 08:41:51,187 DEBUG WiscNet.Portal.Business.BasePage - Binding control Title value Test to Title

I'm trying debug why the portal website I work on cannot bind content from ASP.NET textarea to an underlying database using NHibernate. It seems everything binds appropriately until NHibernate reaches the ASP.NET textarea.

Any help is appreciated. Thank you.


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 1 post ] 

All times are UTC - 5 hours [ DST ]


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
© Copyright 2014, Red Hat Inc. All rights reserved. JBoss and Hibernate are registered trademarks and servicemarks of Red Hat, Inc.