[appfuse-user] Quick Start Guide additions

2008-11-24 Thread Sipatha
I'm new to both Maven and AppFuse and was going through the Quick Start guide for the first. I created the JSF Modular shell. Following the instructions i retrieved all the source code with mvn appfuse:full-source, and tried mvn jetty:run-war. This failed saying there is a missing artifact, zw.co.s

Re: [appfuse-user] jsf is not working with IE

2008-11-24 Thread Matt Raible
You might try adding borders to your divs to make sure nothing is overlaying and blocking events. Matt On Nov 24, 2008, at 9:24 PM, sudhakargupta <[EMAIL PROTECTED] > wrote: hi.. it's working with the firefox very well .. please give me the suggestions... Sudhakar mraible wrote: Do

Re: [appfuse-user] jsf is not working with IE

2008-11-24 Thread sudhakargupta
hi.. it's working with the firefox very well .. please give me the suggestions... Sudhakar mraible wrote: > > Does it work in Firefox? > > On Mon, Nov 24, 2008 at 6:31 AM, sudhakargupta > <[EMAIL PROTECTED]> wrote: >> >> hi Raible.. >> >> >> In JSF DataList tables in the IE is not avalia

Re: [appfuse-user] AppCelerator??

2008-11-24 Thread Matt Raible
I would try Flex or GWT first. On Nov 24, 2008, at 8:03 PM, "Carlos Ortiz" <[EMAIL PROTECTED]> wrote: What do you think? Is it viable to make projects using this RIA framework? - To unsubscribe, e-mail: [EMAIL PROTECTED] F

[appfuse-user] AppCelerator??

2008-11-24 Thread Carlos Ortiz
What do you think? Is it viable to make projects using this RIA framework?

Re: [appfuse-user] JSF Modular initial build fail.

2008-11-24 Thread Matt Raible
On Mon, Nov 24, 2008 at 7:37 PM, bytelock <[EMAIL PROTECTED]> wrote: > > Hi Matt, > > Thanks for the quick reply. > > You were right. I had a wrong configuration in installing Postfix. I just > reconfigured Postfix and now my app is building successfully. =) > > I have a question though. Just out

Re: [appfuse-user] JSF Modular initial build fail.

2008-11-24 Thread bytelock
Hi Matt, Thanks for the quick reply. You were right. I had a wrong configuration in installing Postfix. I just reconfigured Postfix and now my app is building successfully. =) I have a question though. Just out of curiosity, why is a SMTP needed for building the apps? - bytelock mraible wr

Re: [appfuse-user] Form Controllers with Annotations?

2008-11-24 Thread Matt Raible
On Mon, Nov 24, 2008 at 6:38 PM, Christian Decker < [EMAIL PROTECTED]> wrote: > > > mraible wrote: > > > > Have you tried using the @InitBinder annotation? > > > > > http://www.jdocs.com/spring/2.5.2/org/springframework/web/bind/annotation/InitBinder.html > > > > Matt > > > I'm not quite sure in h

Re: [appfuse-user] Form Controllers with Annotations?

2008-11-24 Thread Christian Decker
mraible wrote: > > Have you tried using the @InitBinder annotation? > > http://www.jdocs.com/spring/2.5.2/org/springframework/web/bind/annotation/InitBinder.html > > Matt > I'm not quite sure in how this might help me. What I'm trying to achieve is actually quite simple: I want an object to b

Re: [appfuse-user] Form Controllers with Annotations?

2008-11-24 Thread Matt Raible
Have you tried using the @InitBinder annotation? http://www.jdocs.com/spring/2.5.2/org/springframework/web/bind/annotation/InitBinder.html Matt On Mon, Nov 24, 2008 at 4:40 PM, Christian Decker < [EMAIL PROTECTED]> wrote: > > Not quite sure if this is the right place to ask, but after seeing Ma

[appfuse-user] Form Controllers with Annotations?

2008-11-24 Thread Christian Decker
Not quite sure if this is the right place to ask, but after seeing Matt's post about the transition to annotations instead of XML Configuration I thought I might as well give it a shot. What I'm currently facing is a problem with binding items to a form and the controllers that do the work. Befor

Re: [appfuse-user] m2eclipse AppFuse Archetype

2008-11-24 Thread Derlon Aliendres
-> updating my post: After create my AppFuse Aplication I cd to its directory and run 'mvn' sucessfully. So I run mvn->jetty and get able to see the LoginPage as saw in AppFuse Demo Pages. But, now I can't deploy it in TomCat/Eclipse. As a (most of) common mortal I'm Eclipse User. Actually, I

Re: [appfuse-user] JSF Modular initial build fail.

2008-11-24 Thread Matt Raible
Are you sure Postfix is running and working correctly? Matt On Sun, Nov 23, 2008 at 11:57 PM, bytelock <[EMAIL PROTECTED]> wrote: > > Hi guys, > > I'm kinda new in using appfuse and I had this error on my initial run of the > "mvn" command for JSF Modular archetype. I'm currently doing my project

Re: [appfuse-user] jsf is not working with IE

2008-11-24 Thread Matt Raible
Does it work in Firefox? On Mon, Nov 24, 2008 at 6:31 AM, sudhakargupta <[EMAIL PROTECTED]> wrote: > > hi Raible.. > > > In JSF DataList tables in the IE is not avaliable to edit the records, can > u give me the suggestions for this problem.. > > > Sudhakar.. > -- > View this message in context:

Re: [appfuse-user] UniversalManager vs GenericManager

2008-11-24 Thread Matt Raible
On Mon, Nov 24, 2008 at 12:35 PM, Rob Harrington <[EMAIL PROTECTED]> wrote: > > Hi, > > Digging into AppFuse (2.0.2, modular struts, full-source). > > In this thread Matt seems to be saying there's no value going forward using > UniversalManager over GenericManager. You are correct. It's been remo

Re: [appfuse-user] DWR With Struts 2

2008-11-24 Thread Mauriff
Any idea? Mauriff wrote: > > Hi, > I want use DWR for call method in actions class from Struts 2. It's > that possible? > I tried to add this declaration in dwr.xml > > > > > > match="org.directwebremoting.webwork.ActionDefinition"> >

[appfuse-user] UniversalManager vs GenericManager

2008-11-24 Thread Rob Harrington
Hi, Digging into AppFuse (2.0.2, modular struts, full-source). In this thread Matt seems to be saying there's no value going forward using UniversalManager over GenericManager. > I also > believe generics are the better path, but left the old ones in during > the initial migration in case p

[appfuse-user] jsf is not working with IE

2008-11-24 Thread sudhakargupta
hi Raible.. In JSF DataList tables in the IE is not avaliable to edit the records, can u give me the suggestions for this problem.. Sudhakar.. -- View this message in context: http://www.nabble.com/jsf-is-not-working-with-IE-tp20660878s2369p20660878.html Sent from the AppFuse - User mailin