Re: ParamPrepareParamsStack interceptor , how does this work???

2008-06-29 Thread Lukasz Lenart
Upss! My mistake, I should read documentation much more careful ;-) Thanks Jeromy for explanation! Regards -- Lukasz http://www.lenart.org.pl/ - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: ParamPrepareParamsStack interceptor , how does this work???

2008-06-29 Thread Jeromy Evans
Lukasz Lenart wrote: You should use prepare() to prepopulate lists / comboboxs/ etc not to create your domain objects. Regards The OP's approach is appropriate when using the param-prepare-params pattern. Sometimes it's essential that the domain objects are instantiated/loaded in a prepa

Re: Struts Themes Problem - help

2008-06-29 Thread Narayana S
Hi Dave, Thanks for your reply. i found solution to my issue. when i am using simple theme i need to use fielderror tag with param tag. like .. clientname thanks for your time. On Fri, Jun 27, 2008 at 4:32 PM, Dave Newton <[EMAIL PROTECTED]> wrote: > --- On Fri, 6/27/08, N

Re: [S2] autocompleter action extension

2008-06-29 Thread Pierre Goupil
You're absolutely right ! I'll stick to the .xhtml extension, as I have no need for .html. Thanks ! Pierre 2008/6/26 Laurie Harper <[EMAIL PROTECTED]>: > My guess is that using an action extension of .html creates a conflict with > the Dojo template resources, which are .html files. If you loo

Re: ParamPrepareParamsStack interceptor , how does this work???

2008-06-29 Thread Lukasz Lenart
Hi 2008/6/29 akoo <[EMAIL PROTECTED]>: >public void prepare() throws Exception { >if(productId == 0) >{ >product = new Product(); >} >else >{ >product = ProductManager.findProduct(productId); >} >} You should use prep

ParamPrepareParamsStack interceptor , how does this work???

2008-06-29 Thread akoo
I have page with a list of products and links to edit that particular product. Edit My Product

Re: Spring Security and Struts2 Using tiles

2008-06-29 Thread JerryK
I was able to get this working with Acegi, by setting the Dispatcher property in web.xml /* REQUEST INCLUDE FORWARD But, now when i try this with Spring Security 2.0.1, i am facing the same problem as you have described here. Have you found any solution so far

Re: Error with action call from div

2008-06-29 Thread Scheidt
I'm experience exactly the same issue. Have you find a solution? Thanks Paranoid_Fabio wrote: > > Hello. I've the following problem I'm stuck with: > A tabbed panel with some divs: > > > > key="ContentUpload