Re: [appfuse-user] About Struts 2 params and prepare interceptors

2009-07-06 Thread Kannan Ekanath
FWIW, these are all specific Struts 2 issues and not appfuse issues per se. So you are better off asking in Struts 2 mailing lists? 2009/7/6 Kannan Ekanath > Dhanakumar,1) Struts offers various sets of interceptors. One of them must > be params-prepare-params (params is called twice). For

Re: [appfuse-user] About Struts 2 params and prepare interceptors

2009-07-06 Thread Kannan Ekanath
context: > http://www.nabble.com/About-Struts-2-params-and-prepare-interceptors-tp24353771s2369p24353771.html > Sent from the AppFuse - User mailing list archive at Nabble.com. > > > --------- > To unsubscribe, e-mail: users-unsubscr...@appfuse.dev.java.net > For additional commands, e-mail: users-h...@appfuse.dev.java.net > > -- Regards, Kannan Ekanath

Re: [appfuse-user] Use of Preparable Interface for Action classes.

2009-07-06 Thread Kannan Ekanath
Yes the getter will work as well. 2009/7/6 Dhanakumar > > Thanks, > As you said, subclassing the EmployeeAction gives the perfect solution, or > Can I use lazy getter which also avoids to declare an instance variable, > List skillList; in Action ? > > Kannan Ekanath wrote

Re: [appfuse-user] Use of Preparable Interface for Action classes.

2009-07-06 Thread Kannan Ekanath
1903.html > Sent from the AppFuse - User mailing list archive at Nabble.com. > > > - > To unsubscribe, e-mail: users-unsubscr...@appfuse.dev.java.net > For additional commands, e-mail: users-h...@appfuse.dev.java.net > > -- Regards, Kannan Ekanath

Re: [appfuse-user] Hibernate help

2009-03-25 Thread Kannan Ekanath
Sorry I think looking at your code deeply it must be a @ManyToOne :) On Wed, Mar 25, 2009 at 4:45 PM, Kannan Ekanath wrote: > That is because you are tagging getSuperior with a @Column. That is wrong. > you must say whether it is OneToOne or OneToMany :) Even if it is a relation > wi

Re: [appfuse-user] Hibernate help

2009-03-25 Thread Kannan Ekanath
> > > -- > View this message in context: > http://www.nabble.com/Hibernate-help-tp22688812s2369p22688812.html > Sent from the AppFuse - User mailing list archive at Nabble.com. > > > --------- > To unsubscribe, e-mail: users-unsubscr...@appfuse.dev.java.net > For additional commands, e-mail: users-h...@appfuse.dev.java.net > > -- Regards, Kannan Ekanath

Re: [appfuse-user] No source jars for some 2.0.2 libraries

2009-02-27 Thread Kannan Ekanath
ot; and get all of > AppFuse's source in your project. In the next release (2.1), we will > include all the source from the web modules for you to edit. This > might make it more difficult to upgrade, but we feel that's an > acceptable trade-off. > > Matt > > On Thu, F

[appfuse-user] No source jars for some 2.0.2 libraries

2009-02-26 Thread Kannan Ekanath
this but because there are no source archives I google the internet which lands me in the fisheye url, see the source and figure out what it is doing. PS: I don't know enough about the internal AppFuse workings, so if it is not possible to generate sources for these please let me know :) -- Regards, Kannan Ekanath

[appfuse-user] Re: Ehcache doesnt actually kick in

2009-01-12 Thread Kannan Ekanath
querying personManager.getAll(). Does someone see a problem with this? On Mon, Jan 12, 2009 at 10:18 AM, Kannan Ekanath wrote: > Hi Guys,Appfuse version 2.x > > Before I start my first question, thanks for building such a nice > framework. Before Appfuse, one had to assemble security, pers

[appfuse-user] Ehcache doesnt actually kick in

2009-01-12 Thread Kannan Ekanath
base and I get it reflected in the console. I enabled hibernate show sql and I can see queries getting fired. So apparently the cache is not being used. There are no errors what so ever in console or logs. Can someone tell me what is going wrong in this case? -- Regards, Kannan Ekanath