Re: Html:link Javascript validation

2011-06-21 Thread Dave Newton
bbura...@verizonwireless.com] > Sent: Tuesday, June 21, 2011 11:14 AM > To: user@struts.apache.org > Subject: Html:link Javascript validation > > Hi, > > I wanted to perform javascript validation when HTML link is clicked. If > validation fails, I want to stop the process.

RE: Html:link Javascript validation

2011-06-21 Thread Sunil Choppara
AM To: user@struts.apache.org Subject: Html:link Javascript validation Hi, I wanted to perform javascript validation when HTML link is clicked. If validation fails, I want to stop the process. In Javascript function, i added return false. so that it stops the process. When I was runnin

Html:link Javascript validation

2011-06-20 Thread sivaks75
Hi, I wanted to perform javascript validation when HTML link is clicked. If validation fails, I want to stop the process. In Javascript function, i added return false. so that it stops the process. When I was running the application, after performing the javascript validation (though Layout ID is

RE: html:link submit with request parameters

2009-11-16 Thread Kawczynski, David
November 14, 2009 4:19 AM > To: user@struts.apache.org > Subject: RE: html:link submit with request parameters > > > thank you for your responce. > > > > I tried the below to pass parameters and also to submit the form. > > > > > > >

RE: html:link submit with request parameters

2009-11-14 Thread fea jabi
e the name attribute to pass the parameters. How to do both the submit and passing of parameters using ? Your help is appreciated. Thanks. > Subject: RE: html:link submit with request parameters > Date: Fri, 13 Nov 2009 14:44:55 -0500 > From: david_kawczyn...@merck.com > To:

RE: html:link submit with request parameters

2009-11-13 Thread Kawczynski, David
ursday, November 12, 2009 8:43 PM > To: user@struts.apache.org > Subject: html:link submit with request parameters > > > I need to submit the form when the is > clicked/pressed and also need to pass parameters. > > > > > > > > > > " &

html:link submit with request parameters

2009-11-12 Thread fea jabi
I need to submit the form when the is clicked/pressed and also need to pass parameters. " transaction="true" > but this is not submitting the form. How can I submit the form and also pass the request params? Basically I want other values entered in the html form are set to

Re: html:link define the href from a bean property

2008-11-17 Thread Nuwan Chandrasoma
struts el tags would do this to you. http://struts.apache.org/1.3.8/struts-el/index.html http://struts.apache.org/1.3.8/struts-el/tagreference.html#html:link Thanks, Nuwan C. Cappelletti Marc wrote: Hi, Maybe an old problem, sorry for the redundance but: I'd like to define

html:link define the href from a bean property

2008-11-17 Thread Cappelletti Marc
Hi, Maybe an old problem, sorry for the redundance but: I'd like to define that: How can we do that without using <% %> or any java handling..? Thank you Marc

Re: html:link throwing null pointer

2008-06-24 Thread Antonio Petrelli
2008/6/24 Dimitris Mouchritsas <[EMAIL PROTECTED]>: > But 1.3.9 is still beta. btw do you know when it will be released? Struts 1.3.9 is release. It was declared as beta for this bug: https://issues.apache.org/struts/browse/STR-3081 See the mail thread: http://www.nabble.com/-S1---VOTE--Struts-1.3

Re: html:link throwing null pointer

2008-06-24 Thread Dimitris Mouchritsas
Antonio Petrelli wrote: 2008/6/24 Dimitris Mouchritsas <[EMAIL PROTECTED]>: I've corrected the code and I'm trying to find out how to rebuild struts. I don't think it is necessary, it has been released in 1.3.9. http://struts.apache.org/download.cgi#struts139 Antonio

Re: html:link throwing null pointer

2008-06-24 Thread Antonio Petrelli
2008/6/24 Dimitris Mouchritsas <[EMAIL PROTECTED]>: > I've corrected the code and I'm trying to find out how to rebuild struts. I don't think it is necessary, it has been released in 1.3.9. http://struts.apache.org/download.cgi#struts139 Antonio --

Re: html:link throwing null pointer

2008-06-24 Thread Dimitris Mouchritsas
Antonio Petrelli wrote: 2008/6/24 Dimitris Mouchritsas <[EMAIL PROTECTED]>: javax.servlet.jsp.JspException: ServletException in '/WEB-INF/jsp/common/search.jsp': null at org.apache.struts.tiles.taglib.InsertTag$InsertHandler.doEndTag(InsertTag.java:927) at org.apache.struts.tile

Re: html:link throwing null pointer

2008-06-24 Thread Antonio Petrelli
2008/6/24 Dimitris Mouchritsas <[EMAIL PROTECTED]>: > javax.servlet.jsp.JspException: ServletException in > '/WEB-INF/jsp/common/search.jsp': null >at > org.apache.struts.tiles.taglib.InsertTag$InsertHandler.doEndTag(InsertTag.java:927) >at > org.apache.struts.tiles.taglib.InsertTag

html:link throwing null pointer

2008-06-24 Thread Dimitris Mouchritsas
: Select... http://www.google.gr";> <%--Advanced Search--%> I'm certain it's html:link, because if I comment it out the tile is showing. I'

RE: How to accomplish Html:link in struts 2

2007-09-18 Thread Dave Newton
--- Xibin Liu <[EMAIL PROTECTED]> wrote: > I mean implementing the forward in the html:link tag > too. It would be nice if you can give me an example > for that. Still There are no ActionForwards in S2. d. -

RE: How to accomplish Html:link in struts 2

2007-09-18 Thread Xibin Liu
I mean implementing the forward in the html:link tag too. It would be nice if you can give me an example for that. Thanks -Original Message- From: Kun Niu [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 18, 2007 11:33 AM To: Struts Users Mailing List Subject: Re: How to accomplish

Re: How to accomplish Html:link in struts 2

2007-09-18 Thread Kun Niu
s:url and s:a ? 2007/9/18, Xibin Liu <[EMAIL PROTECTED]>: > > What is the equivalent tag in struts 2.0 for the following struts 1 tag? > > key="help"/> > > I know s:text will replace bean:message, but what about html:link ? > > > Thanks > -- 失业 牛坤 MSN:[EMAIL PROTECTED]

How to accomplish Html:link in struts 2

2007-09-18 Thread Xibin Liu
What is the equivalent tag in struts 2.0 for the following struts 1 tag? I know s:text will replace bean:message, but what about html:link ? Thanks

Problem with html:link-tag

2007-05-29 Thread kopinsky
Hello, i hope this is the right location for my question. If not, please redirect me. I have a jsp-page where at the beginning of the page i load a collection of data from the database and put it into the session like this: <% List kommunen=IbnSystem.GetKommunengruppe(request);

Re: Nullpointer Exception in html:link doStartTag()

2007-04-26 Thread Antonio Petrelli
2007/4/26, Hiltenkamp Andreas <[EMAIL PROTECTED]>: Hi ! We get a NullPointerException when using the Struts 1.3.8 html:rewrite tag in a JSP Page using an Bea Weblogic 8.1 application server. For testing purposes the page currently contains the following two lines See: https://issues.apache.

Nullpointer Exception in html:link doStartTag()

2007-04-26 Thread Hiltenkamp Andreas
ls this.parameters.clear() which leads to a NullPointerException because parmeters is null How is it possible to use two html:rewrite (html:link - the rewrite tag is derived from the link tag)tags within one JSP without generating a NullPointerException? What did we do wrong? Or i

Re: struts2 equivalent of html:link tag?

2007-04-17 Thread Ian Roughley
My mistake (perhaps), I was scanning the email too fast. It doesn't have the action and namespace attributes. But it's not just for making dojo ajax requests either. The href attribute can use the %{} notation to search the value stack and resolve expressions. I usually use the two together

Re: struts2 equivalent of html:link tag?

2007-04-17 Thread Ian Roughley
generates a link in s2, you can use the action and namespace attributes with it. Dave Newton wrote: --- Allen Gilliland <[EMAIL PROTECTED]> wrote: okay, but at that point there is no real reason to use the s:url tag at all If you're not dealing with contexts, perhaps not.

Re: struts2 equivalent of html:link tag?

2007-04-17 Thread Dave Newton
--- Ian Roughley <[EMAIL PROTECTED]> wrote: > generates a link in s2, you can use the > action and namespace attributes with it. is pretty different than and I would think not what the OP was looking for, which was how to give links "logical" names. I think the issue was largely solved by usin

Re: struts2 equivalent of html:link tag?

2007-04-16 Thread Allen Gilliland
Dave Newton wrote: --- Allen Gilliland <[EMAIL PROTECTED]> wrote: okay, but at that point there is no real reason to use the s:url tag at all If you're not dealing with contexts, perhaps not. login page and had this in your struts config file ... In S1 my impression was that i

Re: struts2 equivalent of html:link tag?

2007-04-16 Thread Dave Newton
--- Allen Gilliland <[EMAIL PROTECTED]> wrote: > > > okay, but at that point there is no real reason to > use the s:url tag at all If you're not dealing with contexts, perhaps not. > login page > > and had this in your struts config file ... > > > path="/ui/login-redirect.jsp"/> > In S

Re: struts2 equivalent of html:link tag?

2007-04-16 Thread Allen Gilliland
t to change the login url i only do it in one place, rather than in dozens of places. in struts1 that was possible when using the html:link tag because if you put this in a page ... login page and had this in your struts config file ... then you would end up with this in your html

Re: struts2 equivalent of html:link tag?

2007-04-16 Thread Dave Newton
> From: Allen Gilliland <[EMAIL PROTECTED]> > that works fine for any actions that i have defined, but it doesn't work > for non-struts actions. d. __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail

Re: struts2 equivalent of html:link tag?

2007-04-16 Thread Allen Gilliland
- Original Message From: Allen Gilliland <[EMAIL PROTECTED]> To: user@struts.apache.org Sent: Monday, April 16, 2007 4:00:28 PM Subject: struts2 equivalent of html:link tag? Is there any struts2 equivalent to the struts1 html:link tag? I see that the s:a tag is available but is d

Re: struts2 equivalent of html:link tag?

2007-04-16 Thread Shahak Nagiel
day, April 16, 2007 4:00:28 PM Subject: struts2 equivalent of html:link tag? Is there any struts2 equivalent to the struts1 html:link tag? I see that the s:a tag is available but is designed for use with ajax and the only other tag i see is s:url. The reason I ask is because in my application we

struts2 equivalent of html:link tag?

2007-04-16 Thread Allen Gilliland
Is there any struts2 equivalent to the struts1 html:link tag? I see that the s:a tag is available but is designed for use with ajax and the only other tag i see is s:url. The reason I ask is because in my application we used to form links like this ... login and that would build a nice

RE: html:link

2006-12-11 Thread Strachan, Paul
a) The displayTag library can sort for you b) you can only pass one parameter using html:link (unless you use a Map) c) if "function" is a Dispatch method you could use javascript onclick event handler to submit to the "sort" method, passing the sortOrder parameter - the

