What cd be wrong?

2008-02-08 Thread Sam Karl
Hi, I'm new to struts and portlets. I tried out the this tutorial as a start. http://struts.apache.org/2.x/docs/struts-2-portlet-tutorial.html After implementing all functionalities described in that tutorial, the "editBookMark" option doesn't work. I get the following exceptio

Re: What cd be wrong?

2008-02-09 Thread Nils-Helge Garli Hegvik
Have you remembered the "oldName" hidden field in the edit form? And have you tried downloading the source for the tutorial and see if you get the same behaviour with it? Nils-H On Feb 8, 2008 8:28 PM, Sam Karl <[EMAIL PROTECTED]> wrote: > Hi, > > I'm new to struts and portlets. I tried o

Re: What cd be wrong?

2008-02-11 Thread Nils-Helge Garli Hegvik
BTW: What timestamp has your struts2-portlet jar snapshot? I made a change on the 7'th of january that you may not have which are causing the error. Have you tried deleting your local snapshot version from the repository? If you have a maven proxy repository, remember to delete it there as well. N

Re: What cd be wrong?

2008-02-11 Thread Nils-Helge Garli Hegvik
That is odd... I can't reproduce the error... What are the exact steps you're going through to produce this error? I'm trying with the downloaded source. Nils-H On Feb 11, 2008 5:43 PM, Sam Karl <[EMAIL PROTECTED]> wrote: > Yes. I do have that hidden field oldName. I tried with the downloaded prj

Re: What cd be wrong?

2008-02-11 Thread Sam Karl
Yes. I do have that hidden field oldName. I tried with the downloaded prj too. Didn't work for me. I'm not sure what I'm missing. Thx. for the reply. Sam On Feb 9, 2008 12:26 PM, Nils-Helge Garli Hegvik <[EMAIL PROTECTED]> wrote: > Have you remembered the "oldName" hidden field in the edit form?