Re: [S2] Trying to use Struts2 in a custom framework but ...

2007-07-10 Thread Don Brown
On 7/6/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: == 1st Issue == - if I click on a link to another page in my menu, the URL will be: ".../otherUrlEdit.action?currentFichierId=1" ... and I can't find how to avoid it. There is a parameter in the url building tag that will turn off this fe

[S2] Trying to use Struts2 in a custom framework but ...

2007-07-05 Thread m . coindeau
Hello world, I'm currently working on a framework that should include Struts2 but I got some problems. First the context is a [webFramework]+Spring2+Hibernate project. I read some tutorial mainly about simple CRUD samples, but when trying to do a more serious application, the patterns used in the