RE: Newbie question about using beans in html:link tags

2006-11-30 Thread Asthana, Rahul
: Struts Users Mailing List Subject: Re: Newbie question about using beans in html:link tags My search returns multiple rows (as seen in the for loop).. How can I possibly have a session when I dont know what link the user is going to click? On 11/29/06, Asthana, Rahul <[EMAIL PROTECTED]>

Re: Newbie question about using beans in html:link tags

2006-11-30 Thread priya
which derives from html:link and knows how to deal with AccountInfo bean. But if I may,I would suggest rethinking the architecture of your application, as in maintaining the AccountInfo object in session instead of passing it through URL encoding. Cheers Rahul

RE: Newbie question about using beans in html:link tags

2006-11-29 Thread Asthana, Rahul
Priya, As a short term solution you can create a new tag,as in myLibrary:link which derives from html:link and knows how to deal with AccountInfo bean. But if I may,I would suggest rethinking the architecture of your application, as in maintaining the AccountInfo object in session instead of

Re: Newbie question about using beans in html:link tags

2006-11-29 Thread priya
using jstl? Caveat: I havent used it myself.But I remember having come across code like that. AFAIK, html:link doesnt support passing multiple params except by a Map. -Original Message- From: priya [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 29, 2006 3:25 PM To: Struts Users Ma

RE: Newbie question about using beans in html:link tags

2006-11-29 Thread Asthana, Rahul
Would you mind using jstl? Caveat: I havent used it myself.But I remember having come across code like that. AFAIK, html:link doesnt support passing multiple params except by a Map. -Original Message- From: priya [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 29, 2006 3:25 PM To

Newbie question about using beans in html:link tags

2006-11-29 Thread priya
I am trying to use Struts for an account creation application 1. In my JSP page I am using a List (named results) to get account information (name, id and more.. ) 2. The list stores this information in an AccountInfo bean and I am using a for loop to go through the List. 3. I am using

RE: another html:link issue

2006-11-21 Thread Strachan, Paul
... View Loyalty Page -Original Message- From: robin bajaj [mailto:[EMAIL PROTECTED] Sent: Tuesday, 21 November 2006 4:46 AM To: Struts Users Mailing List Subject: another html:link issue Hi Folks, I am trying to have an html:link in my jsp form. This form normally submits to action

Re: html:link newbie problem

2006-11-21 Thread priya
Darn how did I miss that ! Thank you Elie and Wes! On 11/20/06, Elie Ciment <[EMAIL PROTECTED]> wrote: priya, Your html:link (the "opening" tag) has incorrect syntax. You need to change it from Next Page to Next Page No extra "/" - that closes the tag in st

Re: another html:link issue

2006-11-21 Thread robin bajaj
action etc. OR Do I HAVE TO bring a scalar property in request/session scope from something before the JSP etc. ? regards, robin Ed Griebel wrote: A html:link will NOT send anything on the current form; it actually doesn't even need to be inside a form. Here's 2 approaches that I

RE: html:link newbie problem

2006-11-21 Thread Wesley Wannemacher
rg > Subject: html:link newbie problem > > This is probably a very simple question but this being my first struts > application its not that simple for me :) > > >- I am using pagination on one of my jsp pages. There is a > simple text >box and 2 hidden fields (s

Re: html:link newbie problem

2006-11-21 Thread Elie Ciment
priya, Your html:link (the "opening" tag) has incorrect syntax. You need to change it from Next Page to Next Page No extra "/" - that closes the tag in standard xhtml markup. That should fix it (also, fix up the Previous Page code to surround the words Previous Pag

html:link newbie problem

2006-11-21 Thread priya
This is probably a very simple question but this being my first struts application its not that simple for me :) - I am using pagination on one of my jsp pages. There is a simple text box and 2 hidden fields (size, start) which do a search and calls search.do. - search.do passes attribut

Re: cannot get parameter value in action class passed using html:link

2006-10-03 Thread Antonio Petrelli
html:link are passed only if the corresponding action has a ActionForm. They are passed anyway, but if there is an ActionForm, the parameters are got and put into the corresponding property, not the opposite. I will check this with latest version of tomcat later on. Good luck! Ciao Antonio

Re: how to escape double quotes in html:link

2006-10-03 Thread Laurie Harper
Vinod Kumar wrote: Hi All, I am trying to create a list of html links dynamiclly. I have a collection of links. My HyperLink class has one linkURL field and another linkDesc field (its a javabean). When I iterate thru these links, the double quotes are causing problem and i have tried ever

how to escape double quotes in html:link

2006-10-03 Thread Vinod Kumar
Hi All, I am trying to create a list of html links dynamiclly. I have a collection of links. My HyperLink class has one linkURL field and another linkDesc field (its a javabean). When I iterate thru these links, the double quotes are causing problem and i have tried every possible combination

Re: cannot get parameter value in action class passed using html:link

2006-10-03 Thread Vinod Kumar
passing couple of parameters on the html:link to action and I am able to get those using getQueryString(). Then I just split them from there and use them. Atleast it keeps me going. I am not sure if paramters from html:link are passed only if the corresponding action has a ActionForm. I will check this

Re: cannot get parameter value in action class passed using html:link

2006-10-02 Thread Antonio Petrelli
Vinod Kumar ha scritto: Hi Antonio, When I Printed getQueryString in the action class using the below stmt System.out.println("request.getQueryString() = "+request.getQueryString()); Result was request.getQueryString() = print=1 So it means, Query string has print parameter but request.getP

RE: cannot get parameter value in action class passed using html:link

2006-10-02 Thread Vinod Kumar
e- > From: Antonio Petrelli [mailto:[EMAIL PROTECTED] > > Sent: segunda-feira, 2 de Outubro de 2006 11:14 > To: Struts Users Mailing List > Subject: Re: cannot get parameter value in action > class passed using > html:link > > Vinod Kumar ha scritto: > > this

Re: cannot get parameter value in action class passed using html:link

2006-10-02 Thread Vinod Kumar
Hi Antonio, When I Printed getQueryString in the action class using the below stmt System.out.println("request.getQueryString() = "+request.getQueryString()); Result was request.getQueryString() = print=1 So it means, Query string has print parameter but request.getParameter("print") is return

RE: cannot get parameter value in action class passed using html:link

2006-10-02 Thread David Pinho (Hexadecimal)
: cannot get parameter value in action class passed using html:link Vinod Kumar ha scritto: > this is the way I try to get value in > aciton class > System.out.println("PRINT VALUE = > "+request.getParameter( "print" )); > > Sometime, the printable link looks lik

Re: cannot get parameter value in action class passed using html:link

2006-10-02 Thread Antonio Petrelli
Vinod Kumar ha scritto: this is the way I try to get value in aciton class System.out.println("PRINT VALUE = "+request.getParameter( "print" )); Sometime, the printable link looks like http://localhost:81/myapp/setup.do;jsessionid=xrlq86pj71?print=YES even if i trim it to http://localhost:81/o

cannot get parameter value in action class passed using html:link

2006-09-29 Thread Vinod Kumar
I have following in page definition:- In my bottom.jsp page, I create a link like Printable version When I click on the "Printable version",it should pass parameter print=YES to the setup.do but when I check in the action class it does not return anything.

Re: parameter value is not coming correct with html:link

2006-09-20 Thread Nuwan Chandrasoma
ubject: parameter value is not coming correct with html:link hi, I am trying to display some hyper links which links to same action called 'edituser.do'. adding to that i have pass the user email id as parameters. To achieve that i am using following code. paramProperty="email"&

Re: parameter value is not coming correct with html:link

2006-09-20 Thread Chris Pratt
That's a standard URLEncoding conversion. There are very few non-alphanumeric characters that are allowed in a URL and that's the properly encoded URL. If you use it as is and check the value of the email parameter (with request.getParameter("email")) in the action mapped to edituser.do, you sho

parameter value is not coming correct with html:link

2006-09-20 Thread Venkata Phani Kumar
hi, I am trying to display some hyper links which links to same action called 'edituser.do'. adding to that i have pass the user email id as parameters. To achieve that i am using following code. every thing is fine but the link is looking like this /edituser.do?email=mail%40mail.com Infact

Re: Use html:link in User defined Tag

2006-09-11 Thread Adam J Samere
I'm assuming you are writing your own custom tag and rendering the link inside the tag definition. If this is the case you may wish to have a look at the org.apache.struts.taglib.TagUtils class. One of the overloaded computeURL methods may provide the functionality you are after. Adam Dave Ke

Use html:link in User defined Tag

2006-09-11 Thread Dave Kennedy
Hi, I am trying to create a link on a page with the following URL http://localhost:8080///list.do This JSP code specifies the Upload produces this link http://localhost:8080//upload/upload.do But, this Java code in a Tag out.print("Upload"); produces this link http://localhost:8080///

Died with html:link

2006-09-08 Thread Francisco Exposito Aguilera
Hi, I have a jsp page where I show a table with some fields of a session collection (listUsers). In every row of the table I want to call a new jsp page in order to show all fields. value='${lee.lastName}'/> value='${lee.name}'/> action="searchUser.do?parametro=edi

Re: problem with html:link tag

2006-08-28 Thread Chris Cheshire
string usually helps. On 8/28/06, Chris Cheshire <[EMAIL PROTECTED]> wrote: > I am trying to use html:link to "fix" a URL so that it has the context > path on it, but when the value of the page parameter requires quotes > inside it (to specify a string value to a function

Re: problem with html:link tag

2006-08-28 Thread Michael Jouravlev
Escaping the quotation symbols inside the string usually helps. On 8/28/06, Chris Cheshire <[EMAIL PROTECTED]> wrote: I am trying to use html:link to "fix" a URL so that it has the context path on it, but when the value of the page parameter requires quotes inside it (to specif

problem with html:link tag

2006-08-28 Thread Chris Cheshire
I am trying to use html:link to "fix" a URL so that it has the context path on it, but when the value of the page parameter requires quotes inside it (to specify a string value to a function) then the page won't compile. I have this link in td in the page : remaining If it is

html:link and post instead of get

2006-08-11 Thread David Durham
Is there a common way to change an or from a get to a post http request? Looks like it would have to replace an href=""> with a form. RoR does this easily enough. One idea would be to add a method="post|get" option to or something similar to that. -Dave

html:link and collection

2006-08-05 Thread Francisco Exposito Aguilera
Hi, I have a jsp where I show some fields of a search. If I click on every row, I must be redirected to a new page with all info of that row. As I read weeks ago at this mailing list, it should be done with html:link, but I have some problems... The DispatchAction searchUsers which "

RE: html:link question

2006-05-31 Thread Samere, Adam J
; something -Adam -Original Message- From: rukka [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 31, 2006 10:32 AM To: Struts Users Mailing List Subject: html:link question Hello, I do have a jsp tag like this: something I want to pull href link "my.link"

html:link question

2006-05-31 Thread rukka
Hello, I do have a jsp tag like this: something I want to pull href link "my.link" from Message.resources (Application.properties). how do I do that? Thanks in advance to any replies... rukka - To unsubscribe, e-mail:

Re: referencing variable in onclick event of html:link tag

2006-04-18 Thread vijay venkataraman
: Re: referencing variable in onclick event of html:link tag hi, may be you can try removing the double quotes from the expression [<%=count%>]. bye "Shoukat, Faisal" <[EMAIL PROTECTED]> wrote: Can anyone help with explaining to me how to get a scriptlet into

RE: referencing variable in onclick event of html:link tag

2006-04-18 Thread Shoukat, Faisal
That was the first thing I tried but unfortunately does not work! -Original Message- From: Anil Kumar Pippalapalli [mailto:[EMAIL PROTECTED] Sent: 18 April 2006 10:49 To: Struts Users Mailing List Subject: Re: referencing variable in onclick event of html:link tag hi, may be you can

Re: referencing variable in onclick event of html:link tag

2006-04-18 Thread Anil Kumar Pippalapalli
e: I have two forms of the same name in my jsp page. The way I am submitting the forms is to call the onclick event within the html:link tag as follows: paramName="app" paramProperty="appId" onclick='javascript:document.forms.applicationDetailsForm[0].sub

referencing variable in onclick event of html:link tag

2006-04-18 Thread Shoukat, Faisal
Can anyone help with explaining to me how to get a scriptlet into a html:linl tag in the onclick event. For example: I have two forms of the same name in my jsp page. The way I am submitting the forms is to call the onclick event within the html:link tag as follows: [Sub mit] However

How to use html:link in Websphere Portlet

2006-03-13 Thread makarand sonawane
. The problem is My Edit mode is has window state maximized but the view mode is Normal. When I click html:link for the first time it switches to View Mode and the window state is normal. But whe I again go back to Edit Mode and try to Switch to View Mode, the view page is displayed but the

Set action property from html:link

2006-03-13 Thread Yariel Ramos Moreno
Hi: In my application I have a dinamic menu (it changes frecuently). I need to pass the value of a property in the ActionForm asociated to this menu, where the value is the text at the link (e.g. option). I have did it like the example above, but in my menu there are words with acute characters

Re: Scriptlets cannot use inside the tabs, html:link problem

2006-03-07 Thread Angelo zerr
Hi, you can't use scriplet whith taglib. The aim of taglib is not use scriptlet. So, for your problem, tou can use EL syntax. With EL syntax, you wille able to do But, if you want use EL syntax, you must use taglib of Struts EL see http://struts.apache.org/struts-el/index.html regards Angelo

Scriptlets cannot use inside the tabs, html:link problem

2006-03-07 Thread Sony Thomas
Hi friends, I have a problem in displaying a link. I am using tabs in one of my jsp's. I have a link which is a property in my form bean. <% TaskForm taskForm = (TaskForm) request.getAttribute("TaskForm"); String *objectLink *= taskForm.getObjectLink(); %>

Re: html:link, etc, looking for full url, not just context name

2006-02-27 Thread Michael Jouravlev
On 2/27/06, Jim Reynolds <[EMAIL PROTECTED]> wrote: > All I have been asking is the following: Is there a easy way using the > html:# tags to get the full url printed. along with should help you build proper server-relative URL: http://wiki.apache.org/struts/StrutsTaglibHtmlLink I don't think t

Re: html:link, etc, looking for full url, not just context name

2006-02-27 Thread Michael Jouravlev
nal Message- > > > From: Jim Reynolds [mailto:[EMAIL PROTECTED] > > > Sent: Monday, February 27, 2006 4:20 PM > > > To: Struts Users Mailing List > > > Subject: Re: html:link, etc, looking for full url, not just > > > context name > > > > &

RE: html:link, etc, looking for full url, not just context name

2006-02-27 Thread George.Dinwiddie
7; - George > -Original Message- > From: Jim Reynolds [mailto:[EMAIL PROTECTED] > Sent: Monday, February 27, 2006 5:12 PM > To: Struts Users Mailing List > Subject: Re: html:link, etc, looking for full url, not just > context name > > > Its not my day &g

Re: html:link, etc, looking for full url, not just context name

2006-02-27 Thread Jim Reynolds
cause it > to be ignored than the use of relative URLs. > > - George > > > -Original Message- > > From: Jim Reynolds [mailto:[EMAIL PROTECTED] > > Sent: Monday, February 27, 2006 4:20 PM > > To: Struts Users Mailing List > > Subject: Re: html:link, etc, l

RE: html:link, etc, looking for full url, not just context name

2006-02-27 Thread George.Dinwiddie
eorge > -Original Message- > From: Jim Reynolds [mailto:[EMAIL PROTECTED] > Sent: Monday, February 27, 2006 4:20 PM > To: Struts Users Mailing List > Subject: Re: html:link, etc, looking for full url, not just > context name > > > Not exactly the answer I was lookin

Re: html:link, etc, looking for full url, not just context name

2006-02-27 Thread Jim Reynolds
Not exactly the answer I was looking for. I don't believe I ever mentioned anything about iterating or params, or Anyway, when I use html:link, etc, I get the following in my source: I want http://www.mywebapphere/app/exceptionMain.do?userID=290441";> That way when the rob

Re: html:link, etc, looking for full url, not just context name

2006-02-27 Thread Ahmed Hashim
Yes, http://struts.apache.org/struts-taglib/tagreference-struts-html.html#html:link If you will use html:link inside an iteration use the properties (indexed,indexId) If you want to compose a URL like Action1.do?ID=2 use link Ahmed Hashim On 2/27/06, Jim Reynolds <[EMAIL PROTECTED]>

html:link, etc, looking for full url, not just context name

2006-02-27 Thread Jim Reynolds
I have created a ecommerce site using struts, and using the full array of html:# tags. I am at the point of trying to index the site better, and one thing I have noticed with most sites that index well, and according to what I hear from google. The href links, which I currently use html:link with

Re: font classes in html:link

2006-02-17 Thread Dave Newton
Ahmed Hashim wrote: > link > body > Ignoring that I already answered this question, your example is wrong: etc. Dave - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: font classes in html:link

2006-02-17 Thread Ahmed Hashim
link body it is so simple and powerfull. Ahmed Hashim www.egjug.org On 2/17/06, Chris Cheshire <[EMAIL PROTECTED]> wrote: > > I am new to using Struts and I can't see how to specify the font class > and styles for an html:link tag. > > Previously I would have some

Re: font classes in html:link

2006-02-16 Thread Dave Newton
Chris Cheshire wrote: > Thanks, I wasn't looking deep enough on the struts site - I didn't > even see that section. I was looking for documentation links at the > top level. > It's a little twisty sometimes. plugh - To unsub

Re: font classes in html:link

2006-02-16 Thread Chris Cheshire
how to specify the font class > > and styles for an html:link tag. > > > > Previously I would have something like link body > > > > I don't see any equivalent thing to use in the html:link tag. > > > http://s

Re: font classes in html:link

2006-02-16 Thread Dave Newton
Chris Cheshire wrote: > I am new to using Struts and I can't see how to specify the font class > and styles for an html:link tag. > > Previously I would have something like link body > > I don't see any equivalent thing to use in the html:link tag. > http://str

font classes in html:link

2006-02-16 Thread Chris Cheshire
I am new to using Struts and I can't see how to specify the font class and styles for an html:link tag. Previously I would have something like link body I don't see any equivalent thing to use in the html:link tag. How do I go about this? Tha

Re: html:link problem - please give some examples

2006-02-14 Thread Sony Thomas
Hi Mark, Thanks a lot. One of your suggestions worked for me. Once again thank you very much. bye sony - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: html:link problem - please give some examples

2006-02-14 Thread Mark Lowe
On 2/14/06, Sony Thomas <[EMAIL PROTECTED]> wrote: > Hi, > > I have a URL set to my form bean. The property in my form bean is called > "objectLink". > > I have to set this link to my The Link > > > how is it possible Here are some ideas, assuming I've understood you correctly.. .. <% St

html:link problem - please give some examples

2006-02-14 Thread Sony Thomas
Hi, I have a URL set to my form bean. The property in my form bean is called "objectLink". I have to set this link to my The Link how is it possible thanks in advance sony - To unsubscribe, e-mail: [EMAIL PROTECTED] F

Re: html:link and nested java logic (2)

2006-01-16 Thread Laurie Harper
(hl.equals("guestbook")) { %> class="highlight" <% } %> Guestbook | doesn't work. I suppose that nested tags arren't allowed here. The problem with that is you're putting the class attribute inside the html:link element's body -- i.e. that

html:link and nested java logic (2)

2006-01-14 Thread Steven McClintoc
Hi there! I have a page which consists out of three files: - header.jsp - sidebar.jsp - main.jsp header.jsp contains a navigational bar in which I want to highlight the page currently be shown, e.g. - Home | Item1 | Item2 | *Item3*| Item4

Re: escape paramProperty in html:link in jsp ?

2005-11-25 Thread Laurie Harper
Gregory VIALE wrote: Hello, Can we escape paramProperty in jps in tag html:link my parameter have '&' You mean the value of the property named by paramProperty contains '&'? If so, this should be properly URL encoded automatically. If it's not, that's

escape paramProperty in html:link in jsp ?

2005-11-25 Thread Gregory VIALE
Hello, Can we escape paramProperty in jps in tag html:link my parameter have '&' thx.

Re: How to submit struts action using html:link

2005-10-24 Thread Laurie Harper
UmaShankar wrote: Hi, This is UmaShankar.My proelem is, I am trying to submit a jsp(strutsUI) form a /.But in this case my bean is not papulate.I want, If user enter some data into to and subject and message field then these data should be back on new page after adding addCC text box on page.

How to submit struts action using html:link

2005-10-23 Thread UmaShankar
Hi, This is UmaShankar.My proelem is, I am trying to submit a jsp(strutsUI) form a /.But in this case my bean is not papulate.I want, If user enter some data into to and subject and message field then these data should be back on new page after adding addCC text box on page. Please send me solu

Re: html:link and jstl

2005-10-21 Thread Martin Gainty
Users Mailing List" Sent: Friday, October 21, 2005 1:32 AM Subject: Re: html:link and jstl Jadeler wrote: http://localhost:8080/testapp/StartBuyPolicy.do? x=${webProduct.id&y=${webProduct.productType} The above link seems to be coming from this: action="/StartBuyPolicy

  1   2   3   >