RedirectAction supports "anchor" param

2011-06-21 Thread struts . rgm
I've opened this minor documentation issue as: https://issues.apache.org/jira/browse/WW-3652 Affected files will be: src/core/src/main/java/org/apache/struts2/dispatcher/ServletActionRedirectResult.java (needs javadoc updates) -Roland

Re: Create a struts ajax anchor using javascript

2009-09-13 Thread Christian Javellana
2009/9/12, Christian Javellana : >> >> Hi All, >> >> I'd like to know if there is a way how to build a struts anchor >> (theme='ajax') using javascript alone? >> >> I'd like to construct a struts ajax anchor wherein the href value comes

Re: Create a struts ajax anchor using javascript

2009-09-12 Thread Paweł Wielgus
ajax, those are two different worlds. Best greetings, Pawel Wielgus. 2009/9/12, Christian Javellana : > > Hi All, > > I'd like to know if there is a way how to build a struts anchor > (theme='ajax') using javascript alone? > > I'd like to construct a

Create a struts ajax anchor using javascript

2009-09-12 Thread Christian Javellana
Hi All, I'd like to know if there is a way how to build a struts anchor (theme='ajax') using javascript alone? I'd like to construct a struts ajax anchor wherein the href value comes from a JSON response. Is there a way to do this? -- View this message in context: h

RE: Struts2 - dojo anchor error

2009-07-05 Thread Kishan G. Chellap Paandy
Hi, I think I have missed something. I have a JSP page and in that I have the mailto:d...@newfield.org] Sent: Friday, July 03, 2009 8:10 PM To: Struts Users Mailing List Subject: Re: Struts2 - dojo anchor error Kishan G. Chellap Paandy wrote: > Here is what I'm doing. > <%@ tag

Re: Struts2 - dojo anchor error

2009-07-03 Thread Dale Newfield
Kishan G. Chellap Paandy wrote: Here is what I'm doing. <%@ taglib prefix="sx" uri="/struts-dojo-tags" %> OK, this looks like a jsp page... <@s.url id="sort" namespace="${parameters.nameSpace}" action="Sort"> <@s.param name="id" value="${tmpIdVal}"/> <@sx.a href="${sort}" key="app

RE: Struts2 - dojo anchor error

2009-07-02 Thread Kishan G. Chellap Paandy
h the jsp. It is indeed going to the action, but in the content div part I'm getting "undefined" text in IE 7. But the same is working in Mozilla 2. I'm using Struts 2.1.6. Thank you. Regards, Kishan.G Team Leader. www.spansystems.com -Original Message- From: Dav

Re: Struts2 - dojo anchor error

2009-07-02 Thread Dave Newton
e alternative mentioned above is also not working. Is there is any solution for this apart from the mentioned alternative? What specific issue are you having? AFAIK the anchor tag works. Dave - To unsubscribe, e-mail: user-u

Struts2 - dojo anchor error

2009-07-01 Thread Kishan G. Chellap Paandy
Hi Folks, Referring to: http://struts.apache.org/2.1.6/docs/dojo-anchor.html "There's a bug in IE6/IE7 which makes impossible to use the target's attribute with a parent Div, because such Div's content's are overwritten with the tag's loadingText. Resulting in an "undefined" message in the con

RE: Using Anchor Component for creating custom anchor tag

2009-03-25 Thread Manoj Dhore
Hi Martin Yes, I have insured that the stack, request and response objects are not null. Here is an extract of mergeTemplate function in Anchor class. I tried setting the template as well before initializing Anchor object but no luck

RE: Using Anchor Component for creating custom anchor tag

2009-03-24 Thread Martin Gainty
Have you verified the Anchor Tag's 3 required parameters stack, request, response are initialised properrly and non null before constructing the anchor tag ? Martin __ Disclaimer and confidentiality note This message is confidential and m

Using Anchor Component for creating custom anchor tag

