AW: [appfuse-user] Style problem with german version of AppFuse

2007-02-12 Thread Peter Schneider-Manzell
Added issue HYPERLINK "http://issues.appfuse.org/browse/APF-640"http://issues.appfuse.org/browse/A PF-640 Bye, Peter _ Von: Matt Raible [mailto:[EMAIL PROTECTED] Gesendet: Freitag, 9. Februar 2007 13:53 An: [email protected] Betreff: Re: [appfuse-user] Style problem with ge

Re: [appfuse-user] Appfuse 2 tutorial for DaoTest

2007-02-12 Thread Tuncay A.
Ok. Matt Raible-3 wrote: > > I agree - it would be nice if it worked 100% with the IDEs. The good > news is it works much better than 1.x did (mainly due to XDoclet > issues). I think it *can* work, it's just a matter of figuring out > the configuration. You could probably setup an external

Re: [appfuse-user] Netbeans 5.5 with warpath

2007-02-12 Thread Michael Horwitz
Hi John, One quick trick worth trying if you are prepared to do some manual fix ups on the Netbeans setup is to add the jars under target/warpath to the project classpath. Please let me know when you have raised a Jira, and I will look into the problem. Thanks Mike. On 2/11/07, Matt Raible <[

Re: [appfuse-user] Calendar component and Date field for Appfuse 2.0

2007-02-12 Thread Fan
I am using the following in personForm.jsp : However , I cant get any Calendar component from the screen. when I tried to save the field with "1976-05-07", it showed the following message : Validation Error Invalid field value for field "person.dob". Matt Raible-3 wrote: > > You might tr

Re: [appfuse-user] Weird problem with one-to-many and composite id

2007-02-12 Thread Gilberto C Andrade
> > Thanks > > Travers > > parent class > > * @struts.form include-all="true" extends="BaseForm" > >* @hibernate.class table="qc_query_control" > >*/ > > public class QueryControl extends BaseObject implements Serializable { > >

[appfuse-user] Error for Appfuse AOP

2007-02-12 Thread Thomas Ramapuram
Hi, I'm not sure if I should be posting this here. A more appropriate forum would be Spring. However the problem is that when I try to use AOP for logging in appfuse I get an exception. The class and the xml Conf and the Exception are given below. I'm using Appfuse 2.0 with archtype 1.

Re: [appfuse-user] Calendar component and Date field for Appfuse 2.0

2007-02-12 Thread Matt Raible
If you remove the Scriptaculous and Prototype includes from the default.jsp decorator - does that help? As far as the date error - what happens if you use something like 05-07-1976? Matt On 2/12/07, Fan <[EMAIL PROTECTED]> wrote: I am using the following in personForm.jsp : However , I can

Re: [appfuse-user] Capturing and displaying picture as part of registration process

2007-02-12 Thread Richard Nduka
Hi All, I have a requirement in my appfuse 194 application to as part of a registration process include capturing and displaying pictures of individuals doing the registration. Please has anyone done this before? How do i go about doing this? Any suggestions would be welcomed and appreciated. I

[appfuse-user] override User code class and link OneToMany to any other class

2007-02-12 Thread ros
I've done http://www.appfuse.org/display/APF/AppFuse+Core+Classes fine with basic Appfuse2 Hibernate+Struts, but when I add relation to user core class (all org.appfuse.model classes are in project): import com.test.Contact; ... public class User extends BaseObject implements Serializable, UserD

Re: [appfuse-user] override User code class and link OneToMany to any other class

2007-02-12 Thread Matt Raible
Did you add your Contact object to both hibernate.cfg.xml and applicationContext.xml? Matt On 2/12/07, ros <[EMAIL PROTECTED]> wrote: I've done http://www.appfuse.org/display/APF/AppFuse+Core+Classes fine with basic Appfuse2 Hibernate+Struts, but when I add relation to user core class (all org

Re: [appfuse-user] override User code class and link OneToMany to any other class

2007-02-12 Thread ros
Right. Thanks Matt! -- View this message in context: http://www.nabble.com/override-User-code-class-and-link-OneToMany-to-any-other-class-tf3217084s2369.html#a8935791 Sent from the AppFuse - User mailing list archive at Nabble.com. ---

[appfuse-user] Re: hibernate one-to-one problem

2007-02-12 Thread 罗霄
I added session.clear() after the save action. And the problems solved. But it is still weird. why there is no user.userProfile cache after save action. It is not reasonable.sigh 2007/2/11, luo xiao <[EMAIL PROTECTED]>: Hi, All, I have to object. public class User {

[appfuse-user] DisplayTag Paging .. Questions

2007-02-12 Thread Mark Janveaux
Hi everyone, I'm curious if anyone out there can give me feedback as to how they're handling paging / sorting of results with appfuse based applications using DisplayTag and hibernate. Right now our application requires all objects from the query to be loaded into the session and then delegates

Re: [appfuse-user] DisplayTag Paging .. Questions

2007-02-12 Thread Matt Raible
Version 1.1 of the display tag supports external paging and sorting: http://displaytag.sourceforge.net/11/tut_externalSortAndPage.html Eric Hein posted his solution with Struts to the mailing list about a year ago. You might try searching the archives. We plan to add this natively to AppFuse i

Re: [appfuse-user] Capturing and displaying picture as part of registration process

2007-02-12 Thread Richard Nduka
Hi, Any assistance on this would be highly appreciated. Thanks a lot. On 2/12/07, Richard Nduka <[EMAIL PROTECTED]> wrote: Hi All, I have a requirement in my appfuse 194 application to as part of a registration process include capturing and displaying pictures of individuals doing the regis

Re: [appfuse-user] Capturing and displaying picture as part of registration process

2007-02-12 Thread Matt Raible
You could probably just do an image upload and store it as a blog in the database. I believe folks have done this with AppFuse before. You might try searching the archives, or looking at Spring's imagedb sample application. Matt On 2/12/07, Richard Nduka <[EMAIL PROTECTED]> wrote: Hi, Any ass