Re: struts2 web app without jsp pages, is it possible?

2009-12-08 Thread Halil Ağın
html+freemarker+json On Tue, Dec 8, 2009 at 2:12 PM, Saeed Iqbal wrote: > You can easily have html extension for your web page and use sitemesh for > templating > > On Tue, Dec 8, 2009 at 5:08 PM, Shital Patil >wrote: > > > Dear All, > > > > I want to develop web application in struts2 framewo

Re: Struts2 online sources/ ebooks

2009-11-18 Thread Halil Ağın
My friends and I writing some struts2 tutorials in turkish. www.struts2nedir.org I think it will help for turkish developers. halil. On Wed, Nov 18, 2009 at 9:31 AM, emil thushanga wrote: > check this one, > > http://www.rkcole.com/index.html > > Emil > > On Wed, Nov 18, 2009 at 10:48 AM, vik

[struts 2] different actions.extentions for different packages

2009-10-03 Thread Halil Ağın
Hello List; I want to have differen extention names for actions in different packages. For example, i have 2 package namespace 1. mail 2. registered the actions in mail should have .ml extentions and others should have .scr meanly, /mail/abc.ml should mapped to action named abc in the mail pa

[struts2] disable parameter pass between actions

2009-09-09 Thread Halil Ağın
Hello List; I have 2 urls as below /myapp/myaction1.action?p=3 /myapp/myacction2.action i reqeust the first action with param as above. when first request completed i click a button which request second action. but when second action is requested, the parameter part is also passed to second acti

[struts 2] s:url containing href="#sample"

2009-08-11 Thread Halil Ağın
Hello List; I want to generate below link by using s:url. but i dont know how to do it www.sample.com.fake/AppCon/package1/abc.action#exampleheader for part "/package1/abc" i use but for the "#exampleheader" part i could see any solution. how can i do this? regards, -Halil AĞIN

problem in parameter passing to chained action with the same parameter name

2009-06-25 Thread Halil Ağın
Hello List; I am doing some expreiment on chaining action. I want to pass a request parameter to my chained action with the same name of parameter. I call the action as http://localhost:8080/action3.action?param=10 action3 decrease the param value by 1 and return the chained result. the chained a

how to reach constants declared in struts.xml from a custom interceptor

2009-02-08 Thread Halil Ağın
Hello List; I want to reach constants declared in struts.xml from my custom interceptor. How can i do this? regards, -halil agin.

Re: struts2 validation, tiles definition in input result type, problem!

2008-07-25 Thread Halil Ağın
Sorry i amde a typo in the previous mail, ProjectStatus-validation,xml should be replaced with ProjectStatusAction-validation,xml 2008/7/25 Halil Ağın <[EMAIL PROTECTED]>: > Hello Dave; > > Yes you are right, There is no "ProjectStatus" action defined. > Now, i chang

Re: struts2 validation, tiles definition in input result type, problem!

2008-07-25 Thread Halil Ağın
; wrote: > Your action is submitting to "ProjectStatus"; is that action defined? > > Dave > > > --- On Thu, 7/24/08, Halil Ağın <[EMAIL PROTECTED]> wrote: > > > From: Halil Ağın <[EMAIL PROTECTED]> > > Subject: struts2 validation, tiles def

Re: struts2 validation, tiles definition in input result type, problem!

2008-07-24 Thread Halil Ağın
TED]>: > 2008/7/24 Halil Ağın <[EMAIL PROTECTED]>: > > Hello List; > > org.apache.tiles.definition.NoSuchDefinitionException: tvq.projectstatus. > at > > > org.apache.tiles.impl.BasicTilesContainer.render(BasicTilesContainer.java:394) > > at > >

struts2 validation, tiles definition in input result type, problem!

2008-07-24 Thread Halil Ağın
Hello List; I am trying to implement validation in struts2. My action is as follow: tvq.projectstatus.{1} tvq.projectstatus.{1} tvq.projectstatus.{1} /ProjectStatus_list.action Since when validation process returns false, i want stru