Questions tagged [griffin.mvccontrib]

9 questions
2
votes
2 answers

What is causing "java.net.URISyntaxException: Relative path in absolute URI" when submit spark job?

I have compiled the latest version of apache-griffin version 0.6.0 and it is all set up. It creates a spark job and submit it via apache-livy. When it gets submit and start it starts to show the following trace. I am unable to to pin point any issue…
2
votes
1 answer

Server Error with the griffin.mvccontrib package in asp.net

In order to be able to translate my data annotations in my model with a resource file, I saw that many people recommend the solution offered by jgauffin. However, when I follow the localization tutorial my project cannot launch. The problematic code…
Andreas Schwarz
  • 1,788
  • 17
  • 42
2
votes
1 answer

How to use griffin.mvccontrib.localization with Ninject

I'm trying to use MVC Contrib Localization in my Asp.net MVC application, for now I have it working with resource files, but I want to use it with Sql Server, I'm checking this tutorial:…
Escobar5
  • 3,941
  • 8
  • 39
  • 62
1
vote
0 answers

Apache griffin build error

Hi I am trying to install apache griffin as per the Readme in the apache incubator-griffin git page. I am almost through all the dependency installations and while doing a mvn installation one of the test fails with the following error. Failed…
aladeen
  • 297
  • 7
  • 18
1
vote
0 answers

RegularExpression Message Error Using Griffin.MvcContrib

I'm using Griffin.MvcContrib for metadata message errors validation. I have Added a custom validation to add a regular expression validation: protected override IEnumerable GetValidators(ModelMetadata metadata, ControllerContext…
Albert Cortada
  • 737
  • 3
  • 10
  • 25
1
vote
1 answer

How to add ASP.NET MVC Controller in Spring.Net Application Context?

I am creating a plugin system for my ASP.NET MVC Application using Spring.Net IOC Framework. I have placed my Controllers in a different assembly, I need to add these controllers to Spring.Net Application context dynamically. Please guide me !! I am…
Prachetas
  • 43
  • 5
0
votes
0 answers

Griffin.MvcContrib Localization with FluentValidation

I've been working on my first localization project for mvc and have been using the excellent Griffin.MvcContrib to get me started. I've using the Griffin to handle the language change and the page views, and have a custom provider setup to handle…
TomZomW
  • 531
  • 1
  • 5
  • 15
0
votes
1 answer

Loading non embedded views from other projects

I'm working on a mvc3 project which should support modules. So for example I have a MVC3 core project and a MVC3 module project (MyModule). Now I wish to load and display the views from the MVC3 module project in the core project. I wrote a custom…
0
votes
1 answer

Griffin localization and Fluent Validation

I am new to Griffin localization, it seems very cool. However, examples are only showing me how to translate MVC validation attributes. I am using minimum if not none of the mvc validation attributes. My idea is (try) not to validate and report…
Tom
  • 15,781
  • 14
  • 69
  • 111