Re: [appfuse-user] Display problem with menu in simplicity theme

2007-01-17 Thread obrienk
wnqq wrote: > > What do you mean by "keeping the menu trim"? > I mean I limit the menu so that it only takes up one line. This is not ideal though. Good luck, Karl O Brien. -- View this message in context: http://www.nabble.com/Display-problem-with-menu-in-simplicity-theme-tf2324121s2369

Re: [appfuse-user] Changing default extension from *.html to *.??

2007-01-17 Thread Matt Raible
I've created a poll so everyone can vote on their favorite extension. http://appfuse.org/pages/viewpage.action?pageId=495 You'll need to create an account and login to vote. To do this, go to View > Account > Sign Up (or login if you already have an account). Thanks! Matt On 1/16/07, Sanjiv J

[appfuse-user] GoogleMap JSTL Tag in AppFuse 1.9.4

2007-01-17 Thread Attila
Hello, I wondering if any has succesfully used GoogleMap JSTL Tag in AppFuse 1.9.4! http://www.lamatek.com/GoogleMaps/ I've created 2 pages: one map.jsp and one gmap.xhtml. The first one is rendered well, but the second not yet, only the static text Please help what is wrong I want to

Re: [appfuse-user] Display problem with menu in simplicity theme

2007-01-17 Thread wnqq
obrienk wrote: > > I mean I limit the menu so that it only takes up one line. This is not > ideal though. > Thank you for your explanation. This problem happens even on a clean and un-modified application that was automatically generated by AppFuse 1.9.4. I will fire a JIRA issue for this p

Re: [appfuse-user] Changing default extension from *.html to *.??

2007-01-17 Thread Michael Horwitz
Matt, I have successfully used Dojo with SpringMVC while still keeping the .html extension by using a filter to redirect any non-dojo requests to the Spring servlet. This approach has two nice side effects: 1) the servlet container can use its default handling for all static content and 2) one ca

[appfuse-user] ChangeLog

