Re: [appfuse-user] Validation on deletes

2009-08-23 Thread Waldo Rochow
Has this ever been solved? I tried applying requiredif and validWhen but without any luck. I have a JavaScript hack that will sort of work, but it's really gross. Waldo On Mon, Oct 20, 2008 at 3:01 AM, John Vance wrote: > > I'm having the same problem. > > I guess the solution is to not POST

Re: [appfuse-user] Linux / Tomcat issue

2009-02-12 Thread Waldo Rochow
it are Sun and the military. > > It may be worth asking if you could have the security policy disabled by > default, if not see if you can get a policy file like this applied: > > grant { > permission java.security.AllPermission; > }; > > Good luck, > Nathan &

Re: [appfuse-user] Linux / Tomcat issue

2009-02-12 Thread Waldo Rochow
mate causes, same ultimate > cause in both cases: some log factory property cannot be read, presumably > because some java.util.PropertyPermission in the policy is set too strict. > > 1. Top of strack trace: > > On Wed, Feb 11, 2009 at 9:26 AM, Waldo Rochow > appf...@cap

Re: [appfuse-user] Linux / Tomcat issue

2009-02-11 Thread Waldo Rochow
ctory.java:1725) ... 38 more On Mon, Feb 9, 2009 at 11:40 AM, Matt Raible wrote: > I plan on removing this from 2.1. > > Matt > > On Mon, Feb 9, 2009 at 8:55 AM, Waldo Rochow wrote: > >> Matt, >> >> Thanks for spending the time. Since that feature isn't i

Re: [appfuse-user] Linux / Tomcat issue

2009-02-09 Thread Waldo Rochow
t; > Utility to track the current users on your site, and where they've been in > detail. This allows you to track 'click streams' or 'traffic paths' across > your site. > > > MessAdmin is another tool that does this. > > http://messadmin.s

Re: [appfuse-user] Linux / Tomcat issue

2009-02-09 Thread Waldo Rochow
Matt, Thanks... I'm away from the office now, but can you tell me what ClickstreamListener does and if it can be removed easily? Waldo Waldo Rochow Information Technology Prime Capra International Inc. 1557 Bella Vista Dr. Cumberland, Ontario K4C 1A7 http://www.capra.net On Mon, Feb 9,

Re: [appfuse-user] Linux / Tomcat issue

2009-02-09 Thread Waldo Rochow
mvn package" > and copy target/yourapp-version.war to $CATALINA_HOME/webapps and run it. If > it fails to start, look at the log files in $CATALINA_HOME/logs. > Hope this helps, > Matt > > On Sun, Feb 8, 2009 at 8:35 AM, Waldo Rochow wrote: >> >> Hi all, >>

[appfuse-user] Linux / Tomcat issue

2009-02-08 Thread Waldo Rochow
Hi all, I am trying to get an appfuse project deployed into Tomcat5.5. When I go to the http://localhost:8080/myappname I get a generic Tomcat 404 error, yet the Tomcat sample war (http://tomcat.apache.org/tomcat-5.5-doc/appdev/sample/) works fine. What's also odd is that the description of the 40

[appfuse-user] AppGen and CamelCase

2008-03-27 Thread Waldo Rochow
Has anyone been able to use AppGen with a POJO that has a CamelCase name such as "FireTruck"? When I run it and click on "FireTruck List" in the menu, the console shows the following: [tutorial-spring] WARN [btpool0-1] PageNotFound.noHandlerFound(1063) | No mapping for [/fireTrucks.html] in Di

Re: [appfuse-user] tutorial-spring: PersonFormController - form post not going to onSubmit

2008-03-15 Thread Waldo Rochow
with this appfuse newbie. Waldo Matt Raible wrote: Have you tried comparing your code to the completed tutorial? http://appfuse-demos.googlecode.com/files/appfuse-demos-2.0.1.tar.gz Thanks, Matt On 3/9/08, Waldo Rochow <[EMAIL PROTECTED]> wrote: I have added this work-ar

Re: [appfuse-user] tutorial-spring: PersonFormController - form post not going to onSubmit

2008-03-09 Thread Waldo Rochow
FormController.showNewForm(337) | Displaying new form I'm still stumped. Shouldn't the contents of the text fields be bound to the command object on submit? I've since also tried downloading the project from Google Code, and it won't run either. Hasn't anyone run

Re: [appfuse-user] tutorial-spring: PersonFormController - form post not going to onSubmit

2008-03-09 Thread Waldo Rochow
PersonFormController.onSubmit(71) | The original person is: [EMAIL PROTECTED],firstName=Matt,lastName=Raible] [cbeyond] DEBUG [btpool0-1] PersonFormController.onSubmit(73) | The updated person is: [EMAIL PROTECTED],firstName=Matt,lastName=Raible] I don't know if this is related, but

[appfuse-user] tutorial-spring: PersonFormController - form post not going to onSubmit

2008-03-09 Thread Waldo Rochow
I'm hoping that someone can help me. I have been running through the spring tutorial with hibernate, and all was going well until the PersonFormController. The behavior that I'm seeing is that when editing a person, I click on the save button and get redirected to the persons list. The changes