[Stripes-users] Newbie

2015-12-21 Thread tika
s. It was published in 2008 and I'm wondering what part of that book is still valid for Stripes 1.6? Second, I will also vote for JsonBuilderFactory as my favourite is genson library. Kind reg

Re: [Stripes-users] Newbie

2015-12-21 Thread tika
> > > tika, > You've already gotten some great answers from other folks. I'll only add that you should also check out the Stripes example applications.  They are a great way to see easy to understand examples of real world use cases.  Welcome to Stripes! > > -- Rick

[Stripes-users] Where does variable 'contacts' came from in the book about Stripes?

2015-12-23 Thread Tika Spic
I'm currently only reading the book "Stripes: ...and Java web development is fun again". Since I'm not new to web development, I'm able to read this book without practicing in editor. I have spot a problem on page 47 in the following line: What is this reference "contacts"? It is not explicitly

[Stripes-users] Where does variable 'contacts' came from in the book about Stripes?

2015-12-23 Thread Tika Spic
I'm currently only reading the book "Stripes: ...and Java web development is fun again". Since I'm not new to web development, I'm able to read this book without practicing in editor. I have spot a problem on page 47 in the following line: What is this reference "contacts"? It is not explicitly

[Stripes-users] Is there any change in Resource Bundle support since 2008?

2016-01-07 Thread Tika Spic
Hi, In the book "Stripes...and Java Web Development is Fun Again", there is a note from Tim Fennell located at the very end of the chapter 11 named "Making it Multilingual". It can be seen that he is not quite satisfied with current ResourceBundles implementation and announces change in the next r

[Stripes-users] Date field validation doesn't work as expected with Tomcat 7

2016-08-29 Thread Tika Spic
Right now I'm learning Stripes from the Fred's book and from the very beginning I'm wondering should I use Tomcat 6/7/8 or something else? Here is what I've experienced today while trying to start the example "email_06". Stripes version was 1.5. First: ${actionBean.class} used in JSPs, works in To

Re: [Stripes-users] Date field validation doesn't work as expected with Tomcat 7

2016-08-29 Thread Tika Spic
'today'? 2016-08-29 23:54 GMT+02:00 Rick Grashel : > Hi Tika, > > I did some googling and it looks like this was an issue introduced in > Tomcat 7 possibly > > http://stackoverflow.com/questions/15900044/expression- > language-skip-identifier-check-in-tomcat-7 >

Re: [Stripes-users] Date field validation doesn't work as expected with Tomcat 7

2016-08-30 Thread Tika Spic
Unfortunately, Validation Reference documentation <https://stripesframework.atlassian.net/wiki/display/STRIPES/Validation+Reference> is still not aware of the 'self' keyword. 2016-08-30 19:39 GMT+02:00 Tika Spic : > That's it. Thanks. > > > I've been usin

Re: [Stripes-users] Date field validation doesn't work as expected with Tomcat 7

2016-08-30 Thread Tika Spic
by 'self'. > https://stripesframework.atlassian.net/browse/STS-822 > > > > 2016-08-30 22:37 GMT+09:00 Rick Grashel : > >> Tika, >> >> Is there a place where the full code for this example can be seen? I >> need to see it in context of th

Re: [Stripes-users] Date field validation doesn't work as expected with Tomcat 7

2016-08-30 Thread Tika Spic
Docs has just been updated. Thanks RickG. 2016-08-30 19:44 GMT+02:00 Tika Spic : > Unfortunately, Validation Reference documentation > <https://stripesframework.atlassian.net/wiki/display/STRIPES/Validation+Reference> > is still not aware of the 'self' keyword. >