[appfuse-user] Question about retrieving a section of a div with id

2007-11-30 Thread Yongping
content, then write back into page? I mean programmatically in java. Many thanks and have a good weekend. Yongping -- View this message in context: http://www.nabble.com/Question-about-retrieving-a-section-of-a-div-with-id-tf4922239s2369.html#a14086130 Sent from the AppFuse - User mailing list archive

Re: [appfuse-user] Question about error message on signup page

2007-11-29 Thread Yongping
abling error messages on each field. > > Matt > > On Nov 29, 2007, at 11:06 AM, Yongping wrote: > >> >> Normally there is an erorr printed out on top of this page and >> corresponding >> field when it's required (if blank). However I notice field of &g

[appfuse-user] Question about error message on signup page

2007-11-29 Thread Yongping
ouple of questions I have: 1. Is there any way I can put (repeat) that error on the top of Country? 2. What can I do to disable errors on top of specific fields (if impossible for question 1)? I want error message presented consistantly. Thanks Yongping -- View this message in context:

Re: [appfuse-user] AppFuse 2.0.1 Jetty Error

2007-11-28 Thread Yongping
Please run mvn clean first, then mvn jetty:run-war to see if it works for you. Yongping hkadejo wrote: > > xfire-servlet.xml doesn't exist in WEB-INF > why? > any solution? > > thanks... > > > Yongping wrote: >> >> Looks like xfire-servlet.x

[appfuse-user] Doubts on checkbox

2007-11-28 Thread Yongping
User-validation like However 1. there is no required indicator (*) showing up on screen page. 2. this new rule is not invoked when I didn't check it and hit submit button. Any ideas? Thanks Yongping -- View this message in context: http://www.nabble.com/Doubts-on-che

Re: [appfuse-user] AppFuse 2.0.1 Jetty Error

2007-11-28 Thread Yongping
Looks like xfire-servlet.xml doesn't exist in WEB-INF. Please check it. Yongping hkadejo wrote: > > I run mvn jetty:run in projects (Spring and Struts) and... > > [myproject] ERROR [main] ContextLoader.initWebApplicationContext(206) | > Context i

Re: [appfuse-user] [2.01]problem occurred when running mvn jetty:run-war against local source/resource

2007-11-27 Thread Yongping
It's good to know this option. Thank you. I checked the output file and find a lot of debug lines saying (removed - nearer found: 2.0.5) regarding springframework. In the end, springframework core is 2.0.5 is added into classpath. Yongping Mike Horwitz wrote: > > On Nov 27, 2

Re: [appfuse-user] [2.01]problem occurred when running mvn jetty:run-war against local source/resource

2007-11-27 Thread Yongping
It's a build error. So there is no chance to get a built war. Thanks Yongping Mike Horwitz wrote: > > Can you confirm that in the war built in the target directory the Spring > version is 2.5 for all spring jar files in WEB-INF/lib? > > Mike > > On 11/27/07,

Re: [appfuse-user] [2.01]problem occurred when running mvn jetty:run-war against local source/resource

2007-11-27 Thread Yongping
Actually I modified POM file in a couple places for using JPA. But just in case, I checked my POM file and find: 2.0.1 2.5 Looks like the short-cut (maven.test.skip=true) caused problems on dependencies (lib) but I just couldn't figure it out. Please help to fix it. Yongping mraible

Re: [appfuse-user] [2.01]problem occurred when running mvn jetty:run-war against local source/resource

2007-11-26 Thread Yongping
method findAnnotation(Meth od, Class ) in the type AnnotationUtils is not applicable for the arguments (Class, Class) Any comments (I use Struts Basic)? Thanks a lot Yongping mraible wrote: > > Check for duplicate persistence.xml files in your source tree (i.e. > src/main/resource and

[appfuse-user] [2.01]problem occurred when running mvn jetty:run-war against local source/resource

2007-11-26 Thread Yongping
:375) I am not quite familiar with Maven. Not sure if something wrong with configuration in POM file. Thanks a lot for help. Yongping -- View this message in context: http://www.nabble.com/-2.01-problem-occurred-when-running-mvn-jetty%3Arun-war-against-local-source-resource-tf4878473s2369.html

[appfuse-user] Why dbunit failed to load sampe data into a table

2007-11-16 Thread Yongping
I played with AppFuse for a couple of weeks. So far so good. I like it. I tried to add new DAO, Entity and Service. Everything worked perfectly. However dbunit seems failed to load test data defined in sample-data.xml into a little bit special table. I called it a little bit specail because it ha

Re: [appfuse-user] Label position problem

2007-11-12 Thread Yongping
Thanks for your info. -- View this message in context: http://www.nabble.com/Label-position-problem-tf4792492s2369.html#a13710598 Sent from the AppFuse - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMA

[appfuse-user] Label position problem

2007-11-12 Thread Yongping
I am new to Appfuse but like to play with it. I couldn't figure out how to change label position in login page, e.g. from top of a text field to left of it. Anyone can help me? Thanks -- View this message in context: http://www.nabble.com/Label-position-problem-tf4792492s2369.html#a13709789 Sen

[appfuse-user] Field 'xxx' doesn't have a default value?

2007-10-25 Thread Yongping
Hi, all Appfuse 2.0 works fine on my machine. However I got a problem (which confused me a lot) when I run mvn test -Dtest=UserDaoTest after I added a couple more fields in User (model) class and test data in sample-data.xml. The error message looks like [ERROR] BUILD ERROR [INFO] -