Lukasz Lenart escribió:
navigator bar and the window title (where the name of the actual jsp page is
displayed) appears the same name as in the nav bar:
http://localhost:8080/gentaiw/mostrarusuario.do , (mostrarusuario means
showuser) instead of mostrarUsuario.jsp

This is correct behavior, you should never see any *.jsp in url, you
should also consider to request your global forwards jsp through
action and not directly.


http://localhost:8080/gentaiw/mostrarUsuario.do


Regards
"This is correct behavior, you should never see any *.jsp in url, you
should also consider to request your global forwards jsp through
action and not directly."

Ok, i see what you mean but i need to display some info from one jsp page to 
another directly:
page1 -> click link -> get the info from action class -> display the info in 
page 2
I suppose there isn´t another approach...

"
Ok, back to you problem, the config looks ok, could you try access you
action with CamelHumps, as you configured in struts-config.xml?"
Er..what is CamelHumps? No idea about it, sorry... :)
PD:( plus info: using myeclipse IDE if needed)

Regards,



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to