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 <[EMAIL PROTECTED]> wrote:
>>
>> i am using
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 <[EMAIL PROTECTED]> wrote:
i am using struts2.0 basic web framework and appfuse 2.0 M3
Michael Horwitz wrote:
>
> Whi
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
>>
>> i am new to appfuse. This may silly question . but i
Which web framework are you using, and which version of AppFuse?
Mike.
On 2/26/07, govindpatwa <[EMAIL PROTECTED]> wrote:
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
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.