[appfuse-user] how to keep format in velocity file

2006-12-13 Thread kkus
In .vm file, I am trying keep its format by using html as below and send it to my yahoo and gmail accounts. name quantity #foreach ($orderItem in $o

[appfuse-user] Struts 1.2 project advice on path

2006-12-13 Thread Scott Purcell
Hello, I have an ecommerce site that I created with Struts 1.2 a year or so ago. Anyway, the site is happy, but I want to take the code to the next level. The site is not using any IOC nor any persistence framework. I would like to Migrate site from 1.2 struts to something like a SpringIOC + we

[appfuse-user] IE Problem rendering generated XHTML pages

2006-12-13 Thread patz
I use appfuse 1.9.4 with facelets 2.0. My XHTML pages contain a valid XHTML 1.0 Transitional header and Firefox 2.0 renders the generated pages correctly. IE 6.0 renders the geneated pages incorrectly seeming to use HTML 4.0 mode ?? I read Matt's comment (subject: "IE7 Strict Rendering") about I

Re: [appfuse-user] How to print entire list in display tag

2006-12-13 Thread Ron Anderson
There are some properties that also might help at http://displaytag.sourceforge.net/10/configuration.html See the export.amount property. These are set up in the /WEB-INFO/classes/displaytag.properties file. Ron - Original Message From: pankaj singla <[EMAIL PROTECTED]> To: users@app

Re: [appfuse-user] How to print entire list in display tag

2006-12-13 Thread pankaj singla
Hi Matt, Thanks for the reply. I change the page list to a bigger value. I was thinking that there might be some flag in display tag where I could indicate to print the entire list. But this is also fine. Thanks, Pankaj --- Matt Raible <[EMAIL PROTECTED]> wrote: > The only way I know how t

Re: [appfuse-user] duplicate key violates unique constraint "app_user_pkey"

2006-12-13 Thread Luiz Fernando Rodrigues
I believe you dont need a duplicated username to get this sort of error. UserManagerImpl throws UserExistsException when there is a DataIntegrityViolationException and logs a dulicated user name message. Maybe you are violating another constrain. public void saveUser(User user) throws UserExistsE

Re: [appfuse-user] Missing artifacts

2006-12-13 Thread Matt Raible
It looks like it's there: https://maven2-repository.dev.java.net/source/browse/maven2-repository/trunk/www/repository/javax/el/ https://maven2-repository.dev.java.net/ I'm still undecided on whether we should publish AppFuse to java.net or repo1.maven.org? The latter is probably better, but si

Re: [appfuse-user] Missing artifacts

2006-12-13 Thread Ben Gill
Excellent, thanks.. I cannot find it in java.net repo but I maybe looking in wrong place.. Cheers On 13/12/06, Matt Raible <[EMAIL PROTECTED]> wrote: I removed http://delo.dcs.fmph.uniba.sk/sioux/maven2/ a while back, maybe it's still needed? http://fisheye4.cenqua.com/browse/appfuse/trunk/

Re: [appfuse-user] Missing artifacts

2006-12-13 Thread Matt Raible
I removed http://delo.dcs.fmph.uniba.sk/sioux/maven2/ a while back, maybe it's still needed? http://fisheye4.cenqua.com/browse/appfuse/trunk/web/jsf/pom.xml?r1=2048&r2=2105 I thought it was in java.net's repo now. Matt On 12/13/06, Ben Gill <[EMAIL PROTECTED]> wrote: Hi, I am setting up appf

Re: [appfuse-user] duplicate key violates unique constraint "app_user_pkey"

2006-12-13 Thread Matt Raible
I've seen this on PostgreSQL before when running tests. Strangely enough, it goes away the 2nd time I run the test. I haven't figured out why this happens. Matt On 12/13/06, Trần Văn Hùng <[EMAIL PROTECTED]> wrote: Dear all, I use Appfuse 1.9.4, when I login as 'mraible' (root role), I add u

[appfuse-user] duplicate key violates unique constraint "app_user_pkey"

2006-12-13 Thread Trần Văn Hùng
Dear all, I use Appfuse 1.9.4, when I login as 'mraible' (root role), I add username 'tvhung' and fill full info to form and submit. I have exception below. I check in db that there are 2 user differ from tvhung user. It is not ' duplicate key ' Could anyone explain me for this. Thanks, Hung Tran

Re: [appfuse-user] IE6 and 7 Strict Rendering XHTML - DOC-TYPE switching

2006-12-13 Thread patz
Are there any news howto work around doctype switching in IE6 snd 7 ? I have a lot of problems rendering XHTML pages with IE 6 coming from a designer to be implemented in an existing site based on appfuse 1.9.4 with facelets. Regards Patrick Bron wrote: > > Most of the Appfuse themes do not d

[appfuse-user] Missing artifacts

2006-12-13 Thread Ben Gill
Hi, I am setting up appfuse 2.0 to play around with and am missing 2 artifacts for the JSF stuff. [INFO] Failed to resolve artifact. Missing: -- 1) com.sun.el:el-ri:jar:1.2 Try downloading the file manually from the project website. Then, install it using the command: mvn insta

[appfuse-user] Problem with struts-menu template?

2006-12-13 Thread Jasper Huzen
Hi, I'm using appfuse, with the struts-menu as menu generator. When i tried to use a sub sub menu, it fails (wrong layout). I tried code like: When i use this, the menu items after this statement, will be placed under the other items instead of left next to it. (i us