Re: [appfuse-user] appfuse-jsf + DWR converter error

2008-05-31 Thread sudheerp
Yes, those two lines are being removed from the mail! Sudheer mraible wrote: > > There's no wrote: >> >> >> Hello Matt, >> >> Thanks for your reply, >> >>I modified my dwr.xml like this, but the coversion error is still >> there. >> Do I need a >> method signature here

Re: [appfuse-user] appfuse-jsf + DWR converter error

2008-05-31 Thread Matt Raible
There's no wrote: > > > Hello Matt, > > Thanks for your reply, > >I modified my dwr.xml like this, but the coversion error is still there. > Do I need a > method signature here ? > > > > > > > >

Re: [appfuse-user] appfuse-jsf + DWR converter error

2008-05-30 Thread sudheerp
Hello Matt, Thanks for your reply, I modified my dwr.xml like this, but the coversion error is still there. Do I need a method signature here ?

Re: [appfuse-user] appfuse-jsf + DWR converter error

2008-05-30 Thread Matt Raible
On Fri, May 30, 2008 at 12:26 PM, sudheerp <[EMAIL PROTECTED]> wrote: > > Hello, > > I am using appfuse-jsf 2.0.2. I am trying to implement DWR for person > form. > The methods inherited from GenericDaoHibernate like get, save, remove etc > shows > > Methods For: PersonManagerService > > # get

[appfuse-user] appfuse-jsf + DWR converter error

2008-05-30 Thread sudheerp
Hello, I am using appfuse-jsf 2.0.2. I am trying to implement DWR for person form. The methods inherited from GenericDaoHibernate like get, save, remove etc shows Methods For: PersonManagerService # get( ); (Warning: No Converter for java.io.Serializable. See below) (W

Re: [appfuse-user] AppFuse(JSF)

2008-02-15 Thread Irshad Buchh
Rob, Thanks very much. This stuff is great, I have a couple of questions: 1. Since u r not using Struts Menu, can u still achieve the role based security of Struts Menu? 2. Would it be very difficult to refactor it for use in AppFuse 1.x? We r using AppFuse 1.x (JSF, Hibernate) at the moment 3. W

Re: [appfuse-user] AppFuse(JSF)

2008-02-13 Thread Rob Hills
Hi Irshad, Irshad Buchh wrote: Hi Scott, I am exactly looking for this option. Can u provide us the url of the project swoop. I tried to find it on SourceForge.net, but I could not locate it. We would like to have the code samples. A search for "swoop" on sourceforge.net turned up the follow

Re: Re: [appfuse-user] AppFuse(JSF)

2008-02-13 Thread Irshad Buchh
Hi Scott, I am exactly looking for this option. Can u provide us the url of the project swoop. I tried to find it on SourceForge.net, but I could not locate it. We would like to have the code samples. --Irshad A. Buchh Senior Principal Consultant. Scott Ryan wrote: > > I have completed the co

Re: [appfuse-user] Appfuse JSF-Basic web test failing under windows platform

2008-01-07 Thread ycharron
That was it. I've install the freeSMTP app and it worked. Thanks Matt mraible wrote: > > It looks like you need to install an SMTP server so your application > can send e-mail. Linux and OS X come with one installed by default. > Windows has one, but it's not installed or running by defaul

Re: [appfuse-user] Appfuse JSF-Basic web test failing under windows platform

2008-01-07 Thread Matt Raible
It looks like you need to install an SMTP server so your application can send e-mail. Linux and OS X come with one installed by default. Windows has one, but it's not installed or running by default. http://appfuse.org/display/APF/Installing+an+SMTP+Server Matt On Jan 7, 2008, at 6:31 AM, y

[appfuse-user] Appfuse JSF-Basic web test failing under windows platform

2008-01-07 Thread ycharron
Appfuse JSF-Basic web test failing under windows platform. Hello, I’m a newbie regarding this maven automated building system, so please bear with me. I’m trying to get through the appfuse 2 quickstart guide and I’m running into an error when I run the command mvn after having install-i

RE: [appfuse-user] appfuse-JSF two questions

