You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by jill juneja <ji...@gmail.com> on 2009/06/22 19:03:06 UTC

struts 2.1.6 crud app

I downloaded crud app from
http://struts.apache.org/2.x/docs/crud-demo-i.html

Every thing is working but - in s:url paramter is not being passed. I tired
every thing.

But employee object is always null despite it show in url correctly.

In url it shows -
http://149.10.178.12:8990/crud/crud!input.action;jsessionid=950ab20c231e4328542b8cea4abdad048c34c129d158?employee.employeeId=1


But employee or employee.employeeId is null.

Any help is appreciated.

regards,
Jill.

Re: struts 2.1.6 crud app

Posted by jill juneja <ji...@gmail.com>.
I found a thread where user had same problem.

It looks like it is a problem with oc4j. i am using JDeveloper and Oc4j
10.1.3

If anybody knows more could please somebody shed more light. If this can be
fixed in this enviornment. Else I have to keep working on struts 10.1.3

On Mon, Jun 22, 2009 at 1:03 PM, jill juneja <ji...@gmail.com> wrote:

> I downloaded crud app from
> http://struts.apache.org/2.x/docs/crud-demo-i.html
>
> Every thing is working but - in s:url paramter is not being passed. I tired
> every thing.
>
> But employee object is always null despite it show in url correctly.
>
> In url it shows -
> http://149.10.178.12:8990/crud/crud!input.action;jsessionid=950ab20c231e4328542b8cea4abdad048c34c129d158?employee.employeeId=1
>
>
> But employee or employee.employeeId is null.
>
> Any help is appreciated.
>
> regards,
> Jill.
>