[appfuse-user] How id is set in Useraction.java appfuse 2.0M3

2007-02-25 Thread govindpatwa
Hi i am new to appfuse. This may silly question . but i am facing a small problem . i am not able to edit user . Its throwing null pointer exeception at getId() method in UserAction. the id is not set i was doing lots debug and i don't able understand how id is set in UserAction in edit mode.

Re: [appfuse-user] How id is set in Useraction.java appfuse 2.0M3

2007-02-26 Thread govindpatwa
i am using struts2.0 basic web framework and appfuse 2.0 M3 Michael Horwitz wrote: > > Which web framework are you using, and which version of AppFuse? > > Mike. > > > On 2/26/07, govindpatwa <[EMAIL PROTECTED]> wrote: >> >> >> Hi >> >

Re: [appfuse-user] How id is set in Useraction.java appfuse 2.0M3

2007-02-26 Thread govindpatwa
thanks got it . that's for quick reply mraible wrote: > > The id value is set when you pass in an id parameter. In regular ol' > AppFuse, getId() is never read in the JSPs, instead user.getId() is > read. > > Matt > > On 2/26/07, govindpatwa <[EMAI