RE: Pretty urls without .action

2008-01-22 Thread neha bhatt
I am facing same problem. I had tried : eg. struts.action.extension=action,, In such case I am getting Http Status 404. where as if I use, eg. struts.action.extension= All files with extenstion like: javascript , css and images not loading. Randy Burgess-3 wrote: > > What about the filter

Re: hiding .action in url in struts 2

2008-01-22 Thread neha bhatt
Hi, struts.action.extension= it works.. but there is no longer I can access the files with extension. like .js, .css.. etc, I get : There is no Action mapped for action name struts/xhtml/styles.css. - [unknown location] for each url Mirbek Nosinov wrote: > > thanks. it works > i tried just >

setting dynamic dispatch action from submit button with custom ActionMapper

2008-01-24 Thread neha bhatt
"pagedSearching" method in MyCustomActionMapper. Can any one help? Thanks Neha Bhatt -- View this message in context: http://www.nabble.com/setting-dynamic-dispatch-action-from-submit-button-with-custom-ActionMapper-tp15062866p15062866.html Sent from the Struts - User mailing list archive at

Re: Pretty urls without .action

2008-01-25 Thread neha bhatt
Thanks for the help! Would u please give some brief idea, about setting the rule in urlrewrite.xml? How can I remove .action suffix from each? Thanks, Neha Bhatt Sparecreative wrote: > > We have adopted using the URL Rewrite Filter > (http://tuckey.org/urlrewrite/) > which like

Re: CompositeActionMapper

2008-01-30 Thread neha bhatt
I wish to use CompositeActionMapper to chain multiple Custom ActionMappers. in this case I get 'Http status 404'.. Any idea regarding? Thanks, Neha Bhatt Deryl Seale wrote: > > As an update, I can obviously use url-pattern's in my web.xml to more > finely co

Differentiate Redirection of page if validator fails and action property setter fails.

2008-02-19 Thread neha bhatt
Hi All, I have made the page where userList is displayed page wise. There is the link 'createUser' on that page. I kept validation.xml file for CreateUser fields. If validation fails then it redirects to same 'UserDetail' page with validation Messages. Now..There is an integer variable 'page' in