Re: [appfuse-user] what is the purpose of this @Transactional annotation in AppFuse 2.0 RC?

2007-10-14 Thread Matt Raible
Can you please resend your question with a little more details. It's a pretty vague question. What class/method are you talking about? Matt On 10/14/07, dev dev <[EMAIL PROTECTED]> wrote: > Thanks > dev > -- http://raibledesigns.com

Re: [appfuse-user] how to get login user info

2007-10-14 Thread Matt Raible
request.getRemoteUser() should get the username for you. Matt On 10/14/07, Ma, Yong <[EMAIL PROTECTED]> wrote: > > > > > Dear all: > > > > I used appfuse project 1.9.4. I don't know how to get login user > info in BaseAction,after login . > > > > Mayong > > -- http://raibledesi

[appfuse-user] how to get login user info

2007-10-14 Thread Ma, Yong
Dear all: I used appfuse project 1.9.4. I don't know how to get login user info in BaseAction,after login . Mayong

[appfuse-user] AppFuse 2.0 - "flat" buttons - what's the best way?

2007-10-14 Thread Rob Hills
Hi All, I'm migrating an AppFuse 1.8 app to AppFuse 2.0 (+ Struts) and learning all the underlying frameworks in the process. My old app uses level. 3. My CSS skills are much better than they were, but are still pretty rudimentary. Last I knew, you couldn't make an

[appfuse-user] what is the purpose of this @Transactional annotation in AppFuse 2.0 RC?

2007-10-14 Thread dev dev
Thanks dev

Re: [appfuse-user] Re: AppFuse(JSF)

2007-10-14 Thread Scott Ryan
I have completed the conversion already including the Acegi and removal of all JSP and including templates from Facelets. There are a number of other conversions including replacing the entire menuing system with a facelets based menuing system from Richfaces. You can find the updated cod

Re: [appfuse-user] Using appfuse:full-source

2007-10-14 Thread Mike Wille
Thanks! That definitely helped. Tapestry started up fine. Spring compiled correctly but choked on the web tests for lack of commons-beanutils. I added that to the parent pom and all worked fine after that. (On an aside, I initially used scope=test for beanutils and that didn't work. I sw

Re: [appfuse-user] Using appfuse:full-source

2007-10-14 Thread Matt Raible
I believe you may have to add an explicit dependency to commons-lang 2.3 in your root pom.xml to solve this problem. Matt On 10/13/07, Mike Wille <[EMAIL PROTECTED]> wrote: > Hello, > > I'm trying out appfuse 2.0 and ran into some problems. I can follow > examples and everything works fine on my

[appfuse-user] Re: AppFuse(JSF)

2007-10-14 Thread Paul Katsev
Hi, I'll try to clarify my statement. AppFuse JSF Basic comes packed with everything under the Sun (pun intended): jsp + JSF(either myfaces or reference) + facelets + much much more. Many of the common pages in the initial project such as login.jsp and bunch of admin pages are implemented using

[appfuse-user] Custom Struts Interceptor does not behave as expected

2007-10-14 Thread tnsilver
Running Appfuse 2.0-m5 struts basic I tried to use the ValueList framework to implement a default search page. My ValueListAction uses an Interceptor which is defined in struts.xml. The problem is I have a very hard time getting the interceptor to do anything - and when it finally does something -