Re: Defining dynamic default value for a cookie [*]

2006-08-28 Thread Andreas . Hartmann
Hello Puneet! I could solve my problem now on my own :-). I addressed the class directly in the jsp-file: The created symlinks I mentioned in the other post are not needed any more. Kind regards, Andreas Hartmann - To unsu

Antwort: Re: Defining dynamic default value for a cookie [*]

2006-08-28 Thread Andreas . Hartmann
Hello Puneet, I tried your solution, but I'm getting now another error: Generated servlet error: Integrationmenuform cannot be resolved to a type I wrote the following in the jsp: My web.xml from conf-dir with the init-params: jsp org.apache.jasper.servlet.JspServlet

Re: Defining dynamic default value for a cookie

2006-08-28 Thread Andreas Hartmann
Hello Puneet! Puneet Lakhina wrote: > On 8/28/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: >> >> >> Hello! >> >> I'm trying to define a default value in the jsp for a cookie, but I don't >> know >> how to do it :-(. >> >> I've go the following piece of code: >> >> ... >> >> >> ... >> >> I wo

Re: Defining dynamic default value for a cookie

2006-08-28 Thread Puneet Lakhina
On 8/28/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: Hello! I'm trying to define a default value in the jsp for a cookie, but I don't know how to do it :-(. I've go the following piece of code: ... ... I would like to have the output from the bean:write - tag as input for the value in

Defining dynamic default value for a cookie

2006-08-28 Thread Andreas . Hartmann
Hello! I'm trying to define a default value in the jsp for a cookie, but I don't know how to do it :-(. I've go the following piece of code: ... ... I would like to have the output from the bean:write - tag as input for the value in the bean::cookie - tag: does not work (the bean:write - ta