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
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
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
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
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
I have page with a list of products and links to edit that particular
product.
Edit
My Product
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
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
8 matches
Mail list logo