Re: [appfuse-user] IBM DB2

2008-10-21 Thread Matt Raible
Have you seen the database profiles page? It's just a matter of creating a DB2 profile in your pom.xml and then having a single JAR for your JDBC driver. On Tue, Oct 21, 2008 at 3:22 PM, jackalista <[EMAIL PROTECTED]> wrote: > > Hey Matt, > > Well, to put it more succinctly, what are the steps to

Re: [appfuse-user] IBM DB2

2008-10-21 Thread jackalista
Hey Matt, Well, to put it more succinctly, what are the steps to configure appfuse for *any* DB? I can abstract that for DB2 myself but I don't know what the general approach is for appfuse 2. Thanks dude... --j mraible wrote: > > On Tue, Oct 21, 2008 at 8:53 AM, jackalista <[EMAIL PROTECT

Re: [appfuse-user] Re[appfuse-user] commendation for a Multi-select Combo Box

2008-10-21 Thread Juan Heyns
Yet another one on the jQuery plugins: http://plugins.jquery.com/project/facelist Juan Martin Homik wrote: > Do you have any recommendation for a multi-select combo box with > autocomplete? I'm searching for a UI > Tag similar to the one I have seen in the SuperPoke application on Facebook > (s

Re: [appfuse-user] Re[appfuse-user] commendation for a Multi-select Combo Box

2008-10-21 Thread Juan Heyns
There's quite a number of them floating around. I haven't found one that is integrated with Struts2 so far. http://plugins.jquery.com/project/TextList If someone would like to collaborate on this I would also be interested in integrating it with Struts2. Juan Martin Homik wrote: > Do you have

Re: [appfuse-user] IBM DB2

2008-10-21 Thread Matt Raible
On Tue, Oct 21, 2008 at 8:53 AM, jackalista <[EMAIL PROTECTED]> wrote: > > Hey Matt, > > There's only 1 zip file, so there's no need to combine anything, so no. > Are you saying that the zip format might be the problem? > > Can you tell me the list of steps that need to be performed to allow appfu

[appfuse-user] Re[appfuse-user] commendation for a Multi-select Combo Box

2008-10-21 Thread Martin Homik
Do you have any recommendation for a multi-select combo box with autocomplete? I'm searching for a UI Tag similar to the one I have seen in the SuperPoke application on Facebook (see attachement). I'm using Struts2 as weblayer. I'd be happy with a simple and quick Struts2 non-ajax tag. But I am

[appfuse-user] form and display in a same page

2008-10-21 Thread MHL
Hi all. I have one question regarding how to code a page that displaying the search form and the results together. I am using the Spring MVC as the presentation layer. I am able to display the form, but I am not able to display the result from the referenceData() function at all. can somebone pl

Re: [appfuse-user] Issue sending HTML emails

2008-10-21 Thread Aakhunaten
BTW, no mail.jar or activation.jar in the lib directory as well. Aakhunaten wrote: > > I did. There are no exceptions and the body and subject is being sent. > Also, the issue is only with emails with HTML content; plain text emails > do reach the recipient (subject, body all in place). I am r

Re: [appfuse-user] Issue sending HTML emails

2008-10-21 Thread Aakhunaten
I did. There are no exceptions and the body and subject is being sent. Also, the issue is only with emails with HTML content; plain text emails do reach the recipient (subject, body all in place). I am really at a loss now... its been 3 days since I have been trying to solve this issue. Aakhunat

Re: [appfuse-user] IBM DB2

2008-10-21 Thread jackalista
Hey Matt, There's only 1 zip file, so there's no need to combine anything, so no. Are you saying that the zip format might be the problem? Can you tell me the list of steps that need to be performed to allow appfuse to use DB2? As I'm kind of new to both appfuse 2.x and maven I'm not sure wha

Re: [appfuse-user] Issue sending HTML emails

2008-10-21 Thread Matt Raible
Have you tried debugging the application? You might ensure that Tomcat doesn't have any mail.jar/activation.jar in its classpath. Matt On Mon, Oct 20, 2008 at 8:12 AM, Aakhunaten <[EMAIL PROTECTED]> wrote: > > I am trying to send HTML emails using gmail smtp. The app is hosted in > tomcat6. The c

Re: [appfuse-user] IBM DB2

2008-10-21 Thread Matt Raible
Have you tried combining the zips into a single JAR and installing that? On Mon, Oct 20, 2008 at 4:18 PM, jackalista <[EMAIL PROTECTED]> wrote: > > One more clue: I just checked my repository in ~/.m2/repository and since I > tried running the mvn install:install-file cmd using both "db2java" and

Re: [appfuse-user] external paging and sorting in struts modular project

2008-10-21 Thread divxer
I followed that web page, then got my DAO and DAOHibernate in core. In web, I got my PersonAction. But how to write Mananger in core and web to conect Hibernate and struts? Thanks! Alex Coles wrote: > > 2008/10/20 <[EMAIL PROTECTED]>: >> hi, >> i am a newbie to learn appfuse. I want to g