Re: [appfuse-user] Appfuse Turkish Language Support

2007-02-02 Thread oguzhan tortop
Hi again , First of all i am sorry for being late i have some problems in my business life inspite of translating the file u gave in one day i was unable to post it . Now it's ready but i have a question and a problem : 1) How can i send this file to you ? 2) The Menu tab called Edit Profile can

Re: [appfuse-user] AppFuse + GWT

2007-02-02 Thread jick
Hi , I am trying to integrate Appfuse+GWT. Can you tell me the steps , how to integrate Appfuse with GWT. Thanks, jick Smychagin Alexei wrote: > > hi, xudong > > I used spring MVC. I created a module in Appfuse named gwt and put > here all gwt's client code. For communication ser

Re: [appfuse-user] mvn compile hibernate3:hbm2ddl

2007-02-02 Thread Fan
Yes I do have the file. Here is what I have inside the file : http://hibernate.sourceforge.net/hibernate-configuration-3.0.dtd";> Or should I run the command under the core module or in the exact path of where the hibernate.cfg.xml is ? Matt Raible-3 w

Re: [appfuse-user] mvn compile hibernate3:hbm2ddl

2007-02-02 Thread Fan
Yes, I really need to run the command under the core module directory. It works fine now !! :D Fan wrote: > > Yes I do have the file. Here is what I have inside the file : > > Configuration DTD 3.0//EN" > "http://hibernate.sourceforge.net/hibernate-configuration-3.0.dtd";> > > > >

Re: [appfuse-user] Remote Debugging with Eclipse WTP

2007-02-02 Thread Matt Raible
What version of AppFuse are you using? Matt On 2/2/07, oguzhantortop <[EMAIL PROTECTED]> wrote: Hi all, for to all who is having some difficulties with tomcat while trying to remote debugging i realized that there is a basic solution. Here is what we need to do to solve this problem : 1) Of c

Re: [appfuse-user] mvn jetty:run-war

2007-02-02 Thread Fan
1) I think I should change the CLEAN_INSET to REFRESH, should it be alright ? 2) Does Appfuse come with the EXPORT operation ? I searched through the pom.xml, it seems like does not have EXPORT operation being specified 3) When I run the "mvn jetty:run-war" from the web module, I have the follow

Re: [appfuse-user] Appfuse Turkish Language Support

2007-02-02 Thread Matt Raible
On 2/2/07, oguzhan tortop <[EMAIL PROTECTED]> wrote: Hi again , First of all i am sorry for being late i have some problems in my business life inspite of translating the file u gave in one day i was unable to post it . Now it's ready but i have a question and a problem : 1) How can i send this

Re: [appfuse-user] Remote Debugging with Eclipse WTP

2007-02-02 Thread Fan
How does Remote Debugging work in Appfuse 2.0 then ? Since it's running under the embedded jetty plugin, is that possible to have Remote Debugging without running the application under stand alone Tomcat ? Matt Raible-3 wrote: > > What version of AppFuse are you using? > > Matt > > On 2/2/07

Re: [appfuse-user] AppFuse + GWT

2007-02-02 Thread Matt Raible
I believe you're on your own here - as no one has done this yet. If you're using AppFuse 2.x, there's a gwt-maven-module that's been discussed on the mojo mailing list. This might help. http://www.nabble.com/gwt-maven-plugin---revisited-tf3131358.html You could probably create a modular projec

Re: [appfuse-user] Remote Debugging with Eclipse WTP

2007-02-02 Thread Matt Raible
To do remove debugging, just add the debug parameters to MAVEN_OPTS. http://appfuse.org/display/APF/Eclipse#Eclipse-debugging HTH, Matt On 2/2/07, Fan <[EMAIL PROTECTED]> wrote: How does Remote Debugging work in Appfuse 2.0 then ? Since it's running under the embedded jetty plugin, is that p

Re: [appfuse-user] Remote Debugging with Eclipse WTP

2007-02-02 Thread oguzhan tortop
i am using appfuse 1.9.4 JSF version Matt Raible-3 wrote: > > What version of AppFuse are you using? > > Matt > > On 2/2/07, oguzhantortop <[EMAIL PROTECTED]> wrote: >> >> Hi all, >> for to all who is having some difficulties with tomcat while trying to >> remote debugging i realized that the

Re: [appfuse-user] Remote Debugging with Eclipse WTP

2007-02-02 Thread Matt Raible
So to answer your question of "does remote debugging work in 2.0" - the answer is Yes! ;-) Matt On 2/2/07, oguzhan tortop <[EMAIL PROTECTED]> wrote: i am using appfuse 1.9.4 JSF version Matt Raible-3 wrote: > > What version of AppFuse are you using? > > Matt > > On 2/2/07, oguzhantortop <[EMA

Re: [appfuse-user] Remote Debugging with Eclipse WTP

2007-02-02 Thread Michael Mehrle
Or you can just use MyEclipse - remote debugging works like a charm ;-) Michael - Original Message - From: "oguzhantortop" <[EMAIL PROTECTED]> To: Sent: Thursday, February 01, 2007 11:31 PM Subject: [appfuse-user] Remote Debugging with Eclipse WTP Hi all, for to all who is having

Re: [appfuse-user] Remote Debugging with Eclipse WTP

2007-02-02 Thread oguzhan tortop
yeah :) we can use but as far as i know MyEclipse means money a little bit :P molecool wrote: > > Or you can just use MyEclipse - remote debugging works like a charm ;-) > > Michael > > - Original Message - > From: "oguzhantortop" <[EMAIL PROTECTED]> > To: > Sent: Thursday, February

[appfuse-user] Tutorial Buttons position (struts 2)

2007-02-02 Thread Nick Tucker
Hi I am going through the Struts 2 tutorial and when I display the editPerson form the button bar is not showing just below the last input field as expected. In Firefox 1.5 the buttons are stacked vertically below each other about 75% of the way accross the screen. In IE 7 they are positi

Re: [appfuse-user] Tutorial Buttons position (struts 2)

2007-02-02 Thread Matt Raible
If you add theme="simple" to the buttons, does that fix the problem? Matt On 2/2/07, Nick Tucker <[EMAIL PROTECTED]> wrote: Hi I am going through the Struts 2 tutorial and when I display the editPerson form the button bar is not showing just below the last input field as expected. In Fi