Re: [appfuse-user] Appfuse2.0M3 locale 'zh' unsupported

2008-06-05 Thread luxas
Now I run it on Windows 2000. So I'll try it on Windows XP and show you the steps and result in the other days; -- View this message in context: http://www.nabble.com/Appfuse2.0M3-locale-%27zh%27-unsupported-tp8840662s2369p17685465.html Sent from the AppFuse - User mailing list archive at Nabb

[appfuse-user] Strange problem regarding transactionManager

2008-06-05 Thread Greenhorn2005
Hello , I seems to have a strange error... regarding bean "transactionManager" Which i do not have in my model, or in dao or in manager folder... so where does this come from ?? Given below is the error [netRes] ERROR [main] ContextLoader.initWebApplicationContext(215) | Context

[appfuse-user] conditional validation

2008-06-05 Thread Anshu Dhamija
Hi I have a drop down in which there are values along with "select category". "select category" will be selected by default now I want to apply validation that user need to select a value other than "select category" otherwise it should show validation error. Can anyone help me

Re: [appfuse-user] Appfuse2.0M3 locale 'zh' unsupported

2008-06-05 Thread Matt Raible
If you can provide the steps to reproduce on OS X or Windows XP, I can try to see if I get the same error on my desktop(s). Matt On Thu, Jun 5, 2008 at 9:45 PM, luxas <[EMAIL PROTECTED]> wrote: > > Sorry for reply so late. > > Actually I'm using AppFuse 2.0.1 now, It show the same error. > > -- >

Re: [appfuse-user] use JSF+Spring+hibernate of appfuse,but user's add is not change to edit page

2008-06-05 Thread Matt Raible
Does it work without RichFaces? On Thu, Jun 5, 2008 at 8:44 PM, examzh <[EMAIL PROTECTED]> wrote: > > use JSF+Spring+hibernate of appfuse,i put richfaces in this > framework,richfaces' example is ok.the project start is ok,but user's add is > not change to edit page。 > console is no error message,

Re: [appfuse-user] Appfuse2.0M3 locale 'zh' unsupported

2008-06-05 Thread luxas
Sorry for reply so late. Actually I'm using AppFuse 2.0.1 now, It show the same error. -- View this message in context: http://www.nabble.com/Appfuse2.0M3-locale-%27zh%27-unsupported-tp8840662s2369p17684054.html Sent from the AppFuse - User mailing list archive at Nabble.com. ---

[appfuse-user] use JSF+Spring+hibernate of appfuse,but user's add is not change to edit page

2008-06-05 Thread examzh
use JSF+Spring+hibernate of appfuse,i put richfaces in this framework,richfaces' example is ok.the project start is ok,but user's add is not change to edit page。 console is no error message,who can help me ? -- View this message in context: http://www.nabble.com/use-JSF%2BSpring%2Bhibernate-of

Re: Re: [appfuse-user] Is possible to separate appfuse's menu and contentpage with frame?

2008-06-05 Thread oliver.appfuse
hi,Leo thanks for your example! i wonder what is best way to get response from server, if i use servlet i can return , for example .. back to client. but if i use some web framework is possible to render back only part of html code? i think cannot put complete html code : ... inside a tag, am

Re: [appfuse-user] MySql javax.faces.el.EvaluationException : no natively generated identity value

2008-06-05 Thread George.Francis
I fixed this by doing: ALTER TABLE app_user AUTO_INCREMENT = 100; George.Francis wrote: > > yes, id value is null in the User instance being persisted > > > mraible wrote: >> >> You might check that the id is null and not 0 before the save occurs. >> >> Matt >> >> On Wed, Jun 4, 2008 at 3

Re: [appfuse-user] MySql javax.faces.el.EvaluationException : no natively generated identity value

2008-06-05 Thread George.Francis
yes, id value is null in the User instance being persisted mraible wrote: > > You might check that the id is null and not 0 before the save occurs. > > Matt > > On Wed, Jun 4, 2008 at 3:59 PM, George.Francis <[EMAIL PROTECTED]> > wrote: >> >> And yes, APP_USER.ID has AUTO_INCREMENT set to tru

Re: [appfuse-user] Optimistic Locking Failure Handling

2008-06-05 Thread Dustin Pearce
I understand that you want to stay flexible and make sure you don't turn off your users. So the user completes the registration form (including email) and posts to the server. The registration is complete and the user can login. Your server sends the verification email: You can have s

