Daniel-
The events onReadyStateChange and onFocus are mutually exclusive
More information on the use of these events can be viewed at
http://www.liqintao.net/handbook/js2/LiB0178.html
Anyone else?
Martin --
*
This email message a
Daniel-
Read FZ's response at
http://mail-archives.apache.org/mod_mbox/struts-user/200505.mbox/[EMAIL
PROTECTED]
where he does a retrieveURL on the specific page as in
onClick="retrieveURL('mostrarRegistrarPersona.do');"
HTH
Martin--
I don't know why your retrieve URL takes two parameters but if you save a
String from your Action into scope, you could use this:
request.setAttribute("myURL", request.getContextPath()+ mapping.getPath() +
".do");
Then get insert it into your JSP with EL like: ${requestScope.myURL}
Regards,
Davi
Thanks, Yeap, but how can i use it on the jsp:
retrieveURL('*(realPath)*/mostrarRegistrarPersona.do', 'PersonaForm')
Thanks
Hello Daniel-
the 'type' attribute will display the exact package/class of the class
identified to handle the action as in this example
Anyone else?
M-
*
This email message and any files transmitted with it con
Ok let me try to explain it better.
From the *registrarPersona.jsp* I use ajax to call some actions, one action
is found by the ajax call and theother don´t.
This is the call to ajax:
retrieveURL('*actualizarCamposForm.do*?paso=paso1', 'PersonaForm') --->*
found*
retrieveURL(*'mostrarRegistr
What do you mean by the "real path" ?
Daniel Chacón Sánchez wrote:
Hi all, can anyone tell me how I can get the real path of an action??
Thanks
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EM
It only happen on IE, on firefox works well, the focus doesn´t lost on
firefox, someone with an idea?
2006/9/22, Daniel Chacón Sánchez <[EMAIL PROTECTED]>:
Hi all,
I use Ajax on my application, but after the ajax is execute, the focus is
lost, is there a way of keep the focus?
Nobody??
2006/9/23, Daniel Chacón Sánchez <[EMAIL PROTECTED]>:
Hi all, can anyone tell me how I can get the real path of an action??
Thanks
I've never used FreeMarker, but it appears to be equivalent to this in
Struts ${user.userName} .
(At least I assume that's what the label attribute is for.)
(*Chris*)
On 9/23/06, David H. DeWolf <[EMAIL PROTECTED]> wrote:
I'm finding that I use something similar to this very often:
<@s.textfi
Hi all, can anyone tell me how I can get the real path of an action??
Thanks
I can't get to the page without sitmesh. It decorates all the navigation.
I really think it's a struts 2 problem. I worked around it by
changing to s:property and using a JSP scriptlet to get the context
path.
Is there a way to get the context path using a struts 2 tag?
Shawn
---
Hi Eric,
have you solved the problem?
Is everything in your configuration really the same
...web.xml, liberaries?
Could you imagine that your classloader loads different
xml-libraries?
It's an interesting problem for me hope to hear you soon!
Starki
-- Initial Header ---
>From
I'm finding that I use something similar to this very often:
<@s.textfield name="user.userName"
value="%{user.userName}"
label="%{getText('user.userName')}"/>
Is anyone aware of a shortcut so that I can eliminate the redundancy?
It would be nice if there was somethin
14 matches
Mail list logo