Unsubscribe mail-id

2011-10-16 Thread suhas kokal
Hi, Please unsubscribe my mail id from the user group - user@struts.apache.org Please do the needful. Thanks, Suhas Kokal +919890950336

Freemarker in JSP

2009-04-09 Thread suhas kokal
Hello experts, I am new to Struts 2.0 Even though I am using JSP as result pager I am getting Freemarker template error. I am using the follwing syntax This will retrieve the Collection from the action using getPermissionlevel() method It is printing the values from the value stack but it also

Re: Freemarker in JSP

2009-04-09 Thread suhas kokal
Hi, Thanks for the replay. I am forwarding the Jsp page and the action src code driving the page to you. The getPermssionlevel() method return the appropriate list/collection and the value is populated in perpere mathod. Please have alook at the code snippet. Thanks Suhas --- On Thu, 9/4/09,

Re: Passing a value to JavaScript from a tag

2009-05-07 Thread suhas kokal
Hi, Try out OGNL expression for the value attribute of property tag. This may help. Thanks Suhas. --- On Fri, 8/5/09, cm132005 wrote: > From: cm132005 > Subject: Passing a value to JavaScript from a tag > To: user@struts.apache.org > Date: Friday, 8 May, 2009, 6:45 AM > > How to pass a value

Re: Fwd: Help

2009-05-19 Thread suhas kokal
Hi, You don't need to do any thing as starting a new (same) application in another browser(from parent one) carries the session into another application.You can check this from the URL. Thanks Suhas --- On Tue, 19/5/09, Murugesh wrote: > From: Murugesh > Subject: Fwd: Help > To: "Struts

Re: realtive path and absolute path

2009-09-11 Thread suhas kokal
hi,   Absolute path starts from /ContextName/... Relative path does not start from / but with the URL u declare in the configuration path   Thanks Suhas Kokal --- On Fri, 11/9/09, srinu salnki wrote: From: srinu salnki Subject: realtive path and absolute path To: user@struts.apache.org Date

Re: realtive path and absolute path

2009-09-11 Thread suhas kokal
hi,      The raltive path is jsp/abc.jsp  The absolute path is  http://localhost:8080/test/jsp/abc.jsp   Thanks Suhas Kokal --- On Fri, 11/9/09, srinu salnki wrote: From: srinu salnki Subject: Re: realtive path and absolute path To: "Struts Users Mailing List" Date: Friday, 11

Re: WARNING: Could not find action or result There is no Action mapped for namespace / and action name . - [unknown location]

2009-02-11 Thread suhas kokal
Hi, This is Suhas. I have read your mail. Most probably you have not defined the action which drives the jsp. Bcos if no action is mentioned in the , defaults to the driving action. If not defined warning comes out. Thanks Suhas. --- On Thu, 12/2/09, Ratheesh Kumar K wrote: > From: Rath

Re: Hibernate, HTTP Session, and LazyInitializationException

2009-02-25 Thread suhas kokal
Hi all, If some body knows hot to use javascript alerts with struts 2.0 (when validation framework fires)please find me the way. Thanks a lot in advance. Suhas. --- On Wed, 25/2/09, Paul Benedict wrote: > From: Paul Benedict > Subject: Hibernate, HTTP Session, and LazyInitializationExcepti