Re: struts-2-blank which issue?

2009-03-08 Thread Dave Newton
Michael Finney wrote: For the struts-2-blank archetype (http://struts.apache.org/2.x/docs/struts-2-blank-archetype.html ), is the best (most relevant) issue to "Watch" https://issues.apache.org/struts/browse/WW-2911 ? Watch for what, for when it's done? It's in the repository and is just waiti

RE: struts-2-blank which issue?

2009-03-08 Thread Michael Finney
Yes. I'm looking for a means of notification as opposed to trying the command out every couple months. -- Michael Finney - "Always Striving To Serve You Better Every Day" fin...@acm.org http://www.SmilingSoftwareSolutions.com -Original Message- Michael Finney wrote: > For the struts-2-bl

Re: struts-2-blank which issue?

2009-03-08 Thread Dave Newton
Michael Finney wrote: Yes. I'm looking for a means of notification as opposed to trying the command out every couple months. The dev list is where Struts meta-discussions take place; any voting etc. would visible there. Dave -

Re: Struts 2 / Tiles 2 / Spring Security

2009-03-08 Thread Antonio Petrelli
2009/3/6 Mohan Radhakrishnan : > The other concern I have is the mention of experimental features in Struts > 2( Tiles Plugin ? ). We cannot use those as our app. is a financial app. on > the internet. Why not? You can simply grab it and modify it (following the Apache License), or help the commun

OGNL problem in s:checkbox

2009-03-08 Thread Ignacio de Córdoba
Hi there, I am trying to activate some checkboxes if a certain condition is matched: service is a String var which contains my site service names. I get it iterating over a collection. checkbox should be checked when serviceNames contains the String in "service" var. It works OK if I replace "

How do my Actions get to Hibernate so they can persist my objects?

2009-03-08 Thread Peterus Greatus
I am hoping someone can paint a picture for me as I do not really understand the relationship between Struts2 + Spring + Hibernate. The reason I know about Spring is every book or tutorial I can find with Struts2 and persistence uses Spring. Background is my last programming in Java was 9 years

Re: How do my Actions get to Hibernate so they can persist my objects?

2009-03-08 Thread Wes Wannemacher
On Sunday 08 March 2009 20:07:26 Peterus Greatus wrote: > I am hoping someone can paint a picture for me as I do not really > understand the relationship between Struts2 + Spring + Hibernate. The > reason I know about Spring is every book or tutorial I can find with > Struts2 and persistence uses S

Re: How do my Actions get to Hibernate so they can persist my objects?

2009-03-08 Thread Dave Newton
Wes Wannemacher wrote: [...] but if Spring is your first venture, bare with it a bit, Please make sure your webcam is turned off. I'd add that even for smaller apps the AOP TX management is nearly always worth it, and handling JDBC/Hibernate/iBatis/whatever via Spring almost always end up be

Re: Display BigDecimal Format

2009-03-08 Thread Zoran Avtarovski
I did end up writing a custom type converter, but I really think that¹s overkill. It would be great if there were a way to specify the BigDecmal scale in the struts properties, or xwork-conversion properties. Am I off the mark here or is it worthwhile doing something and submitting as a patch? Z.