Results 1 to 6 of 6
Thread: Why actions in url?
- 01-01-2012, 01:26 PM #1
Member
- Join Date
- Jan 2012
- Posts
- 9
- Rep Power
- 0
Why actions in url?
Hi
I have simple login page. After pressing submit button proper page (loginSuccessed.jsp) is displayed, but url is different.
Why do I have url http://localhost:8080/project/doLogin.action? Shouldn't be (and if yes, how can I get this) http://localhost:8080/project/loginSuccessed.jsp?
Regards
- 01-03-2012, 01:58 PM #2
Moderator
- Join Date
- Apr 2009
- Posts
- 10,479
- Rep Power
- 16
Re: Why actions in url?
Presumably because your application (correctly) forwards to that JSP, as defined in your struts.xml?
- 01-06-2012, 05:35 PM #3
Member
- Join Date
- Jan 2012
- Posts
- 9
- Rep Power
- 0
Re: Why actions in url?
Hmm it seems I don't understand something. So it's not possible to get in url jsp page? It will always be action?
- 01-09-2012, 10:46 AM #4
Moderator
- Join Date
- Apr 2009
- Posts
- 10,479
- Rep Power
- 16
Re: Why actions in url?
That's how Struts works.
You submit to an action, which then forwards to a JSP to display the results (OK, Ajaxxy things work slightly differently).
Since the action and JSP are normally fairly closely associated I don't see why you'd want the JSP page in particular?
- 01-09-2012, 11:30 AM #5
Member
- Join Date
- Jan 2012
- Posts
- 9
- Rep Power
- 0
Re: Why actions in url?
Thank you for explanation. It seems clear now. But is it possible to hide url? So that only http://localhost/myProject/ is displayed all the time? I really don't want to have actions in url...
- 01-10-2012, 05:07 AM #6
Member
- Join Date
- Jan 2012
- Posts
- 3
- Rep Power
- 0
Similar Threads
-
Actions
By What2do in forum New To JavaReplies: 4Last Post: 01-31-2011, 04:45 PM -
actions for buttons
By steel in forum AWT / SwingReplies: 1Last Post: 12-02-2010, 05:42 AM -
JSP standard actions
By subhashis_mohanty in forum JavaServer Pages (JSP) and JSTLReplies: 2Last Post: 11-27-2010, 07:35 AM -
How to Use Actions
By AJArmstron@aol.com in forum New To JavaReplies: 4Last Post: 04-18-2010, 09:03 PM -
Actions
By alley in forum AWT / SwingReplies: 2Last Post: 01-16-2008, 02:52 PM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks