[appfuse-user] pickList in struts

2007-01-24 Thread Travers Snyman
Hi , Can anyone point me to an example using pickList.jsp in a struts framework ? I am using Appfuse 1.9.4. I can't figure out how to setup the rightList. Travers

Re: [appfuse-user] Creating eclipse project for appfuse 2.0

2007-01-24 Thread Michael Mehrle
Excellent tutorial - I actually didn't know that you could use maven to set your maven repo. Anyway, I ran mvn install eclipse:eclipse and got both projects this time - good stuff, thanks. Actually, I do have something to add to your little tutorial. We all make small mods to our projects (mis

Re: [appfuse-user] Suggestions for 2.0 maven build

2007-01-24 Thread Michael Mehrle
See comments below... So, I simply added the following to my pluginRepositories entries in pom.xml: ibiblio http://mirrors.ibiblio.org/pub/mirrors/maven2 That's strange. I'm willing to add this, but central (repo1.maven.org/maven2) is now hosted by Contegix, so the

Re: [appfuse-user] Creating eclipse project for appfuse 2.0

2007-01-24 Thread Matt Raible
On 1/24/07, Matt Raible <[EMAIL PROTECTED]> wrote: On 1/24/07, molecool <[EMAIL PROTECTED]> wrote: > > Usually I just run 'mvn eclipse:eclipse' and it creates a full-fledged > project including all the sub modules for me. For some reason I was only > able to create the core project, which is stra

Re: [appfuse-user] Creating eclipse project for appfuse 2.0

2007-01-24 Thread Matt Raible
On 1/24/07, molecool <[EMAIL PROTECTED]> wrote: Usually I just run 'mvn eclipse:eclipse' and it creates a full-fledged project including all the sub modules for me. For some reason I was only able to create the core project, which is strange. AFAICT, you need to run "mvn" from the top level be

Re: [appfuse-user] Suggestions for 2.0 maven build

2007-01-24 Thread Matt Raible
On 1/24/07, molecool <[EMAIL PROTECTED]> wrote: Okay, I just successfully ran all the rest for a 2.0 SpringMVC appfuse installation. Here are some of the issues I ran into: 1. external maven repos: I encountered the 'library not accessible' problem on my previous project as well. When I first

[appfuse-user] Creating eclipse project for appfuse 2.0

2007-01-24 Thread molecool
Usually I just run 'mvn eclipse:eclipse' and it creates a full-fledged project including all the sub modules for me. For some reason I was only able to create the core project, which is strange. The modules seem to be properly configured in the root pom, so this is strange anyone? Michael --

[appfuse-user] appfuse 2.0 only skeleton?

2007-01-24 Thread molecool
Sorry if I'm asking the obvious but knowing the 'old' appfuse I realized that the 2.0 implementation only has a 'hello world' class. When is this going to be fleshed out? I've gotten used to maven and would like to use 2.0 since I'm just getting started on a new project. Would hate having to use

[appfuse-user] Suggestions for 2.0 maven build

2007-01-24 Thread molecool
Okay, I just successfully ran all the rest for a 2.0 SpringMVC appfuse installation. Here are some of the issues I ran into: 1. external maven repos: I encountered the 'library not accessible' problem on my previous project as well. When I first ran the maven build I got this error message: [IN

[appfuse-user] How does g et mapped??? Couldn´t find out!

2007-01-24 Thread mmaia
I couldn´t find out how this is mapped for a struts action? -- View this message in context: http://www.nabble.com/How-does-%3Cdisplay%3Acolumn...-%3E-get-mappedCouldn%C2%B4t-find-out%21-tf3095705s2369.html#a8594534 Sent from the AppFuse - User mailing list archive at Nabble.com. -

Re: [appfuse-user] Equinox 1.7 WW SpringJDBC

2007-01-24 Thread Matt Raible
On 1/24/07, Scott Purcell <[EMAIL PROTECTED]> wrote: Hello, I am trying to get the Equinox 1.7 WW with Spring JDBC set up. I downloaded the zip and extracted it. I read the README and changed the jdbc.properties from posgres to mysql. Then after that I changed the applicationContext-jdb

Re: [appfuse-user] Source code for package org.appfuse.webapp in AppFuse2

2007-01-24 Thread Matt Raible
As part of 2.0, we hope to use XFire to web service enable the UserManager. Maybe this will help? Matt On 1/24/07, rays <[EMAIL PROTECTED]> wrote: As it will use web services for user authentication in the project. I was thinking to customize SignupAction rathe than come up with something of m

Re: [Fwd: Re: [appfuse-user] Source code for package org.appfuse.webapp in AppFuse2]

2007-01-24 Thread Matt Raible
One of the nice things about locking down the core classes is customizations become features. We can probably add something to SignupAction to make it configurable and keep the current behavior, but allow the type of behavior you're talking about. Matt On 1/24/07, Dale Newfield <[EMAIL PROTECTED

Re: [appfuse-user] Source code for package org.appfuse.webapp in AppFuse2

2007-01-24 Thread rays
As it will use web services for user authentication in the project. I was thinking to customize SignupAction rathe than come up with something of my own. Ray Matt Raible-3 wrote: > > AppFuse 2.x is quite a bit different from AppFuse 1.x in that we don't > give you the full source to start wi

[appfuse-user] Equinox 1.7 WW SpringJDBC

2007-01-24 Thread Scott Purcell
Hello, I am trying to get the Equinox 1.7 WW with Spring JDBC set up. I downloaded the zip and extracted it. I read the README and changed the jdbc.properties from posgres to mysql. Then after that I changed the applicationContext-jdbc.xml from to Then I added the mysql to

Re: [appfuse-user] Source code for package org.appfuse.webapp in AppFuse2

2007-01-24 Thread Matt Raible
AppFuse 2.x is quite a bit different from AppFuse 1.x in that we don't give you the full source to start with. This is designed to make it much easier to upgrade. That being said, I do recognize the success of 1.x and that create a full-source archetype might be desired by users. What do you ne

Re: [appfuse-user] Strange html:select behavior????

2007-01-24 Thread Matt Raible
Thanks for replying back with the solution! Matt On 1/24/07, mmaia <[EMAIL PROTECTED]> wrote: Hi, problem solved. Just used as was not being converted by container. regards. mmaia wrote: > > Hi, > I´m having problems with html:select (Struts) I have the following code on > my jsp: > >

Re: [appfuse-user] Strange html:select behavior????

2007-01-24 Thread mmaia
Hi, problem solved. Just used as was not being converted by container. regards. mmaia wrote: > > Hi, > I´m having problems with html:select (Struts) I have the following code on > my jsp: > > > >items="${requestScope.categor

[appfuse-user] Source code for package org.appfuse.webapp in AppFuse2

2007-01-24 Thread rays
Hi there, Where can I find the Java source files for the 'org.appfuse.webapp' package in AppFuse2, e.g., org.appfuse.webapp.action.SignupAction? Thanks in advance Ray -- View this message in context: http://www.nabble.com/Source-code-for-package-org.appfuse.webapp-in-AppFuse2-tf3084486s2369.ht

[appfuse-user] Appfuse based project needs advice

2007-01-24 Thread [EMAIL PROTECTED]
Hi there Perhaps a misplaced post but I value this forums users opinion. We have just finished the first features of a brandnew project using some sort of Appfuse 2.0 derived setup with JSF and Facelets. For many of the developers on this features this was their first encounter with these technolo

Re: [appfuse-user] How to categorize my tests?

2007-01-24 Thread Nick Tucker
Hi If you want to use annotations, to categorise your tests, then consider using TestNG. (see http://testng.org/doc/). This allows you to put a test in multiple groups. If you are using maven for your build process, then there are a few issues with TestNG (and also JUnit 4), but I don't think th

Re: [appfuse-user] How to categorize my tests?

2007-01-24 Thread Ach
Appfuse 1.9.4 JSF flavor. Matt Raible-3 wrote: > > Which version of AppFuse are you using? > > On 1/23/07, Ach <[EMAIL PROTECTED]> wrote: >> >> Hi friends, >> I decided to categorize my tests into 4 not necessarily disjoint sets: >> >> 1. unit tests : Quicky unit tests >> 2. slow tests: uni

[appfuse-user] Web Annotations

2007-01-24 Thread André Faria
I read the WW-1612 Issue (https://issues.apache.org/struts/browse/WW-1612) , and I would like to discuss some functionalities that annotations could give us, and if is possible or interesting to implement that in Struts 2. Please if you could write what you think about each topic... 1. I

[appfuse-user] Acegi ACL tutorial: File download fixed

2007-01-24 Thread Peter Schneider-Manzell
Hi all! For everyone, who tried to download the acegi acl tutorial files: I fixed the download at the tutorial page (http://raibledesigns.com/wiki/Wiki.jsp?page=AppFuseAcegiACL) Bye, Peter - To unsubscribe, e-mail: [EMAIL PROT

[appfuse-user] Overall page (app) with

2007-01-24 Thread Attila
Hello, how can I adjust the application (pages) with? I use AppFuse 1.9.4, css theme andreas01. Thanks bye -- View this message in context: http://www.nabble.com/Overall-page-%28app%29-with-tf3080320s2369.html#a8558329 Sent from the AppFuse - User mailing list archive at Nabble.com.

[appfuse-user] Invalid character in Table row

2007-01-24 Thread Attila
Hello, I've invalid character in Table rows, where the cell's data is a link. See attachment. http://www.nabble.com/file/5894/scr1.png scr1.png But in the source of generated htrml code nothing seems. What's this? Bye -- View this message in context: http://www.nabble.com/Invalid-chara

AW: [appfuse-user] Uploading image

2007-01-24 Thread Peter Schneider-Manzell
If you want to resize an image, take a look at this taglib: http://jakarta.apache.org/taglibs/sandbox/doc/image-doc/intro.html Bye, Peter -Ursprüngliche Nachricht- Von: Jonathan Tse [mailto:[EMAIL PROTECTED] Gesendet: Mittwoch, 24. Januar 2007 11:11 An: users@appfuse.dev.java.net Betref

[appfuse-user] Uploading image

2007-01-24 Thread Jonathan Tse
Hi all, I notice that there is quite a lot of code to handle one file upload in FileUploadController.java . Is there any helper library that can help to make the code shorter? Btw, what library do you use to resize image ? Best regards, Jonathan Tse -

Re: [appfuse-user] Using Eclipse debugger?

2007-01-24 Thread Matt Raible
If you're just getting started with AppFuse - you may take a look at what we're doing in 2.0. Since we're moving from Ant to Maven and XDoclet to Annotations, we have *much* better IDE support. In fact, if your IDE has good Maven 2 support, it's simply a matter of pressing a run button to build/t

Re: [appfuse-user] Using Eclipse debugger?

2007-01-24 Thread Marc Siramy
2007/1/24, theNuge <[EMAIL PROTECTED]>: I'm using the latest version of Appfuse and the latest release of Eclipse WTP (all in one 1.5.2). Eclipse WTP lets you set up dynamic webapp projects and run/debug them within eclipse on whatever appserver you want. I was hoping to use this same setup wi