Re: [appfuse-user] Re: re[appfuse-user] move display tage table header

2009-03-18 Thread maker su
Hi Matt, It works! After trying,the following also works: Thanks! Maker Su On Wed, Mar 18, 2009 at 11:03 PM, Matt Raible wrote: > On Wed, Mar 18, 2009 at 12:41 AM, maker su wrote: > > Thanks! > > The question 1 is about dispalytag_zh_TW.properties,may use eclipse > plugin > > for properties ed

Re: [appfuse-user] multilpe login forms

2009-03-18 Thread Philip Barlow
Hi Tibi, I had the same problem but what was happening for me was that I would get redirected to the default login if the session timed out and i tried to access a link. Let me know if you are seeing this behaviour. I got around it with a filter which probably isn't ideal but if you can find a

[appfuse-user] multilpe login forms

2009-03-18 Thread tibi
i have three flows an admin an supplier and a user flow. the admin and supplier can login with the default appfuse login (i use struts with appfuse 2.0.2) the user first has a non secure page and than has to login and contiune to a secure page. i have done the following: pages/user/nonsecrue.jsp

Re: [appfuse-user] Re: re[appfuse-user] move display tage table header

2009-03-18 Thread Matt Raible
On Wed, Mar 18, 2009 at 12:41 AM, maker su wrote: > Thanks! > The question 1 is about dispalytag_zh_TW.properties,may use eclipse plugin > for properties editor(http://propedit.sourceforge.jp/eclipse/updates/) > By the way,how to contribute dispalytag_zh_TW.properties? > The question 2 is displayt

Re: [appfuse-user] Re: Junit 4 & Eclipse

2009-03-18 Thread Matt Raible
If you use the command line instead of Eclipse, everything should work fine. I'm working on better Eclipse support in 2.1. Matt On Wed, Mar 18, 2009 at 2:37 AM, Marian wrote: >>I've run into these types of annoyances myself, and have concluded > > Yes, I've get several others too - for instance

Re: [appfuse-user] duplicate errors.email in errors.properties and ApplicationResource.properties?

2009-03-18 Thread Matt Raible
errors.properties is only used by Struts in the web tier. ApplicationResources.properties is used in the web tier and service layer (I believe). If you want to find out which one is necessary for your application, delete the key and see if everything works the same. Matt On Wed, Mar 18, 2009 at 2

Re: [appfuse-user] Re: Xfire

2009-03-18 Thread Matt Raible
On Wed, Mar 18, 2009 at 3:09 AM, Marian wrote: >>there will be a >>src/main/webapp/WEB-INF/xfire-services.xml in your project. > > Yes, I noticed that (and now I notice that Xfire servlet is actually > org.codehaus.xfire.spring.XFireSpringServlet, so I presume it uses the Spring > configuration);

Re: [appfuse-user] multiple decorators

2009-03-18 Thread tibi
ok after a year not using appfuse. i see not much has changed buttt the problem with the multiple decorators seems over. the first thing i did is setup the following test and it worked :D /40*.jsp /*ajax=true* /scripts/dojo/* /struts/dojo/* /reso

[appfuse-user] Re: Xfire

2009-03-18 Thread Marian
>there will be a >src/main/webapp/WEB-INF/xfire-services.xml in your project. Yes, I noticed that (and now I notice that Xfire servlet is actually org.codehaus.xfire.spring.XFireSpringServlet, so I presume it uses the Spring configuration); I've tried, but for whatever reason it didn't discover my

[appfuse-user] duplicate errors.email in errors.properties and ApplicationResource.properties?

2009-03-18 Thread maker su
Hi, The errors.email(for example) is both exist in errors.properties and ApplicationResource.properties. And signup.html use errors.properties. My question is why there is duplicate errors.email declare in ApplicationResource.properties? When will use errors.email in ApplicationResource.properties?

[appfuse-user] Re: Junit 4 & Eclipse

2009-03-18 Thread Marian
>I've run into these types of annoyances myself, and have concluded Yes, I've get several others too - for instance if I do "mvn package" I have to do it 2 times (!!!) because the first time it doesn't find a jar that is in WEB-INF/lib I presume that part of these annoyances is due to the "peculi