Re: [appfuse-user] invoking the edit method of a form bean programmatically

2008-02-07 Thread Matt Raible
I believe it's possible to do what you'd like to do. Unfortunately, I've never done this with JSF, so I can't really offer any advice. Matt On 2/5/08, sudheerp <[EMAIL PROTECTED]> wrote: > > Hello Matt, > > Thanks for the reply. It is not the error, I want to switch between > forms, ie, > I

Re: [appfuse-user] using sub packages

2008-02-07 Thread Matt Raible
In case anyone searches this mailing list - a patch is at: http://issues.appfuse.org/browse/APF-1012 Thanks! Matt On 1/28/08, elaroche <[EMAIL PROTECTED]> wrote: > > Well ok. If you know where too look I'm ok to help (I need to find time for > that ;-)) > I know how it was working in appfuse 1.

Re: [appfuse-user] appfuse Vs wasce 2.0

2008-02-07 Thread Matt Raible
Here's the error: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'securelistener' defined in ServletContext resource [/WEB-INF/applicationContext-service.xml]: Can't resolve reference to bean 'userDAO' while setting property 'user'; nested exception is org.s

Re: [appfuse-user] Markup in 18n resource files

2008-02-07 Thread Matt Raible
I don't know of a way to do this, but I'm sure it's possible. One thing you could do is use wiki syntax in your i18n bundles and then add some sort of extra processing step that converts those to HTML. The danger isn't in the i18n bundles, it's in the user entered data. Matt On 1/27/08, Rob Hills

Re: [appfuse-user] Interceptor stack help

