[appfuse-user] debug problem

2008-07-03 Thread Anshu Dhamija
Hi How can I run my appfuse application in debug mode Can anyone please help me. Regards Anshu

[appfuse-user] Flex + Appfuse 2.0.2

2008-07-03 Thread Saloucious
Hi, i'm trying to use Flex in AppFuse : http://sebastien-arbogast.com/2008/04/10/flex-spring-and-blazeds-the-full-stack/ But i encoutered a issue when i add dependencies into Appfuse pom.xml. Indeed, a dependency (ria project) failed to resolve artifact : com.adobe.flex.sdk

Re: [appfuse-user] Scaffolding and Validation

2008-07-03 Thread Leo Barrientos C.
I use the customs validators - Spring in action page 292 CHAPTER 8 Building the web layer. suprie wrote: hi all , i'm generate some form using appfuse:gen ,but when i tried to insert un valid data, it still insert the data. i guess it's not tried to validate it. What should i do so the val

[appfuse-user] WTP and multi-module Eclipse Project

2008-07-03 Thread stelios
Hi, I've used this guide: http://appfuse.org/display/APF/Eclipse#Eclipse-wtp http://appfuse.org/display/APF/Eclipse#Eclipse-wtp and it all works as I understand it should. Is it default behaviour though for the Tomcat not to pickup changes done to the code of the core project? I mean when I e

Re: [appfuse-user] Scaffolding and Validation

2008-07-03 Thread Suprie Leonhart
does it work it is use struts2 ? SOL On Thu, Jul 3, 2008 at 6:18 PM, Leo Barrientos C. <[EMAIL PROTECTED]> wrote: > I use the customs validators - Spring in action page 292 CHAPTER 8 Building > the web layer. > > > > suprie wrote: >> >> hi all , >> >> i'm generate some form using appfuse:gen ,bu

Re: [appfuse-user] Scaffolding and Validation

2008-07-03 Thread Leo Barrientos C.
Upps, i dont now ... sorry. Matt? Suprie Leonhart wrote: does it work it is use struts2 ? SOL On Thu, Jul 3, 2008 at 6:18 PM, Leo Barrientos C. <[EMAIL PROTECTED]> wrote: I use the customs validators - Spring in action page 292 CHAPTER 8 Building the web layer. suprie wrote: hi a

Re: [appfuse-user] Flex + Appfuse 2.0.2

2008-07-03 Thread taltun
Hi Saloucious, Nice, that someone trying to integrate Flex into AppFuse. I never created a flex project into Maven. It could be nice if you could share your work with us. Is it possible to send me instructions once you have integrated the Flex into AppFuse and it work, because than there will b

[appfuse-user] session list in select tag

2008-07-03 Thread ulypses73
Hi everyone, I'm new to Appfuse 2 and Struts 2 and I need some help. I have a List named objects stored in the session and I have to put it in a select tag: What is the correct way to read the list directly from the session? Do I have to put a list with the same name inside the action of the pag

Re: [appfuse-user] Flex + Appfuse 2.0.2

2008-07-03 Thread Saloucious
Sure, I solved the problem by excluding transitive dependencies I'll post a tutorial if I succeed to integrate Flex in appfuse ...:working: taltun wrote: > > Hi Saloucious, > > Nice, that someone trying to integrate Flex into AppFuse. > > I never created a flex project into Maven. It coul

[appfuse-user] security concern

2008-07-03 Thread Anshu Dhamija
Hi All, I am facing a security problem I am accessing my application through url say .http:localhost:8080/userdata/1/xyz I have specified PATTERN_TYPE_APACHE_ANT /admin/**=REQUIRES_SECURE_CHANNEL