Groups
Groups
Sign in
Groups
Groups
Glass.Mapper
Conversations
About
Send feedback
Help
Glass.Mapper
Contact owners and managers
1–30 of 104
Welcome to the Glass.Mapper Google Group. Feel free to ask questions and suggest improvements.
Mark all as read
Report group
0 selected
Sar
, …
Michael Edwards
3
10/22/15
How to get Site root using Glass Mapper
Hi Sorry we didn't see this. You have two options the ISitecoreContext provides a GetHomeItem
unread,
How to get Site root using Glass Mapper
Hi Sorry we didn't see this. You have two options the ISitecoreContext provides a GetHomeItem
10/22/15
Thomas Paterno
,
Michael Edwards
4
6/15/15
Custom Data Handlers and v4 of Glass
I am glad it fixed it. I should have checked my documentation. On Mon, 15 Jun 2015 20:56 Thomas
unread,
Custom Data Handlers and v4 of Glass
I am glad it fixed it. I should have checked my documentation. On Mon, 15 Jun 2015 20:56 Thomas
6/15/15
Dave Brooks
, …
Thomas W.
4
5/12/15
Failed to find the root item "/"
FYI. I solved it by enabling viewstate again in the web.config: <pages validateRequest="false
unread,
Failed to find the root item "/"
FYI. I solved it by enabling viewstate again in the web.config: <pages validateRequest="false
5/12/15
Sean Holmesby
1/29/15
Add -> Controller throws exception 'Could not load file or assembly 'Glass.Mapper, Version 3.2.0.34'
This doesn't seem like an issue with Glass Mapper, but more some weirdness with Visual Studio. In
unread,
Add -> Controller throws exception 'Could not load file or assembly 'Glass.Mapper, Version 3.2.0.34'
This doesn't seem like an issue with Glass Mapper, but more some weirdness with Visual Studio. In
1/29/15
Ettienne Gous
1/26/15
Render Image With Alt tag that has a single quote in it.
Currently the render image helper method outputs all tags with single quotes as attribute value
unread,
Render Image With Alt tag that has a single quote in it.
Currently the render image helper method outputs all tags with single quotes as attribute value
1/26/15
Bob Myers
,
Michael Edwards
2
12/19/14
Saving Mediaitem Saves Wrong Raw Value
Hi You needs to use the Glass.Mapper.Sc.Fields.Image type and not you custom type if you are using
unread,
Saving Mediaitem Saves Wrong Raw Value
Hi You needs to use the Glass.Mapper.Sc.Fields.Image type and not you custom type if you are using
12/19/14
Ben Wyatt
, …
Alex Washtell
4
10/23/14
Sitecore 7, Glass Mapper and Language Fallback
I'm developing a Sitecore 7.2 MVC site and I am having the same issue as you, I believe. However,
unread,
Sitecore 7, Glass Mapper and Language Fallback
I'm developing a Sitecore 7.2 MVC site and I am having the same issue as you, I believe. However,
10/23/14
Piyush Trivedi
,
Chirag Patel
2
10/21/14
Sitecore-Glassmapper error "Guid should contain digits with 4 dashes...."
Have you tried putting the file extension at the end of the path? @Html.Sitecore().Rendering("/
unread,
Sitecore-Glassmapper error "Guid should contain digits with 4 dashes...."
Have you tried putting the file extension at the end of the path? @Html.Sitecore().Rendering("/
10/21/14
Gabbar
2
10/20/14
Render Image data attributes
I'm actually not looking for width=100 rather data-protect=true for my custom data attribute. On
unread,
Render Image data attributes
I'm actually not looking for width=100 rather data-protect=true for my custom data attribute. On
10/20/14
Chitrang Shah
10/16/14
Sitecore 7.2 MVC: Glass mapper sitecore context lost during Ajax call
During the ajax call, I am trying to grab the items via SitecoreService using the web database as
unread,
Sitecore 7.2 MVC: Glass mapper sitecore context lost during Ajax call
During the ajax call, I am trying to grab the items via SitecoreService using the web database as
10/16/14
Ettienne Gous
10/16/14
RenderLink in page editor HTML encodes parameters
Currently I have a link definition that looks like this @(new HtmlString(GlassHtml.RenderLink(Model,
unread,
RenderLink in page editor HTML encodes parameters
Currently I have a link definition that looks like this @(new HtmlString(GlassHtml.RenderLink(Model,
10/16/14
Gabbar Singh
10/14/14
FIle Field Editable
Is it possible to make a File field type editable in the Page Editor using Glass Mapper?
unread,
FIle Field Editable
Is it possible to make a File field type editable in the Page Editor using Glass Mapper?
10/14/14
Andres Castro
, …
Michael Edwards
6
9/30/14
Umbraco : Custom Data Handlers
Euan Can you send me the model with the property you are trying to map and also how you are
unread,
Umbraco : Custom Data Handlers
Euan Can you send me the model with the property you are trying to map and also how you are
9/30/14
Dave Brooks
2
9/30/14
SitecoreQuery attribute that would return the current item
I found a solution! [SitecoreQuery("fast:{escapedPath}", IsLazy = true)] public virtual
unread,
SitecoreQuery attribute that would return the current item
I found a solution! [SitecoreQuery("fast:{escapedPath}", IsLazy = true)] public virtual
9/30/14
Damien Rider
, …
Chirag Patel
6
9/2/14
T4 Templates generate error when generating template classes
Thanks Ryan, That did the trick. On Sunday, August 31, 2014 11:58:57 PM UTC-5, Ryan Tuck wrote: I
unread,
T4 Templates generate error when generating template classes
Thanks Ryan, That did the trick. On Sunday, August 31, 2014 11:58:57 PM UTC-5, Ryan Tuck wrote: I
9/2/14
Davy Cool
8/25/14
LazyItemEnumerable always loads lazy even with isLazy=false (#79) - Causes empty children lists
The LazyItemEnumerable class has a boolean constructor parameter "isLazy" that can be set
unread,
LazyItemEnumerable always loads lazy even with isLazy=false (#79) - Causes empty children lists
The LazyItemEnumerable class has a boolean constructor parameter "isLazy" that can be set
8/25/14
Blake
8/21/14
Razor Glass Tutorials
Can't seem to find tutorial 2 and 3
unread,
Razor Glass Tutorials
Can't seem to find tutorial 2 and 3
8/21/14
Ettienne Gous
8/21/14
Cannot add View Rendering
Hi all. I have an issue at the moment that I get an error when I try and add a View Rendering.
unread,
Cannot add View Rendering
Hi all. I have an issue at the moment that I get an error when I try and add a View Rendering.
8/21/14
Dirk Schäfauer
8/20/14
How to get GlassMapper work with Ninject
Hi, I currently try to get GlassMapp work with Ninject DI. But I get an error: Server Error in '/
unread,
How to get GlassMapper work with Ninject
Hi, I currently try to get GlassMapp work with Ninject DI. But I get an error: Server Error in '/
8/20/14
Chris Auer
8/20/14
Auto generating classes without TDS
Can Glass classes be auto generated without using TDS?
unread,
Auto generating classes without TDS
Can Glass classes be auto generated without using TDS?
8/20/14
Oliver Vaughan
8/18/14
Null reference thrown when mapping fields on interfaces
I'm mapping part of my content tree using Glass and Sitecore 7.2 in MVC. I have used your example
unread,
Null reference thrown when mapping fields on interfaces
I'm mapping part of my content tree using Glass and Sitecore 7.2 in MVC. I have used your example
8/18/14
Sergej Kravchenko
,
Leigh Kaszick
3
8/14/14
Can not convert value to enum type Glass.Mapper.Sc.Fields.TriState
Did this issue ever get resolved?
unread,
Can not convert value to enum type Glass.Mapper.Sc.Fields.TriState
Did this issue ever get resolved?
8/14/14
Robert Gray
,
Lukasz R
3
8/11/14
GlassHtml.RenderImage does not render correct html when ImageParameters are supplied.
OK, seems that in my case the problem was not Glass Mapper after all but a JS code that removed those
unread,
GlassHtml.RenderImage does not render correct html when ImageParameters are supplied.
OK, seems that in my case the problem was not Glass Mapper after all but a JS code that removed those
8/11/14
EK
3
8/7/14
Method not found: 'System.__Canon Glass.Mapper.Context.GetTypeConfiguration(System.Object, Boolean,
thanks for nothing. I had to spend some time to figure this out. Nuget was installing incorrect
unread,
Method not found: 'System.__Canon Glass.Mapper.Context.GetTypeConfiguration(System.Object, Boolean,
thanks for nothing. I had to spend some time to figure this out. Nuget was installing incorrect
8/7/14
sukesh791
,
EK
2
8/7/14
Error while trying to render content on view...Using Glass Mapper Sc
I am having similar error in my setup: Sitecore 7.2 & MVC 5. Method not found: 'System.
unread,
Error while trying to render content on view...Using Glass Mapper Sc
I am having similar error in my setup: Sitecore 7.2 & MVC 5. Method not found: 'System.
8/7/14
Chris Gaskell
8/6/14
Glasmapper, console app & workflow
I have glassmapper running really nicely in a console app which bootstraps some importer logic from a
unread,
Glasmapper, console app & workflow
I have glassmapper running really nicely in a console app which bootstraps some importer logic from a
8/6/14
j...@panthacorp.com
, …
Sean Holmesby
3
8/4/14
Code Generation not working
You possibly built the Extensions project for the first time. This copies it's DLL to a Public
unread,
Code Generation not working
You possibly built the Extensions project for the first time. This copies it's DLL to a Public
8/4/14
Daniel J Blackwell
8/1/14
Re: Digest for glassmapper@googlegroups.com - 1 update in 1 topic
This Template assumes you have Hedgehog TDS installed and that you are running this generation
unread,
Re: Digest for glassmapper@googlegroups.com - 1 update in 1 topic
This Template assumes you have Hedgehog TDS installed and that you are running this generation
8/1/14
james.c...@confused.com
,
Sean Holmesby
2
8/1/14
Code generation issues
Hi James, You must be working off the old .tt files from the Hedgehog TDS Code Gen examples. In those
unread,
Code generation issues
Hi James, You must be working off the old .tt files from the Hedgehog TDS Code Gen examples. In those
8/1/14
Aotearoa Kia Kaha
,
Michael Edwards
2
7/19/14
Lazy Load error
Hi I think issues was fixed in release Glass.Mapper.Sc.CastleWindsor 3.2.0.17, could you try updating
unread,
Lazy Load error
Hi I think issues was fixed in release Glass.Mapper.Sc.CastleWindsor 3.2.0.17, could you try updating
7/19/14