2007-01-17 Thread André Faria
Where can we see the changelog of the yesterday snapshot 2.1.0? Regards, */André Faria/* // - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[appfuse-user] getHibernateLazyInitializer

2007-01-17 Thread orodsem
Hi all, My application works fully perfect in windows, but when I deployed it in Linux, I've got getHibernateLazyInitializer Error and nothing works at all. could you please help me? thanks in advance. -- View this message in context: http://www.nabble.com/getHibernateLazyInitializer-tf302706

[appfuse-user] Core JSF ( myFaces ) without Facelets in Appfuse 1.9.4

2007-01-17 Thread Attila
Hello, how can I use/write a page without facelets? What can I configure? Thanks Bye, Bye -- View this message in context: http://www.nabble.com/Core-JSF-%28-myFaces-%29-without-Facelets-in-Appfuse-1.9.4-tf3027120s2369.html#a8409811 Sent from the AppFuse - User mailing list archive at Nabble.c

Re: [appfuse-user] ChangeLog

2007-01-17 Thread Michael Horwitz
Hi, There is no 2.1.0 snapshot - the current development version is 2.0-m3-SNAPSHOT which you can find in the AppFuse repository: http://static.appfuse.org/repository Mike. On 1/17/07, André Faria <[EMAIL PROTECTED]> wrote: Where can we see the changelog of the yesterday snapshot 2.1.0? Reg

Re: [appfuse-user] getHibernateLazyInitializer

2007-01-17 Thread Michael Horwitz
Hi, Could you give a few more details as to the environments you are deploying into? e.g. AppFuse version, servlet container + version, and any stack trace that could help. Thanks Mike On 1/17/07, orodsem <[EMAIL PROTECTED]> wrote: Hi all, My application works fully perfect in windows, bu

[appfuse-user] synchronized block?

2007-01-17 Thread maskkkk
I've been reading here in my "Passing the Sun Certified Web Component Developer Exam" that inside a [b]synchronized block[/b] is where you ought to put your access to the Session and your access to the ApplicationContext inside a servlet. Now this would lead me to believe that since SpringMVC is

Re: [appfuse-user] Retrieve current user information in JSP page

2007-01-17 Thread misun chung
I could use acegi authentication tag library. Thanks! On 1/16/07, Matt Raible <[EMAIL PROTECTED]> wrote: If you look in userForm.jsp, you should see the code you need. If you navigate through an Action/Controller first, you could grab the object from Acegi and expose it to the JSP. You a

RE: [appfuse-user] OT - Image Gallery

2007-01-17 Thread Richard Reyes
Hi Matt, Everybody, Hope you guys have any suggestion. TIA! Richard From: Richard G. Reyes [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 17, 2007 11:24 AM To: Affuse Users List Subject: [appfuse-user] OT - Image Gallery Hi Guys, Forgive the OT, any ideas how I can accompl

[appfuse-user] Solaris 10

2007-01-17 Thread Luke
I don't have much experience with Solaris, but I noticed Sun has made it free and it can now run on non Sun hardware as well. They are pushing it as a great development and deployment platform: http://developers.sun.com/solaris/learning/new2solaris/ Anyone set up the Appfuse dev environment on S

Re: [appfuse-user] why excludes="*mock.jar" in build.xml ?

2007-01-17 Thread Nathaniel Rahav
I am trying to find a way to call a Spring MVC controller from within a service-layer manager (accessed by the client via DWR) and to take the HTML output of the result and send it back to the client to dynamically update an html component on the client side. Admittedly, this is a hack, and i'm co

Re: [appfuse-user] Solaris 10

2007-01-17 Thread Matt Raible
On 1/17/07, Luke <[EMAIL PROTECTED]> wrote: I don't have much experience with Solaris, but I noticed Sun has made it free and it can now run on non Sun hardware as well. They are pushing it as a great development and deployment platform: http://developers.sun.com/solaris/learning/new2solaris/

Re: [appfuse-user] OT - Image Gallery

2007-01-17 Thread Matt Raible
I haven't done this in quite a few years - hence my reason for no suggestions. ;-) I'd suggest using Flickr and its APIs if possible. Of course, you can do what you're asking for - you could check Spring's imagedb sample application for code. Matt On 1/17/07, Richard Reyes <[EMAIL PROTECTED]>

Re: [appfuse-user] Changing default extension from *.html to *.??

2007-01-17 Thread Matt Raible
On 1/17/07, Michael Horwitz <[EMAIL PROTECTED]> wrote: Matt, I have successfully used Dojo with SpringMVC while still keeping the .html extension by using a filter to redirect any non-dojo requests to the Spring servlet. This approach has two nice side effects: 1) the servlet container can use i

Re: [appfuse-user] Core JSF ( myFaces ) without Facelets in Appfuse 1.9.4

2007-01-17 Thread Matt Raible
In 1.9.4, we switched from using JSP to Facelets because it works *much* better when using JSF. http://issues.appfuse.org/browse/APF-463 If you'd prefer to use JSP with JSF, you can use an older version of AppFuse. However, using JSF with JSP is a headache and you really don't want to go down t

Re: [appfuse-user] ChangeLog

2007-01-17 Thread Matt Raible
The best place to find the roadmap (for upcoming releases) and changelog (for past releases) is in JIRA: Road Map: http://issues.appfuse.org/browse/APF?report=com.atlassian.jira.plugin.system.project:roadmap-panel Change Log: http://issues.appfuse.org/browse/APF?report=com.atlassian.jira.plugi

[appfuse-user] Getting Icesoft to work in Appfuse 1.9.4 with JSF framework

2007-01-17 Thread shazam
Hi, I have been trying to get Icesoft integrated into my Appfuse 1.9.4 application but can't seem to get it to work. Has anyone been able to get it to work and can share their notes? Icesoft's widgets are a lot better than Ajax4JSF, if you can get it to work. Any assistance would be appreciated.

Re: [appfuse-user] Getting Icesoft to work in Appfuse 1.9.4 with JSF framework

2007-01-17 Thread Matt Raible
You might try searching/asking on the Icefaces forums. http://support.icesoft.com/jive/forumcategory.jspa?categoryID=5 Since Ajax4JSF doesn't provide any functionality in AppFuse core, you should be able to remove its .xhtml page, it's JARs, its build.xml listing and its registration in web.xml.

Re: [appfuse-user] Core JSF ( myFaces ) without Facelets in Appfuse 1.9.4

2007-01-17 Thread Attila
Thanks Matt for a quick reply!!! My root problem is, to integrate GoogleMaps JSP tags into my project. I have to iterate over the the gps coordinates from a managed bean ( I've read and tested http://www.stephenpasco.com/index.php?option=com_content&task=view&id=24&Itemid=28, but this doesn't see

Re: [appfuse-user] GoogleMap JSTL Tag in AppFuse 1.9.4

2007-01-17 Thread Nathan Anderson
It sounds like your container (Tomcat?) doesn't know what to do with the .xhtml extension. But then again, I don't know JSF :/ Nathan Attila wrote: Hello, I wondering if any has succesfully used GoogleMap JSTL Tag in AppFuse 1.9.4! http://www.lamatek.com/GoogleMaps/ I've created 2 pages: one

[appfuse-user] Call default JSF managed bean method

2007-01-17 Thread [EMAIL PROTECTED]
Hi Appfuse is using the struts-menu for its menu system and I like it so I would prefer not to change it. Not my problem is that you define the links for the menu in the menu-config.xml file. That means NO JSF stuff there :| I have a link to a JSF page where the backing bean has a method that I

[appfuse-user] The first web-development platform comparison

2007-01-17 Thread Gilberto C Andrade
Something very interesting will happen! :) http://news.innoopract.com/c.html?rtr=on&s=ii1,21h9,17e,db1m,ku3,khts,arm8 Gilberto - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [appfuse-user] Getting Icesoft to work in Appfuse 1.9.4 with JSF framework

2007-01-17 Thread shazam
I have not found any relevant info at Icesoft. There are two ways Appfuse can be changed. 1. is to follow the JSF integration steps. When I do that I get this error: org.w3c.dom.DOMException: HIERARCHY_REQUEST_ERR: An attempt was made to insert a node where it is not permitted. at org.apache.xerc

Re: [appfuse-user] Getting Icesoft to work in Appfuse 1.9.4 with JSF framework

2007-01-17 Thread Matt Raible
According to the following page, it looks like you just need to configure the view-handler in faces-config.xml. http://www.icesoft.com/developer_guides/icefaces/htmlguide/gettingstarted/TimezoneTutorial29.html Matt On 1/17/07, shazam <[EMAIL PROTECTED]> wrote: I have not found any relevant in

Re: [appfuse-user] Getting Icesoft to work in Appfuse 1.9.4 with JSF framework

2007-01-17 Thread shazam
I think there are many things that need to be changed: 1. Make sure to have the following jar files (per Icesoft forum): Common Jars ** backport-util-concurrent.jar commons-beanutils.jar commons-collections.jar commons-digester.jar commons-discovery.jar commons-el.jar commons-file

Re: [appfuse-user] Getting Icesoft to work in Appfuse 1.9.4 with JSF framework

2007-01-17 Thread Matt Raible
On 1/17/07, shazam <[EMAIL PROTECTED]> wrote: I think there are many things that need to be changed: 1. Make sure to have the following jar files (per Icesoft forum): Common Jars ** backport-util-concurrent.jar commons-beanutils.jar commons-collections.jar commons-digester.jar c

Re: [appfuse-user] Getting Icesoft to work in Appfuse 1.9.4 with JSF framework

2007-01-17 Thread shazam
I changed the faces servlet mapping to use icesofts Persistent Faces as follows: Persistent Faces Servlet *.html Now the menu shows up and the pages can be references as .html again. The content is still not showing up. I am also noticing the managed beans are not coming

[appfuse-user] password confirm bug

2007-01-17 Thread W. Ivan Coro
Hello All, I'm sure somebody found this, but I'm reporting it just in case. When changing a user password in version 1.9.4, the confirm password field that is shown after submission is not encrypted. I've confirmed this bug in the demo site (spring mvc). Ivan ___

Re: [appfuse-user] password confirm bug

2007-01-17 Thread Matt Raible
Can your provide a detailed list of steps to reproduce this issue? Thanks, Matt On 1/17/07, W. Ivan Coro <[EMAIL PROTECTED]> wrote: Hello All, I'm sure somebody found this, but I'm reporting it just in case. When changing a user password in version 1.9.4, the confirm password field that is sh

RE: [appfuse-user] OT - Image Gallery

2007-01-17 Thread Richard G. Reyes
Hi Matt, Thanks for the input. Unfortunately I think flickr api is not under lgpl or any other slightly similar license and we cant use it in our products. Best regards, Richard > -Original Message- > From: Matt Raible [mailto:[EMAIL PROTECTED] > Sent: Thursday, January 18, 2007 1:18 AM

[appfuse-user] jtds help

2007-01-17 Thread Luke McLean
Sorry about this but I'm new to maven and I cannot follow the logic as to how maven knows which dependencies to download to the user's repository. I need to use evil mssql for my project, so I assume that I need to add jtds as a dependency? http://repo1.maven.org/maven2/net/sourceforge/jtds/jtds

Re: [appfuse-user] AppFuse 2.0

2007-01-17 Thread Luke McLean
I also got the same error using 2.0.4 from the commandline for both hibernate-annotations and hibernate files. These both try to get downloaded from an https repository that isn't listed in the pom. The only way I could get mvn to continue was to download the 2 jars individually from the central

Re: [appfuse-user] AppFuse 2.0

2007-01-17 Thread Matt Raible
On 1/17/07, Luke McLean <[EMAIL PROTECTED]> wrote: I also got the same error using 2.0.4 from the commandline for both hibernate-annotations and hibernate files. These both try to get downloaded from an https repository that isn't listed in the pom. The only way I could get mvn to continue was