RE: [appfuse-user] Call default JSF managed bean method

2007-02-08 Thread Mark Dopheide
oblem. I downloaded the source for this project, but didn't see any JARs or XML that have the solution to the problem. Is this On-Load Action Listener similar? http://jsf-comp.sourceforge.net/components/onload/index.html Thanks, Matt > > > > Matt Raible-3 wrote: > > >

RE: [appfuse-user] Using Trinidad (ASF) instead MyFaces, how to replace

2007-01-27 Thread Mark Dopheide
Atilla, I would like to help, but essentially I just followed the instructions at the trinidad wiki and it worked for me. The learning curve with the Trinidad components is a little steep and rocky, but I'm also seeing productivity gains after spending the time to learn some of the basics. Mark

RE: [appfuse-user] RE: Using Trinidad (ASF) instead MyFaces, how to replace

2007-01-26 Thread Mark Dopheide
Attila, Why not post the error you are getting? Mark -Original Message- From: Attila [mailto:[EMAIL PROTECTED] Sent: Friday, January 26, 2007 5:05 PM To: users@appfuse.dev.java.net Subject: [appfuse-user] RE: Using Trinidad (ASF) instead MyFaces, how to replace Hello Mark, I've fol

RE: [appfuse-user] Using Trinidad (ASF) instead MyFaces, how to replace

2007-01-26 Thread Mark Dopheide
Attila, I added Trinidad to appfuse 1.9x Look here for more info http://incubator.apache.org/adffaces/installation.html#General%20Installatio n In the future, if you want specific help then post detailed information related to your problem or ask trinidad questions here: http://mail-archives.

RE: [appfuse-user] Call default JSF managed bean method

2007-01-18 Thread Mark Dopheide
Yes! There is a cool add-in that I use for exactly this purpose. Check out http://sourceforge.net/projects/jsfcomp/ It's a sweet little phase listener that you can easily and seamlessly add to handle this very thing. Since you can pass url's like /myurl.html?cid=12 it gives convenient bookmarkin

RE: [appfuse-user] Use JSP in JSF w/ AppFuse 1.9.4

2007-01-16 Thread Mark Dopheide
Matt, Assuming you are using Myfaces, then you might take a look at using pageFlowScope, I've used it in Trinidad and apparently it is available in MyFaces also. See http://incubator.apache.org/adffaces/devguide/communicatingBetweenPages.html Mark -Original Message- From: Matt Raibl

Re: [appfuse-user] Seeking Framework Help

2006-12-17 Thread Mark Dopheide
Scott, I implemented a simple technique for doing this using an onclick javascript, my JSF button has this action: action="#{courseRegister.coursePay}" immediate="true"> my wait script looks like this: function wait() { document.getElementById("main

Re: [appfuse-user] AppFuse - Spring Question

2006-12-08 Thread Mark Dopheide
acate, When you do your build for the deployment server, then something like "ant -Ddb.host=dbhostname ..." should work Mark acate wrote: Please re-read my question. The server names will not be the same. Fadi Samara wrote: well it depends where your database is located. It is on the