[appfuse-user] MessageFilter why still facesUtil.addErrorMessage()

2007-07-23 Thread jimmy6
1) I am using appfuse-jsf-1.9.4-src. The facesutil class is still using jsf error message mechanism. Why? How to integrate it with MessageFilter class? 2) I am using facelet as well, so messages.jsp can't be used because of the jstl tag not supported. How to do that? -- View this message in cont

Re: [appfuse-user] MessageFilter why still facesUtil.addErrorMessage()

2007-07-23 Thread jimmy6
"This method does not appear to be used in AppFuse. If you look in BasePage, there's addMessage and addError, which are used and integrated in MessageFilter. " It is commented in the BasePage. Why? -- View this message in context: http://www.nabble.com/MessageFilter-why-still-facesUtil.addErr

Re: [appfuse-user] MessageFilter why still facesUtil.addErrorMessage()

2007-07-24 Thread jimmy6
I did not include the following tag to my code because the limitation f facelet which does not support remove jstl. Will it cause any issue? -- View this message in context: http://www.nabble.com/MessageFilter-why-still-facesUtil.addErrorMessage%28%29-tf4133800s2369.html#a11757934 Sent from the

[appfuse-user] @HIBERNATE-DIALECT@??

2007-08-01 Thread jimmy6
What is the @HIBERNATE-DIALECT@ mean? -- View this message in context: http://www.nabble.com/%3Cprop-key%3D%22hibernate.dialect%22%3E%40HIBERNATE-DIALECT%40%3C-prop%3E---tf4198684s2369.html#a11941559 Sent from the AppFuse - User mailing list archive at Nabble.com. --

Re: [appfuse-user] @HIBERNATE-DIALECT@??

2007-08-01 Thread jimmy6
ng. It is replaced by Ant during the build process with the value in > your > build.properties file. A list of the valid settings for this property can > be > found here: http://tinyurl.com/dpkau > > Mike > > On 8/1/07, jimmy6 <[EMAIL PROTECTED]> wrote: >&g

Re: [appfuse-user] @HIBERNATE-DIALECT@??

2007-08-01 Thread jimmy6
ou are using, and which > versions you are referring to in your email below. > > Mike > > On 8/1/07, jimmy6 <[EMAIL PROTECTED]> wrote: >> >> >> Actually i want to how to create run the sql script in startup. It is >> because >> i am using hsql. i rem

Re: [appfuse-user] @HIBERNATE-DIALECT@??

2007-08-01 Thread jimmy6
g of the web application. There is a single ant > target(setup-dp) which creates and populates the database if you want to > do > it all in one go. > > Mike. > > On 8/1/07, jimmy6 <[EMAIL PROTECTED]> wrote: >> >> >> So it depends on ant to start

Re: [appfuse-user] @HIBERNATE-DIALECT@??

2007-08-01 Thread jimmy6
ple-data.xml. > > Mike. > > On 8/1/07, jimmy6 <[EMAIL PROTECTED]> wrote: >> >> >> I am using 1.9.4 appfuse. Thus, how to create a predefined data to db on >> startup after hibernate create the table? >> >> >> Michael Horwitz wrote: >> >

Re: [appfuse-user] @HIBERNATE-DIALECT@??

2007-08-01 Thread jimmy6
application shuts down. > > Mike. > > On 8/1/07, jimmy6 <[EMAIL PROTECTED]> wrote: >> >> >> If i am using hsql, it is impossible for me to do that right? because >> hsql >> will just in the momery. when application close the DB also will be &

Re: [appfuse-user] @HIBERNATE-DIALECT@??

2007-08-02 Thread jimmy6
tation here explains it all: > http://hsqldb.org/web/hsqlDocsFrame.html. There are several options as to > how you choose to run the server. > > On 8/2/07, jimmy6 <[EMAIL PROTECTED]> wrote: >> >> >> Then how to configure the hsql in disk. what is the default? >

[appfuse-user] MessageFilter Display twice for action return "";

2007-08-09 Thread jimmy6
MessageFilter problem for display info message. If my managed bean's action return empty string. The info will be displayed twice. Is it because i am using facelets. Thus, i deleted . Facelet does not support remove. -- View this message in context: http://www.nabble.com/MessageFilter-Dis

[appfuse-user] does appfuse provide Ejb+Spring for backend or just Ejb tutorial?

2008-07-23 Thread jimmy6
does appfuse provide Ejb+Spring for backend or just Ejb tutorial? -- View this message in context: http://www.nabble.com/does-appfuse-provide-Ejb%2BSpring-for-backend-or-just-Ejb-tutorial--tp18624370s2369p18624370.html Sent from the AppFuse - User mailing list archive at Nabble.com. --

Re: [appfuse-user] does appfuse provide Ejb+Spring for backend or just Ejb tutorial?

2008-07-27 Thread jimmy6
But how about those clustering the session bean? The session bean is in the server side spring bean is only inside the project. mraible wrote: > > Nope. We believe Spring provides the same functionality that you'd get > from > EJB. > > On Wed, Jul 23, 2008 at 7:27 PM, j

Re: [appfuse-user] MessageFilter Display twice for action return "";

2008-07-27 Thread jimmy6
m. > > Matt > > On 8/9/07, jimmy6 <[EMAIL PROTECTED]> wrote: >> >> MessageFilter problem for display info message. If my managed bean's >> action >> return empty string. The info will be displayed twice. Is it because i am >> using fac