2008-02-07 Thread Matt Raible
On 2/7/08, J&M <[EMAIL PROTECTED]> wrote: > > Hi Matt, > > Thanks for the reply. Its been a while since I posted this message. Yep, the > struts.xml is/was correct. I never did come right with the "default" > interceptor stack, I ended up with the following solution which does work > (feel free to

Re: [appfuse-user] Interceptor stack help

2008-02-07 Thread
Hi Matt, Thanks for the reply. Its been a while since I posted this message. Yep, the struts.xml is/was correct. I never did come right with the "default" interceptor stack, I ended up with the following solution which does work (feel free to comment as I am no struts 2 guru): in struts.xml I ad

Re: Re: [appfuse-user] compile error when after executing full-source goal - how maven calculate the dependency ?

2008-02-07 Thread Matt Raible
Can you please enter an issue for this in JIRA - that way it ensures I'll look at it and try to reproduce it before the next release. http://issues.appfuse.org/browse/APF Thanks! Matt On 1/24/08, chinofish <[EMAIL PROTECTED]> wrote: > I use AppFuse 2.01. > > the command is as follows: > > mvn a

Re: [appfuse-user] Acegi + SSL

2008-02-07 Thread Matt Raible
Do you have cookies enabled? This used to happen with an earlier version of Struts Menu that didn't do URL Rewriting, but it should be fixed in the latest version (2.4.3). Matt On 1/23/08, mikebgx <[EMAIL PROTECTED]> wrote: > > I've a problem with Acegi 1.0.5 (in Appfuse 1.9.4 for JSF) > > I can

Re: [appfuse-user] Interceptor stack help

2008-02-07 Thread Matt Raible
Are you sure you're editing the correct struts.xml? What you have should work. Matt On 1/22/08, J&M <[EMAIL PROTECTED]> wrote: > > Hi, > > I am using appfuse 2.0.1. I am trying to customise the interceptor stack in > the struts.xml file. I don't seem to be getting anything out of my changes. > Be

Re: [appfuse-user] Simple

2008-02-07 Thread Matt Raible
If you put HTML tags in a Velocity template and use: public void sendMessage(SimpleMailMessage msg, String templateName, Map model) It should work. Matt On 1/22/08, Ding, Qin <[EMAIL PROTECTED]> wrote: > > > > > > > How do I configure JavaMailSenderImpl and SimpleMailMessage to send HTML > mail

Re: [appfuse-user] appfuse.tld

2008-02-07 Thread Matt Raible
You should be able to make this change in build.xml - look for the tag. Matt On 1/22/08, jithesh <[EMAIL PROTECTED]> wrote: > > How can i change the 'tlib-version 1.0' to 1.1 ? > > Where should i do the changes. I am using appfuse 1.9.x > > Thanks, > Jithesh > > > > > mraible wrote: > > > > If y

Re: [appfuse-user] AppFuse Application doesn't work in Geronimo

2008-02-07 Thread Matt Raible
Can you please enter an issue in JIRA for this and I'll look into it for 2.0.2? http://issues.appfuse.org/browse/APF Thanks, Matt On 1/21/08, jithesh <[EMAIL PROTECTED]> wrote: > > Hi, > > I was Using appfuse 1.9.4 for building the web application on Geronimo > 1.0. Recently i planned to u

Re: [appfuse-user] Problems with mvn appfuse:full-source

2008-02-07 Thread Matt Raible
You can learn more about what causes this problem by searching the mailing list archives. However, since you probably don't really care about the cause - here's a zip for you that's been full-sourced: http://static.raibledesigns.com/downloads/regis.zip Matt On 2/7/08, pirus <[EMAIL PROTECTED]> w

[appfuse-user] Re: Is Multiple Forms(s:form) in one Jsp possible?

2008-02-07 Thread Dave Newton
--- Thomas Ramapuram <[EMAIL PROTECTED]> wrote: > I just wanted to know if it is possible to have multiple s:form in one > jsp. Each of the forms submit to a diffrent action. > > The problem I faced is that. If I place multiple forms in one jsp. The > initials forms closing tags are commented o

Re: [appfuse-user] Is Multiple Forms(s:form) in one Jsp possible?

2008-02-07 Thread chinofish
certainly we can have multiple forms within one jsp. - Original Message - From: "Thomas Ramapuram" <[EMAIL PROTECTED]> To: ; "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Thursday, February 07, 2008 8:45 PM Subject: [appfuse-user] Is Multiple Forms(s:form) in one Jsp possible?

[appfuse-user] Is Multiple Forms(s:form) in one Jsp possible?

2008-02-07 Thread Thomas Ramapuram
Hi, I just wanted to know if it is possible to have multiple s:form in one jsp. Each of the forms submit to a diffrent action. The problem I faced is that. If I place multiple forms in one jsp. The initials forms closing tags are commented out when the tag is rendered. Is this expected behaviou

[appfuse-user] Is Multiple Forms(s:form) in one Jsp possible?

2008-02-07 Thread Thomas Ramapuram
Hi, I just wanted to know if it is possible to have multiple s:form in one jsp. Each of the forms submit to a diffrent action. The problem I faced is that. If I place multiple forms in one jsp. The initials forms closing tags are commented out when the tag is rendered. Is this expected behaviou

Re: [appfuse-user] Circular placeholder reference 'jdbc.driverClassName'

2008-02-07 Thread mschipperheyn
Resolved it. Was actually a matter of cleaning out my classes folder and rebuilding. The change of computers was actually the cause. Cheers, Marc -- View this message in context: http://www.nabble.com/Circular-placeholder-reference-%27jdbc.driverClassName%27-tp14882226s2369p15332920.html Sent

Re: [appfuse-user] Circular placeholder reference 'jdbc.driverClassName'

2008-02-07 Thread mschipperheyn
Hmm, I just changed computers. I have the issue now too. But didn't have it before. Not sure of the reason, but it shows that the reference changing should not be necessary. Shouldn't have put that computer in storage straight away! Cheers, Marc Mike Horwitz wrote: > > The file applicationCon

[appfuse-user] Problems with mvn appfuse:full-source

2008-02-07 Thread pirus
At first i tried to run this command with default local repository which was in c:\Documents and Settings\... but i got an error with ant 1.7.0, so i changed location of local repository which now is C:\java\tools\apache-maven-2.0.8\.m2\repository So, i tried to do everything again from scrach. I