[appfuse-user] Sysdeo Tomcat Maven Plugin

2008-01-26 Thread Matt Raible
FYI... I thought this might be useful for folks using Eclipse: http://mojo.codehaus.org/sysdeo-tomcat-maven-plugin/usage.html Matt - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [appfuse-user] jsp:include

2008-01-26 Thread Leo Barrientos C.
There is a iterator producing "Bloque" objects I must test it with more objects. El sáb, 26-01-2008 a las 11:07 -0700, Matt Raible escribió: > I don't know if you actually need the in this scenario. > > Matt > > On Jan 26,

Re: [appfuse-user] jsp:include

2008-01-26 Thread Matt Raible
I don't know if you actually need the in this scenario. Matt On Jan 26, 2008, at 10:56 AM, Leo Barrientos C. wrote: Yeah baby, yeah!! DRY- El sáb, 26-01-2008 a las 10:31 -0700, Matt Raible escribió: I would try and - or use scope="request"/> to put t

Re: [appfuse-user] jsp:include

2008-01-26 Thread Leo Barrientos C.
Yeah baby, yeah!! DRY- El sáb, 26-01-2008 a las 10:31 -0700, Matt Raible escribió: > I would try and - or use > to put the object in the request before you do the include. > > Matt > > On 1/26/08, Leo Barrientos C. <[EMAIL PROTECTED]> wrote: > > > If you

Re: [appfuse-user] Appfuse default appfuse:gen screens

2008-01-26 Thread Matt Raible
You are correct that we don't support foreign keys very well or create drop-downs, etc. where appropriate. The biggest reason for this is because no one has taken the time to add this functionality. If we had a good example of how to do this for a UI (and what metadata we should use to determine th

Re: [appfuse-user] test framework for web services

2008-01-26 Thread Matt Raible
This may help: http://xfire.codehaus.org/Testing+Your+XFire+Services Matt On 1/14/08, Petar Zaprianov <[EMAIL PROTECTED]> wrote: > Hi all, > > I have my aplication in Appfuse 1.9.4 and i have a lot of web services with > external pages, and i want to test them but not one by one because it is >

Re: [appfuse-user] Web services in Appfuse 2.0

2008-01-26 Thread Matt Raible
https://appfuse.dev.java.net/svn/appfuse/trunk/service/pom.xml Username: guest Password: As far as xfire-servlet.xml vs. cxf.xml - I imagine that's covered in the upgrade guide, but I'm not sure. Matt On 1/12/08, jackalista <[EMAIL PROTECTED]> wrote: > > OK, I was wondering which pom.xml neede

Re: [appfuse-user] jsp:include

2008-01-26 Thread Matt Raible
I would try and - or use to put the object in the request before you do the include. Matt On 1/26/08, Leo Barrientos C. <[EMAIL PROTECTED]> wrote: > > If you just print out ${bloque} on > > the included page, is it blank? YES > > If you do the same thing on the page > > that has the include, d

Re: [appfuse-user] jsp:include

2008-01-26 Thread Leo Barrientos C.
> If you just print out ${bloque} on > the included page, is it blank? YES If you do the same thing on the page > that has the include, does it work? YES - on the same page works. El sáb, 26-01-2008 a las 18:26 +0100, Leo Barrientos C. escribió: > Matt, bloque is an object . > > I'm trying to

Re: [appfuse-user] jsp:include

2008-01-26 Thread Leo Barrientos C.
Matt, bloque is an object . I'm trying to "DRY" - Showing the details of "Bloque" in bloque.jsp I also tried passing just a "hello world" String but doesnot work. I dont know...maybe a page attr??? El sáb, 26-01-2008 a las 10:17 -0700, Matt Raible escribió: > Is bloque a string? If not, it p

Re: [appfuse-user] jsp:include

2008-01-26 Thread Matt Raible
Is bloque a string? If not, it probably won't work. What are you trying to do on the included page? If you just print out ${bloque} on the included page, is it blank? If you do the same thing on the page that has the include, does it work? Matt On 1/26/08, Leo Barrientos C. <[EMAIL PROTECTED]> wr

[appfuse-user] jsp:include

2008-01-26 Thread Leo Barrientos C.
On appfuse 2.0 Spring MVC : bloque.jsp doesnot "see" bloque object. What is bad?, help please. Thanks. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[appfuse-user] jsp:include

2008-01-26 Thread Leo Barrientos C.
On appfuse 2.0 Spring MVC : bloque.jsp doesnot "see" bloque object. What is bad?, help please. Thanks. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]