2007-06-11 Thread Ding, Qin
Thank you, Matt. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Matt Raible Sent: Monday, June 11, 2007 10:35 AM To: users@appfuse.dev.java.net Subject: Re: [appfuse-user] appfuse-JSF two questions On 6/11/07, Ding, Qin <[EMAIL PROTECTED]>

Re: [appfuse-user] appfuse-JSF two questions

2007-06-11 Thread Matt Raible
On 6/11/07, Ding, Qin <[EMAIL PROTECTED]> wrote: May I repost this requestion again? I use Appfuse 1.9.4 and JSF. 1). In users.xhtml, I see ; In mainMenu.xhtml, I see Where is xxx.bundleName is defined? I created a mypage.xhtml and put . I got an error: Can't find bundle for bas

[appfuse-user] appfuse-JSF two questions

2007-06-11 Thread Ding, Qin
May I repost this requestion again? I use Appfuse 1.9.4 and JSF. 1). In users.xhtml, I see ; In mainMenu.xhtml, I see Where is xxx.bundleName is defined? I created a mypage.xhtml and put . I got an error: Can't find bundle for base name locale en. 2. In the tutorial, I read the f

[appfuse-user] appfuse JSF --

2007-06-08 Thread Ding, Qin
Appfuse 1.9.4 and JSF is used here. 1). In some xhtml file, I see , others Where is xxx.bundleName is defined? When should I use basePage.bundleName or specific page bundleName? And where and how is this defined? 2. In the tutorial: "If you want to customize the CSS for a particul

Re: [appfuse-user] Appfuse JSF, readonly text fields in XxForm.xhtml

2007-05-21 Thread mikebgx
Thanks Matt, done that Then I get an exception clicking the list to go into the details form: Property id references object in a scope with shorter lifetime than the target scope session Seems to me its complaining about param.id, which gets given the value of person.Id where person is the va

Re: [appfuse-user] Appfuse JSF, readonly text fields in XxForm.xhtml

2007-05-21 Thread Matt Raible
If you put your managed bean in session scope instead of request, it should solve this problem. Matt On 5/21/07, mikebgx <[EMAIL PROTECTED]> wrote: Hi, I'm using Appfuse (for JSF & Hibernate). It seems the presence of a readonly or disabled attribute on my http://www.nabble.com/Bug-in-editPr

[appfuse-user] Appfuse JSF, readonly text fields in XxForm.xhtml

2007-05-21 Thread mikebgx
Hi, I'm using Appfuse (for JSF & Hibernate). It seems the presence of a readonly or disabled attribute on my http://www.nabble.com/Bug-in-editProfile--tf1274535s2369.html#a3400660 whereby I've added after my tag. Any ideas please? Mike -- View this message in context: http://www.nabble.

[appfuse-user] AppFuse JSF & Icefaces Integration

2007-04-17 Thread Irshad Buchh
Hi, 1.We are currently working on an AppFuse 1.9.4 JSF project. We would like to use Icefaces components in the jsp pages. Is it without issues? Has anyone tried it out. 2. We create a pojo and cd into appgen to run ant. It created all the code nicely in build/gen directory under appgen. Is there

Re: [appfuse-user] AppFuse JSF & Icefaces Integration

2007-04-17 Thread Matt Raible
On 4/17/07, Irshad Buchh <[EMAIL PROTECTED]> wrote: Hi, 1.We are currently working on an AppFuse 1.9.4 JSF project. We would like to use Icefaces components in the jsp pages. Is it without issues? Has anyone tried it out. I haven't tried integrating ICEfaces with AppFuse, but you might want t

Re: [appfuse-user] AppFuse JSF & Icefaces Integration

2007-04-17 Thread Irshad Buchh
Matt, Thank you very much for the valuable input. --Irshad. mraible wrote: > > On 4/17/07, Irshad Buchh <[EMAIL PROTECTED]> wrote: >> >> Hi, >> >> 1.We are currently working on an AppFuse 1.9.4 JSF project. We would like >> to >> use Icefaces components in the jsp pages. Is it without issues? H