[appfuse-user] ACEGI SECURITY

2007-01-03 Thread Yesh
Hi, I have added a folder which contains some jsp files in appfuse application. How to give security to those files. -- View this message in context: http://www.nabble.com/ACEGI-SECURITY-tf2917819s2369.html#a8154265 Sent from the AppFuse - User mailing list archive at Nabble.com. ---

Re: [appfuse-user] AppFuse 1.9.3 - WebWork 2.2.4 migrate to Struts2

2007-01-03 Thread Matt Raible
Can you try deleting parts of your JSP page until you see the real error? You might try removing error.jsp from web.xml to see if you can get a better stack trace from the server. Either that, or try putting a debugger in the getSession() or getRequest() calls in BaseAction - it looks like it mig

Re: [appfuse-user] Struts 2 + xWork 2 Beta 3

2007-01-03 Thread André Faria
That's helps a lot!!! Thank's. Matt Raible escreveu: This may help: http://www.nabble.com/Re%3A--S2--Struts-2.0.2-status---Ready-to-roll-tf2901778.html#a8140018 Matt On 1/3/07, André Faria <[EMAIL PROTECTED]> wrote: Is Somebody working with Struts 2? I am trying to test the validation ann

[appfuse-user] AppFuse 1.9.3 - WebWork 2.2.4 migrate to Struts2

2007-01-03 Thread Matt Finholt
I'm in the process of migrating an app that I build using AppFuse 1.9.3 to Struts 2.0.1. With the exception of a few minor bumps in the road I've *almost* completed the migration... I'm currently stumped on this issue and I'm hoping someone can help. As of right now, every page request returns

Re: [appfuse-user] Struts 2 + xWork 2 Beta 3

2007-01-03 Thread Matt Raible
This may help: http://www.nabble.com/Re%3A--S2--Struts-2.0.2-status---Ready-to-roll-tf2901778.html#a8140018 Matt On 1/3/07, André Faria <[EMAIL PROTECTED]> wrote: Is Somebody working with Struts 2? I am trying to test the validation annotations of 'Xwork 2 Beta 3', but thats didn't work yet...

[appfuse-user] Struts 2 + xWork 2 Beta 3

2007-01-03 Thread André Faria
Is Somebody working with Struts 2? I am trying to test the validation annotations of 'Xwork 2 Beta 3', but thats didn't work yet... The documentation is on-line at http://struts.apache.org/2.x/docs/validation-annotation.html, but I can't found a Build of Struts 2 working with a xWork version gr

Re: [appfuse-user] Decorators

2007-01-03 Thread Matt Raible
You should be able to add a new element to the web/WEB-INF/decorators.xml file. http://www.opensymphony.com/sitemesh/decorators.html Matt On 1/3/07, andrea cossu <[EMAIL PROTECTED]> wrote: I need to apply a my own decorator to a particular jsp page (report page) located in /pages/report/ What

Re: [appfuse-user] "Spring IDE for Eclipse" does not work for Appfuse

2007-01-03 Thread Matt Raible
On 1/3/07, wnqq <[EMAIL PROTECTED]> wrote: Dear Matt, Thank you very much. It works! Also, it is better to migrate .springBeansProject to .springBeans Yes, I didn't notice that changed, but I've checked in the file. Here's its contents for me: https://appfuse.dev.java.net/source/browse/appfu

Re: [appfuse-user] DaoUtils Problem

2007-01-03 Thread Bryan Noll
Andre Thanks for entering the JIRA and attaching the code. I'll get it committed later today. André Faria wrote: Ok Matt, the issue link is http://issues.appfuse.org/browse/APF-563?page=all Thanks, André Faria Matt Raible escreveu: Can you please enter an issue for this in JIRA (http

[appfuse-user] Decorators

2007-01-03 Thread andrea cossu
I need to apply a my own decorator to a particular jsp page (report page) located in /pages/report/ What i have to do? tnks -- andrea cossu - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: [appfuse-user] DaoUtils Problem

2007-01-03 Thread André Faria
Ok Matt, the issue link is http://issues.appfuse.org/browse/APF-563?page=all Thanks, André Faria Matt Raible escreveu: Can you please enter an issue for this in JIRA (http://issues.appfuse.org/browse/APF)?  Even better, attach a patch. ;-) Thanks, Matt On 12/30/06, André Faria <[EM

Re: [appfuse-user] "Spring IDE for Eclipse" does not work for Appfuse

2007-01-03 Thread wnqq
Dear Matt, Thank you very much. It works! Also, it is better to migrate .springBeansProject to .springBeans Matt Raible-3 wrote: > > I was able to get things working with v2.0M1. It looks like they changed > some package/class names. I'd try changing your settings in .project. > Here's the d