Re: [appfuse-user] Is possible to separate appfuse's menu and content page with frame?

2008-06-05 Thread Leo Barrientos C.
Use prototype and make the call using ajax=true in the url Like this: ACTUAL CONTENT |new Ajax.Updater('content_div', 'my_pager.html?ajax=true');| Ref.: http://www.prototypejs.org/api/ajax Matt Raible schrieb: You could probably use Ajax to do this. Unfortunately, I don't have an

Re: [appfuse-user] hibernate exception on adding user

2008-06-05 Thread Matt Raible
Good to know - sounds like 6.0.16 may be a little buggy. I briefly upgraded 2.0.2 to 6.0.16 but reverted to 6.0.14 because of invalid duplicate listener warnings. Matt On Thu, Jun 5, 2008 at 3:57 AM, kace <[EMAIL PROTECTED]> wrote: > > Issue resolved by deploying to tomcat 6.0.14 instead of 6.0.1

Re: [appfuse-user] Is possible to separate appfuse's menu and content page with frame?

2008-06-05 Thread Matt Raible
You could probably use Ajax to do this. Unfortunately, I don't have an example for you. Matt On Thu, Jun 5, 2008 at 12:11 AM, oliver.appfuse <[EMAIL PROTECTED]> wrote: > hi,all > > my goal is to refresh the content page only, when select a different menu > options. > normally this is done by usin

Re: [appfuse-user] Optimistic Locking Failure Handling

2008-06-05 Thread OuterBound
Hi Dusty, We designed application in a way that user can verify email at any point of time. Email verification is not mandatory but is good since we can send website update to verified users. I don't want to stop user from fill in other details if email is not verified since email might land up

Re: [appfuse-user] Optimistic Locking Failure Handling

2008-06-05 Thread Dustin Pearce
So, in your use case, the original user sign-up form is still up in the browser window when the user goes to their email, clicks the link (launching a new window) -- updating the user record and then the user returns to the form that is open, makes a change and submits? That would cause a

Re: [appfuse-user] hibernate exception on adding user

2008-06-05 Thread kace
Issue resolved by deploying to tomcat 6.0.14 instead of 6.0.16. -- View this message in context: http://www.nabble.com/hibernate-exception-on-adding-user-tp17653552s2369p17666331.html Sent from the AppFuse - User mailing list archive at Nabble.com. -

Re: [appfuse-user] Problem referencing BaseFormController within Eclipse

2008-06-05 Thread Leo Barrientos C.
Ok, my old problem - try this: a) M2_REPO must be set b) Run mvn eclipse:eclipse c) Restart eclipse in order to refresh the .classpath file - if the .classpath include the M2_REPOS is ok!. Matt Raible schrieb: The warpath plugin creates a war.jar in target/warpath - you might try adding that

Re: [appfuse-user] Exclude Page Sitemesh

2008-06-05 Thread Leo Barrientos C.
If you need for an ajax response use in the call &ajax=true , like: label_manager.html?action=showList&ajax=true Mauri Ferreyra schrieb: Hi, I need exclude some page from sitemesh. Where it's this exclusion? How I can add new decoretors for some pages.. Thanks --

Re: [appfuse-user] DisplayTag external paging and sorting example

2008-06-05 Thread Renaud Bruyeron
My experience with jMesa is not so good. Compared to displaytag, it is not better imho. It claims to be very java5 friendly, however the javadoc tells another story: * a lot of java.lang.Object in return types (see http://docs.jmesa.org/org/jmesa/web/HttpServletRequestWebContext.html for a good e

[appfuse-user] Executing a jar file from java class

2008-06-05 Thread jithesh
Hi all, I am currently facing a problem in executing a jar file from the java class. My sample code is as follows.. { runtime.exec("java -jar \"D:\\FileFolder\\utility.jar"); } When I run the above class no out put is displayed... Let me know the cor

Re: [appfuse-user] AppFuse 2.0.2; Jetty 6.1.9 still accesses org/acegisecurity

2008-06-05 Thread Martin Homik
Sorry Pedro, since I managed to merge my project with a fresh Basic/Struts2/AppFuse-2.0.2 checkout and continued on that I cannot reproduce the error any more. Good for me. :-) MH pedro_burglin wrote: > > Not sure if it is the same root cause of your problem but I just got > exactly the same