2009-03-24 Thread Manoj Dhore
Hi, I am trying to create a custom anchor component using org.apache.struts2.components.Anchor. This is done inside a custom component that I am creating. Method that initializes Anchor component is as follows : private void createLink(String action, Containable item, Writer writer

Re: [S2] Ajax Anchor Tag

2009-02-03 Thread Wes Wannemacher
On Tuesday 03 February 2009 14:48:54 you wrote: > That is what I had hoped for. Unfortunately, it appears that the formId > property is only considered when using the ajax theme. > > Thanks, > Ken > Oh, I guess I misunderstood the question. There is no struts-y way to do it, other than using th

RE: [S2] Ajax Anchor Tag

2009-02-03 Thread Hoying, Ken
: Re: [S2] Ajax Anchor Tag On Tuesday 03 February 2009 14:39:25 Hoying, Ken wrote: > I would like to take advantage of the Struts 2 Ajax Anchor tag's > functionality to build the url on the client based on an href and the > parameters for a given form (formId). However, I do not want

Re: [S2] Ajax Anchor Tag

2009-02-03 Thread Wes Wannemacher
On Tuesday 03 February 2009 14:39:25 Hoying, Ken wrote: > I would like to take advantage of the Struts 2 Ajax Anchor tag's > functionality to build the url on the client based on an href and the > parameters for a given form (formId). However, I do not want the call to > be ma

[S2] Ajax Anchor Tag

2009-02-03 Thread Hoying, Ken
I would like to take advantage of the Struts 2 Ajax Anchor tag's functionality to build the url on the client based on an href and the parameters for a given form (formId). However, I do not want the call to be made asynchronously. I just want it to build the url and then get it normall

Adding anchor link in treenodes

2008-12-03 Thread Faraz Ali
Hi All, How to add a anchor href to a tree node? I tried few options but none working. I first tried like below: 7 In this way its not evaluating 7 And its printing nothing at all. I want to show the node information when that node is clicked

Re: submit form with anchor

2008-12-03 Thread Kibo
<s:form action="myAction/#p" > ... Kibo wrote: > > Hi konference > > I use Struts 2.0. I need submit form with anchor. I know that stuts tag > form dont support atribute anchor, but how do I do it? > > describe: > I have long form. I have two su

submit form with anchor

2008-12-02 Thread Kibo
Hi konference I use Struts 2.0. I need submit form with anchor. I know that stuts tag form dont support atribute anchor, but how do I do it? describe: I have long form. I have two submit buttons inside. First button has label "Save" and save values from form. It work correct. Sec

customizing anchor w/freemarker

2008-10-01 Thread Fernandes, Filipe
s = parameters + {"disabled":true} /> <#include template_control /> <#else> <#include template_control /> Then if I write the struts tag as follows... Where if ui.control_name.state returns "disabled", disable the control, or "

Re: [struts2] url tag not evaluating OGNL in anchor attribute

2008-08-23 Thread Daniel Ruan
n intended recipient. > Sender does not necessarily endorse content contained within this > transmission. > > > > Date: Sat, 23 Aug 2008 18:08:23 -0400 > > From: [EMAIL PROTECTED] > > To: user@struts.apache.org > > Subject: Re: [struts2] url tag not evaluating OGNL in

RE: [struts2] url tag not evaluating OGNL in anchor attribute

2008-08-23 Thread Dave Newton
--- On Sat, 8/23/08, Martin Gainty <[EMAIL PROTECTED]> wrote: > check your el-ignored parameter in web.xml > does it look like > > > *.jsp > true > > ? That won't affect S2's evaluating OGNL in a tag attribute, AFAIK. Dave ---

RE: [struts2] url tag not evaluating OGNL in anchor attribute

2008-08-23 Thread Martin Gainty
pache.org > Subject: Re: [struts2] url tag not evaluating OGNL in anchor attribute > > I found the same behavior with 2.1.2 Beta, although the bug WW-2015 claims > it is fixed in 2.0.10. > > Thanks, > > Daniel > > On Tue, Jun 24, 2008 at 4:34 AM, Volker Krebs

Re: [struts2] url tag not evaluating OGNL in anchor attribute

2008-08-23 Thread Daniel Ruan
I found the same behavior with 2.1.2 Beta, although the bug WW-2015 claims it is fixed in 2.0.10. Thanks, Daniel On Tue, Jun 24, 2008 at 4:34 AM, Volker Krebs <[EMAIL PROTECTED]> wrote: > Hello, > > I have the following in my JSP Page: > > > It seems that the

Re: disabled attribute not rendered for Anchor tag

2008-08-04 Thread Avinash
Forgot to mention, i am using struts-2.0.11.2. Thanks. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

disabled attribute not rendered for Anchor tag

2008-08-04 Thread Avinash
can anyone please let me know if there is any issue with disabled attribute of Anchor tag? Cause i am not getting the expected behaviour out of the tag. i used Test and expected 'Test' coming as disabled. but its not happening. Thank

Re: dojo anchor: get widget id and targets attributes inside subscribed topic?

2008-07-30 Thread holod
dojo mailing list [1] [2] recommend? > > jk > [1] [EMAIL PROTECTED] > [2] http://dojotoolkit.org/* > * > On Wed, Jul 30, 2008 at 8:57 AM, holod <[EMAIL PROTECTED]> wrote: > >> >> I use dojo anchor widget (). >> It successfully gets response in json

Re: dojo anchor: get widget id and targets attributes inside subscribed topic?

2008-07-30 Thread Jim Kiley
What did the dojo mailing list [1] [2] recommend? jk [1] [EMAIL PROTECTED] [2] http://dojotoolkit.org/* * On Wed, Jul 30, 2008 at 8:57 AM, holod <[EMAIL PROTECTED]> wrote: > > I use dojo anchor widget (). > It successfully gets response in json from server, but I have sev

dojo anchor: get widget id and targets attributes inside subscribed topic?

2008-07-30 Thread holod
I use dojo anchor widget (). It successfully gets response in json from server, but I have several problems accessing widget, that published a topic. Please, see my code: dojo.event.topic.subscribe("/after", function(data, request, widget){ alert('inside a topic event

[struts2] url tag not evaluating OGNL in anchor attribute

2008-06-24 Thread Volker Krebs
Hello, I have the following in my JSP Page: It seems that the anchor attribute is not evaluating the OGNL. I guess it's the same problem like this one: https://issues.apache.org/struts/browse/WW-2015 or is there any reason for not evaluating OGNL ? Thanks, V

Re: What is the functionality of struts 2 anchor tag?

2008-05-15 Thread Laurie Harper
link according to the conditions. Thats why I am writing my own custom tag by extending struts anchor tag class. Now can you suggest me how I will get href value in my own custom tag by extending struts anchor tag. Thanks, Akshi Gupta. Laurie Harper wrote: As far as I can see, most of that co

Re: What is the functionality of struts 2 anchor tag?

2008-05-14 Thread akshi gupta
I want to write my custom tag because my aim is to get the href value for the authorisation so that I can able to render the link according to the conditions. Thats why I am writing my own custom tag by extending struts anchor tag class. Now can you suggest me how I will get href value in

Re: What is the functionality of struts 2 anchor tag?

2008-05-14 Thread Laurie Harper
it" (from the "id" attribute). Later on Edit "%{edit}" will be evaluated against the stack and "/edit.action" will be found, so that is the value that the anchor tag will use on its href. musachy On Fri, May 9, 2008 at 8:59 AM, akshi gupta <[EMA

Re: What is the functionality of struts 2 anchor tag?

2008-05-13 Thread akshi gupta
it "%{edit}" will be evaluated against the stack and "/edit.action" will be found, so that is the value that the anchor tag will use on its href. musachy On Fri, May 9, 2008 at 8:59 AM, akshi gupta <[EMAIL PROTECTED]> wrote: Hello, If w

Re: What is the functionality of struts 2 anchor tag?

2008-05-09 Thread Musachy Barroso
d with the key "edit" (from the "id" attribute). Later >> on >> >> Edit >> >> "%{edit}" will be evaluated against the stack and "/edit.action" will >> be found, so that is the value that the anchor tag will use

Re: What is the functionality of struts 2 anchor tag?

2008-05-09 Thread akshi gupta
stack and "/edit.action" will be found, so that is the value that the anchor tag will use on its href. musachy On Fri, May 9, 2008 at 8:59 AM, akshi gupta <[EMAIL PROTECTED]> wrote: Hello, If we use anchor tag like this : (ListSuccess.jsp

Re: What is the functionality of struts 2 anchor tag?

2008-05-09 Thread Musachy Barroso
ated against the stack and "/edit.action" will be found, so that is the value that the anchor tag will use on its href. musachy On Fri, May 9, 2008 at 8:59 AM, akshi gupta <[EMAIL PROTECTED]> wrote: > Hello, > > If we use anchor tag like this : > > (ListSuccess.

What is the functionality of struts 2 anchor tag?

2008-05-09 Thread akshi gupta
Hello, If we use anchor tag like this : (ListSuccess.jsp) : > <%@ taglib prefix="s" uri="/struts-tags"%> . . > namespace="/" /> > E

[Struts2] anchor tag performance with ajax

2008-01-23 Thread Pete Hall
I'm using the tag and I'm experience a severe performance penalty. This is with Struts 2.0.11 As part of my JSP page I have ">

Re: [Struts2] Ajax anchor tag problem

2008-01-22 Thread Raghuveer Rawat
: > > > > try this: > > > > > > > > login > > > > > > > > Best regards. > > > > > > > > -- > > > > Robi > > > > > > > > > > > > Raghuveer Rawat wro

Re: [Struts2] Ajax anchor tag problem

2008-01-21 Thread WongTseng
ri wrote: > > > try this: > > > > > > login > > > > > > Best regards. > > > > > > -- > > > Robi > > > > > > > > > Raghuveer Rawat wrote: > > >> Hi, I have a requirement where only logged in users

Re: [Struts2] Ajax anchor tag problem

2008-01-21 Thread Raghuveer Rawat
-- > > Robi > > > > > > Raghuveer Rawat wrote: > >> Hi, I have a requirement where only logged in users are allowed to put > >> their > >> comment. I have implemented that form with struts2 ajax theme...anchor > >> has > >&

Re: [Struts2] Ajax anchor tag problem

2008-01-21 Thread Roberto Nunnari
th struts2 ajax theme...anchor has theme="ajax" If logged in user puts his comment then everything works fine perfectly..I am able to see text message returned from action in target div But when a user who is not logged in and try to put this comment..I want to redirect user to lo

Re: [Struts2] Ajax anchor tag problem

2008-01-21 Thread Roberto Nunnari
try this: login Best regards. -- Robi Raghuveer Rawat wrote: Hi, I have a requirement where only logged in users are allowed to put their comment. I have implemented that form with struts2 ajax theme...anchor has theme="ajax" If logged in user puts his comment then everything

[Struts2] Ajax anchor tag problem

2008-01-21 Thread Raghuveer Rawat
Hi, I have a requirement where only logged in users are allowed to put their comment. I have implemented that form with struts2 ajax theme...anchor has theme="ajax" If logged in user puts his comment then everything works fine perfectly..I am able to see text message returned from

Re: [Struts2] tabbed panel: tab which directly calls other view (like anchor)?

2007-10-19 Thread lbastil
ab3: > * tab 3: label something like "back", which will forward the user > immediately to ViewA > (in addition it would be nice if this special tab could have some extra > css formating, for instance shown on right side and so on ...) > > So what I mean is pretty much the

tabbed panel: tab which directly calls other view (like anchor)?

2007-10-17 Thread lbastil
n ...) So what I mean is pretty much the same like an anchor (-tag), but rendering as "special tab" on a user friendly position and styled comparable to the normal tabs ... Can anybody tell me whether this is possible a) with configuring tabbed panes / divs or b) some workaround which could

RE: Struts anchor question

2007-09-14 Thread TonyD
Yes that code runs correctly! Try to build the url link with a struts URL tag and use the struts param tag to set the "a" parameter . b if you use the struts anchor tag it works: Test link and if you print the url value

RE: Struts anchor question

2007-09-13 Thread Slattery, Tim - BLS
> I have Microsoft Internet Explorer 6.0.2 on my computer. > > If I use the struts anchor the URL parameters are separated > by the & character and the link works. > If I use the html anchor with a struts property the URL > parameters are separated by the amp; c

Re: Struts anchor question

2007-09-13 Thread Dave Newton
gt; link? > > > > Yes, because if you saw the "escapeAmp" attribute > you > > could use it in the tag to build your > URL > > then use a normal HTML tag with a blank > target > > as I suggested. > > > > d. > > > > > > > --

Re: Struts anchor question

2007-09-13 Thread TonyD
you > could use it in the tag to build your URL > then use a normal HTML tag with a blank target > as I suggested. > > d. > > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands,

Re: Struts anchor question

2007-09-13 Thread Dave Newton
--- TonyD <[EMAIL PROTECTED]> wrote: > Why have you sent me this link? So you'd read what's on the page. > Do you think I never seen that link? Apparently not, otherwise you would have seen the "escapeAmp" attribute. > Do you think the answer to my question is in that link? Yes, because if you

RE: Struts anchor question

2007-09-13 Thread TonyD
I have Microsoft Internet Explorer 6.0.2 on my computer. If I use the struts anchor the URL parameters are separated by the & character and the link works. If I use the html anchor with a struts property the URL parameters are separated by the amp; characters and the link doesn't work.

Re: Struts anchor question

2007-09-13 Thread TonyD
l > > --- TonyD <[EMAIL PROTECTED]> wrote: > >> >> Because the HTML anchor tag with a URL >> created via replaces the "&" character >> between parameters with >> "amp;" characters >> and my link doesn't work. >>

Re: Struts anchor question

2007-09-12 Thread Emi Lu
Hello list, I saw datetimepicker is a very func in the tutorial. However, when I tried this: format="#-#MM-#dd" /> I got the following exceptions, my version is struts.2.0.9, should I use other jar file or only struts2.1 provides this func: Thanks a lot! org.apache.jasper.JasperExc

RE: Struts anchor question

2007-09-12 Thread Slattery, Tim - BLS
> Because the HTML anchor tag with a URL created via > replaces the "&" character between parameters > with "amp;" characters and my link doesn't work. It should. The xhtml spec insists on that, and it works just fine in the browsers my employer

Re: Struts anchor question

2007-09-12 Thread Dave Newton
http://struts.apache.org/2.x/docs/url.html --- TonyD <[EMAIL PROTECTED]> wrote: > > Because the HTML anchor tag with a URL > created via replaces the "&" character > between parameters with > "amp;" characters > and my link doesn't w

Re: Struts anchor question

2007-09-12 Thread TonyD
Because the HTML anchor tag with a URL created via replaces the "&" character between parameters with "amp;" characters and my link doesn't work. newton.dave wrote: > > --- TonyD <[EMAIL PROTECTED]> wrote: >> How to obtain the equivalent htm

Re: Struts anchor question

2007-09-12 Thread Dave Newton
--- TonyD <[EMAIL PROTECTED]> wrote: > How to obtain the equivalent html anchor in struts? > > <.a href= > target="_blank"> >... > <./a> > > I tried with the "targets" parameter but it doesn't > work. > >

Struts anchor question

2007-09-12 Thread TonyD
I would like to display the URL link in a new window. How to obtain the equivalent html anchor in struts? <.a href= target="_blank"> ... <./a> I tried with the "targets" parameter but it doesn't work. ... Thanks in advance. --

Struts anchor question

2007-09-12 Thread TonyD
I would like to display the URL link in a new window. How to obtain the equivalent html anchor in struts? ... I tried with the "targets" parameter but it doesn't work. ... Thanks in advance. -- View this message in

Re: Help posting a form with an anchor and targets

2007-08-29 Thread Ivan Fontanals
I've finally found an answer to my question searching in the mail list. Here is the explanation about what is going on and the solution: http://www.mail-archive.com/user@struts.apache.org/msg54844.html Basically the solution consists in not showing the "loadingText" in the target div, because i

Help posting a form with an anchor and targets

2007-08-29 Thread Ivan Fontanals
Hi, I'm trying to send a form from an anchor tag, but I've only archieved to send the form without the "targets" attribute. When I put the target ID, the form is not sended but the page redirects correctly. Otherwise it works well but the page is not red

Help posting a form with an anchor and targets

2007-08-29 Thread Ivan Fontanals
Hi, I'm trying to send a form from an anchor tag, but I've only archieved to send the form without the "targets" attribute. When I put the target ID, the form is not sended but the page redirects correctly. Otherwise it works well but the page is not red

Re: How to generate an ANCHOR tag dynamically?

2007-08-08 Thread Paul Benedict
Use the Tiles tag that can expose the tiles attribute as a page attribute. Maybe getAsString can do it. But once it is a page attribute, you can do: Paul On 8/8/07, Paul Uszak <[EMAIL PROTECTED]> wrote: > > Hi all. > > Is there any way to make a dynamic anchor tag in a stru

How to generate an ANCHOR tag dynamically?

2007-08-08 Thread Paul Uszak
Hi all. Is there any way to make a dynamic anchor tag in a struts link? I'm also using tiles. The following does not work as the JSP interpreter can't... " > I'm trying to have a link to a help page that's context sensitive, so where ever you are pressing help

Re: [S2] Problems with ajax anchor tag

2007-06-13 Thread Lucas Garcia
th they have in the struts-core.jar. It's a good idea to extract .js files from the struts.core.jar? Where to put them? Cheers On 6/13/07, Lucas Garcia <[EMAIL PROTECTED]> wrote: Hi, I'm testing the ajax Anchor tag ( http://struts.apache.org/2.x/docs/ajax-tags.html#AjaxTags-anc

[S2] Problems with ajax anchor tag

2007-06-13 Thread Lucas Garcia
Hi, I'm testing the ajax Anchor tag ( http://struts.apache.org/2.x/docs/ajax-tags.html#AjaxTags-anchorTag). Mi jsp page looks like: <%@ page contentType="text/html; charset=UTF-8" %> <%@ taglib prefix="s" uri="/struts-tags" %> http://www.w3.org/T

Re: Dinamic param using anchor (s:a)?

2007-03-22 Thread Dave Newton
--- Felipe Rodrigues wrote: > But can I set the value of the param inside > from teh tag? > > Something like: > > > > > > >March >April > > The real question is, how to pass a value of a param > from to ? You don't; the parameter is in the variable created by the

Re: Dinamic param using anchor (s:a)?

2007-03-22 Thread Felipe Rodrigues
-- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- View this message in context: http://www.nabble.com/Dinamic-param-using-anchor-%28s%3Aa%29--tf3446629.html#a9614880 Sent from the Struts - User mailing list archive a

Re: Dinamic param using anchor (s:a)?

2007-03-22 Thread Dave Newton
--- Felipe Rodrigues wrote: > Is it possible to send a dinamic parameter using > tag? Sure. Since the "href" attribute needs to be built with anyway, see: http://struts.apache.org/2.x/docs/url.html d. Fi

Dinamic param using anchor (s:a)?

2007-03-22 Thread Felipe Rodrigues
Hi guys, Is it possible to send a dinamic parameter using tag? I mean, if I click at one link, the param value is 5, if I click at another link the param value is 7. Is that possible? thanks -- View this message in context: http://www.nabble.com/Dinamic-param-using-anchor-%28s%3Aa%29

Re: [using #(anchor) in xxx.do][solved]]

2006-08-13 Thread Deva Pitchai(NatureSoft)
Hi Wendy, your link helped me alot and gave me wht i need. thanks Deva Wendy Smoak wrote: On 8/11/06, Deva Pitchai <[EMAIL PROTECTED]> wrote: Is there a possibilty of using a anchor tag like below from the struts action ... I know wht to do in the html side.. but dont dont know

Re: [using #(anchor) in xxx.do]

2006-08-11 Thread Wendy Smoak
On 8/11/06, Deva Pitchai <[EMAIL PROTECTED]> wrote: Is there a possibilty of using a anchor tag like below from the struts action ... I know wht to do in the html side.. but dont dont know how to itegrate it in the struts. This might help: http://wiki.apache.org/struts/StrutsJumpTo

[using #(anchor) in xxx.do]

2006-08-11 Thread Deva Pitchai
hi all Is there a possibilty of using a anchor tag like below from the struts action http://localhost/dir1/dir2/file.jsp#bottom somthing like ... http://localhost/dir1/dir2/viewfile.do#bottom so that i can view the bootom of the page once the action is executed. I know wht to do in the

Re: How to detect if an action was called from a web form or from an anchor

2005-11-09 Thread Wendy Smoak
On 11/9/05, Néstor Boscán <[EMAIL PROTECTED]> wrote: > > Is there a way to know if an action is called from a web form or from an > anchor? > Put a hidden field in the form and check for it-- if the form wasn't submitted, it won't be there. You can also check reques

How to detect if an action was called from a web form or from an anchor

2005-11-09 Thread Néstor Boscán
Hi   Is there a way to know if an action is called from a web form or from an anchor?   Regards,   Néstor Boscán   Néstor Boscán - Gerente de Consultoría Teléfono Móvil: +58 416 6070610  Teléfono Oficina: +58 212 2399711 - +58 212 2398198

Re: htnm:base rewrites anchor tag

2005-07-28 Thread Dave Newton
Shekhar Jain wrote: No I'm just using a plain I think you need to look at what the html tag does. http://www.faqs.org/docs/htmltut/linking/_BASE.html Dave - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional comm

Re: htnm:base rewrites anchor tag

2005-07-28 Thread Shekhar Jain
No I'm just using a plain wrote: > Shekhar Jain wrote: > > >I have a jsp page which in which I am using the at the top > >of the page. However I find that then all the links to anchor tags get > >rewrriten with the jsp page. Is there any way to prevent this from &

Re: htnm:base rewrites anchor tag

2005-07-28 Thread Dave Newton
Shekhar Jain wrote: I have a jsp page which in which I am using the at the top of the page. However I find that then all the links to anchor tags get rewrriten with the jsp page. Is there any way to prevent this from happening Are the links-to-anchor-tags struts tags? If so, perhaps

htnm:base rewrites anchor tag

2005-07-28 Thread Shekhar Jain
I have a jsp page which in which I am using the at the top of the page. However I find that then all the links to anchor tags get rewrriten with the jsp page. Is there any way to prevent this from happening Shekhar Jain - To

Re: Possible to go to named anchor via ActionForward?

2005-04-21 Thread Jeff_Caswell
I can make it so that the browser jumps to a named anchor tag ("errors" in this particular case)? Thanks. --Jim -- ** The information contained in this communication is confidential, private, propr

Re: Possible to go to named anchor via ActionForward?

2005-04-21 Thread Joe Germuska
If you are returning a "redirecting" action forward, it shoul be no problem to append an anchor -- but if your ActionForward results in a RequestDispatcher forward (as in the default case), then the anchor would probably cause the dispatcher to choke. The problem is that errors ar

AW: Possible to go to named anchor via ActionForward?

2005-04-21 Thread Leon Rosenberg
Aehm, document.location.href = document.location.href+'#errors'; At the bottom of your document? I mean, you should remind yourself, that an anchor in your document has nothing to do with the forward. It's like renaming the class file if you need to call method B() of the ob

AW: Possible to go to named anchor via ActionForward?

2005-04-21 Thread Leon Rosenberg
Aehm, document.location.href = document.location.href+'#errors'; At the bottom of your document? I mean, you should remind yourself, that an anchor in your document has nothing to do with the forward. It's like renaming the class file if you need to call method B() of the ob

Possible to go to named anchor via ActionForward?

2005-04-21 Thread Jim Coble
#errors) is not available. Is there any way I can set up an action mapping so that, if control is redirected back to the "input" JSP page, I can make it so that the browser jumps to a named anchor tag ("errors" in this particular case)? Thanks. --Jim

RE: Struts ActionForward to HTML anchor

2005-03-11 Thread David G. Friedman
Bezanson [mailto:[EMAIL PROTECTED] Sent: Friday, March 11, 2005 4:42 PM To: user@struts.apache.org Subject: Struts ActionForward to HTML anchor I'd like to know if it is possible to get a ActionForward to scroll my target page to

RE: Struts ActionForward to HTML anchor

2005-03-11 Thread Scott Piker
ce of this request attribute. - if it exists, call a javascript function that sets the window.location.hash value to your anchor name. HTH, - Scott -Original Message- From: Brian Bezanson [mailto:[EMAIL PROTECTED] Sent: Friday, March 11, 2005 4:42 PM To: user@struts.apache.org Subje

Struts ActionForward to HTML anchor

2005-03-11 Thread Brian Bezanson
I'd like to know if it is possible to get a ActionForward to scroll my target page to an anchor on the page created with the . Problem Description -- I have a page in struts (rather large form) where I have a drop-down menu near the bottom with some choices.

Re: named anchor and form

2005-02-02 Thread draegoon Z
Thanks, your solution is exactly what I needed. From: Wendy Smoak <[EMAIL PROTECTED]> Reply-To: "Struts Users Mailing List" To: Struts Users Mailing List Subject: Re: named anchor and form Date: Wed, 02 Feb 2005 16:09:17 -0700 From: "draegoon Z" <[EMAIL PROTECTED]&

Re: named anchor and form

2005-02-02 Thread Wendy Smoak
he user back where they clicked. So... in the Action, I do: request.setAttribute( "anchor", "someString" ); and then at the bottom of the JSP, so it won't get executed until the page has loaded all the way...

named anchor and form

2005-02-02 Thread draegoon Z
if I have a named anchor lower in the page, the user is scrolling down, so it doesn't get clicked. And I think, getInputMapping() would the info anyways, but have yet to check for certain. Thanks. - To unsubscribe, e-ma

RE: [Tiles] Forwarding to an specific anchor link of a Tile

2004-11-10 Thread David G. Friedman
e it worked on HREFs. The JSP was served by my "/hey" action mapping. I tested it with both /hey.do and /do/hey servlet mappings. You could probably do this in tiles using a slightly modified tiles template. Your example was: I recommend splitting up the body and anchor compon

RE: [Tiles] Forwarding to an specific anchor link of a Tile

2004-11-10 Thread Daniel Perry
This is not a good idea... As far as i'm aware anchors are not part of the http specification. They are only implemented in html. Eg. You type /myAnchor.do#myAnchor into the url bar in your browser, the browser actually requests /myAnchor.do - it doesnt send the anchor - it just uses it to

RE: [Tiles] Forwarding to an specific anchor link of a Tile

2004-11-09 Thread David G. Friedman
Daniel, An anchor is HTML, not Java/Struts so why don't you have your redirect go to /myAnchor.do#myAnchor ? Regards, David -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Friday, November 05, 2004 6:43 AM To: [EMAIL PROTECTED] Subject: [Tiles] Forwardi

[Tiles] Forwarding to an specific anchor link of a Tile

2004-11-09 Thread daniel . blazquez
Hi everybody, i need to forward from an Action to an specifig anchor link of a Tile. Something like: [example definition of Tiles configuration file] but as expected, Tiles engine can't locate the file. is it possible to forward from an Action to an specific anchor link of a

RE: Anchor tag

2004-10-02 Thread David G. Friedman
Kiran, Why would you want to set an anchor tag in a forward? If you are talking tag, that should be handled by the browser to 'jump' down the page to the appropriate portion of the page marked by the anchor. Can you give more clear details and examples if this is another problem

How can you add an anchor to an action?

2004-09-26 Thread Kristen Henry
I have a jsp that I will return to, and depending on the button pushed I wand to return to a different anchor. I tried adding an anchor name with #stat for example at the end of the .jsp name in the action forward. It says it is not found. What is the solution for this? Thanks, Kristen

Re: # anchor

2004-07-09 Thread atta-ur rehman
AIL PROTECTED]> Sent: Friday, July 09, 2004 11:28 AM Subject: Re: # anchor > Hello Glenn, > > I've used a little javascript to the trick; though i'm sure there must be > some better way of doing it: > > have an anchor in your jsp: > > > - Original Messag

Re: # anchor

2004-07-09 Thread atta-ur rehman
Hello Glenn, I've used a little javascript to the trick; though i'm sure there must be some better way of doing it: have an anchor in your jsp: - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, July 09, 2004 10:55 AM Su

  1   2   >