Re: Clicking helloworld link got java.lang.NoSuchMethodError: org.apache.commons.lang3.reflect.MethodUtils.getAnnotation

2017-09-06 Thread Christoph Nenning
> > I tried > export > CLASSPATH=$JAVA_HOME/lib:$HOME/Struts2/struts-2.5.12/lib: > $CATALINA_HOME/lib:$CLASSPATH:. > > but the helloworld link in index.jsp still did not see the > /home/alkao/Struts2/struts-2.5.12/lib/commons-lang3-3.6.jar. > > > my_tomcat.lo

Re: Clicking helloworld link got java.lang.NoSuchMethodError: org.apache.commons.lang3.reflect.MethodUtils.getAnnotation

2017-09-05 Thread Yasser Zamani
> CLASSPATH=$JAVA_HOME/lib:$HOME/Struts2/struts-2.5.12/lib:$CATALINA_HOME/lib:$CLASSPATH:. > > but the helloworld link in index.jsp still did not see the > /home/alkao/Struts2/struts-2.5.12/lib/commons-lang3-3.6.jar. > > > my_tomcat.log did not have this line any more &g

Re: Clicking helloworld link got java.lang.NoSuchMethodError: org.apache.commons.lang3.reflect.MethodUtils.getAnnotation

2017-09-05 Thread albert kao
I tried export CLASSPATH=$JAVA_HOME/lib:$HOME/Struts2/struts-2.5.12/lib:$CATALINA_HOME/lib:$CLASSPATH:. but the helloworld link in index.jsp still did not see the /home/alkao/Struts2/struts-2.5.12/lib/commons-lang3-3.6.jar. my_tomcat.log did not have this line any more [Loaded

Re: Clicking helloworld link got java.lang.NoSuchMethodError: org.apache.commons.lang3.reflect.MethodUtils.getAnnotation

2017-09-04 Thread Yasser Zamani
ATH=$CLASSPATH:$JAVA_HOME/lib:$HOME/Struts2/struts-2.5.12/lib:$CATALINA_HOME/lib:. > > $ ls /home/alkao/Struts2/struts-2.5.12/lib/commons-lang3* > /home/alkao/Struts2/struts-2.5.12/lib/commons-lang3-3.6.jar > > Therefore the helloworld link in index.jsp did not see the > /home/a

Re: Clicking helloworld link got java.lang.NoSuchMethodError: org.apache.commons.lang3.reflect.MethodUtils.getAnnotation

2017-09-04 Thread Yasser Zamani
mons-lang3* > /home/alkao/Struts2/struts-2.5.12/lib/commons-lang3-3.6.jar > > Therefore the helloworld link in index.jsp did not see the > /home/alkao/Struts2/struts-2.5.12/lib/commons-lang3-3.6.jar. > > > On Sat, Sep 2, 2017 at 2:46 PM, Yasser Zamani > wrote: > >>

Re: Clicking helloworld link got java.lang.NoSuchMethodError: org.apache.commons.lang3.reflect.MethodUtils.getAnnotation

2017-09-04 Thread albert kao
s2/struts-2.5.12/lib/commons-lang3-3.6.jar Therefore the helloworld link in index.jsp did not see the /home/alkao/Struts2/struts-2.5.12/lib/commons-lang3-3.6.jar. On Sat, Sep 2, 2017 at 2:46 PM, Yasser Zamani wrote: > I did as you said and did not get any exception! > > Could you

Re: Clicking helloworld link got java.lang.NoSuchMethodError: org.apache.commons.lang3.reflect.MethodUtils.getAnnotation

2017-09-02 Thread Yasser Zamani
ld/WEB-INF/lib/commons-lang3-3.6.jar > > However, the helloworld link in index.jsp did not see it. > > > On Sat, Aug 26, 2017 at 7:43 PM, Yasser Zamani > wrote: > >> I checked it's codes and seems ok. It has a dependency to struts 2.5.12 >> which has (not optiona

Re: Clicking helloworld link got java.lang.NoSuchMethodError: org.apache.commons.lang3.reflect.MethodUtils.getAnnotation

2017-09-02 Thread albert kao
.jar hello-world/WEB-INF/lib/log4j-api-2.8.2.jar hello-world/WEB-INF/lib/commons-io-2.4.jar hello-world/WEB-INF/lib/javassist-3.20.0-GA.jar hello-world/WEB-INF/lib/commons-lang3-3.6.jar However, the helloworld link in index.jsp did not see it. On Sat, Aug 26, 2017 at 7:43 PM, Yasser Zamani wrote

Re: Clicking helloworld link got java.lang.NoSuchMethodError: org.apache.commons.lang3.reflect.MethodUtils.getAnnotation

2017-08-26 Thread Yasser Zamani
--- >[INFO] BUILD SUCCESS >... > > > >Copy hello-world.war to Apache TomEE: ># cp helloworld/target/hello-world.war $CATALINA_HOME/webapps/. > > >In a browser accessing URL: >http://localhost:8080/hello-world/index.jsp > > >which d

Clicking helloworld link got java.lang.NoSuchMethodError: org.apache.commons.lang3.reflect.MethodUtils.getAnnotation

2017-08-26 Thread albert kao
2! Hello World" Then clicking the 'Hello World' link got the url: http://localhost:8080/hello-world/hello.action;jsessionid=8EEA47306A76BAE87F665C6090D518E3 which display: HTTP Status 500 - Filter execution threw an exception type Exception report message Filter execution threw

Re: Please give a good documentation link for custom tags in struts 2

2014-07-08 Thread jaikar gupta
Hi Ratna, Please check the below link, it might help. http://joshuajava.wordpress.com/2008/12/27/creating-custom-components-with-struts-2/ Thanks & Regards keepFaith, Jaikar Gupta On Tue, Jul 8, 2014 at 11:51 AM, Ratna Kar wrote: > Manoj, > > Thanks for responding..Please sh

Re: Please give a good documentation link for custom tags in struts 2

2014-07-08 Thread manoj . sharma
Hi Ratna, Please find Links : http://joshuajava.wordpress.com/2008/12/27/creating-custom-components-with-struts-2/ , http://bodez.wordpress.com/2009/03/13/customising-struts2-jsp-tags/ Re: Please give a good documentation link for custom tags in struts 2 Ratna Kar to

Re: Please give a good documentation link for custom tags in struts 2

2014-07-08 Thread Ratna Kar
Manoj, Thanks for responding..Please share the links. The emails that you send, i am not getting any hyperlinks(just getting the text). Please give the link completely. Thanks once again. I will wait for your reply. On Tue, Jul 8, 2014 at 1:12 PM, wrote: > Hi Ratna, >

Re: Please give a good documentation link for custom tags in struts 2

2014-07-08 Thread manoj . sharma
Hi Ratna, You can try these Demos to create Custom tag in struts 2 Custom Tag Struts 2[1], Custom tag struts2[2], Please give a good documentation link for custom tags in struts 2 Ratna Kar to: Struts Users Mailing List 07/08/2014 01:05 PM Please respond to "S

Please give a good documentation link for custom tags in struts 2

2014-07-08 Thread Ratna Kar
Please point me a good documentation link w.r.t tags in *struts 2*. 1) I would like create a new tag. 2) Extend(Enhance) the existing tag. ex: add additional attributes to supported attributes. Thanks, Ratnakar

Re: Broken link to OGNL

2013-08-05 Thread Lukasz Lenart
2013/8/2 Antonio Sánchez : > In > > http://struts.apache.org/development/2.x/docs/ognl.html > > link to OGNL should be updated to be > > http://commons.apache.org/proper/commons-ognl/ > > The same for all pages where OGNL is linked. Done, it will take some time

Re: Broken link to OGNL

2013-08-02 Thread Antonio Sánchez
Sorry, I didn't explain correctly, I meant the link inside that page: OGNL is the Object Graph Navigation Language (see http://www.opensymphony.com/ognl for the full documentation of OGNL) El Viernes, 2 de agosto de 2013 15:44:06 Dave Newton escribió: > That's a link to th

Re: Broken link to OGNL

2013-08-02 Thread Dave Newton
That's a link to the S2-specific OGNL info. We should links to the project, but not at the expense of removing information that isn't part of OGNL itself. Dave On Aug 2, 2013 3:26 PM, "Antonio Sánchez" wrote: > In > > http://struts.apache.org/development/2.x/do

Broken link to OGNL

2013-08-02 Thread Antonio Sánchez
In http://struts.apache.org/development/2.x/docs/ognl.html link to OGNL should be updated to be http://commons.apache.org/proper/commons-ognl/ The same for all pages where OGNL is linked.

Re: Plug in page link broken

2013-07-21 Thread Alireza Fattahi
Hi, I also could not find the OVAL plugin link in Strust2Pluginfs/Home. But you can visit it by directly going to: https://cwiki.apache.org/confluence/display/S2PLUGINS/OVal+Plugin   ~Regards, ~~Alireza Fattahi From: Lukasz Lenart To: Struts Users Mailing

Re: Plug in page link broken

2013-07-14 Thread Lukasz Lenart
Thanks for reporting, corrected in the source. For now you can use this https://cwiki.apache.org/confluence/display/S2PLUGINS/Home Regards -- Łukasz + 48 606 323 122 http://www.lenart.org.pl/ 2013/7/12 Alireza Fattahi : > Hi, > > The plugin page link : https://cwiki.apache.org/

Plug in page link broken

2013-07-12 Thread Alireza Fattahi
Hi, The plugin page link : https://cwiki.apache.org/S2PLUGINS/home.html in struts site is broken: Not Found The requested URL /S2PLUGINS/home.html was not found on this server. Apache/2.2.22 (Ubuntu) Server at cwiki.apache.org Port 80  ~Regards, ~~Alireza

Re: 2.3.4.1 "version notes" link 404 from homepage

2012-08-14 Thread Rene Gielen
We currently seem to have some issues with the export from Confluence, going to check this - thanks for the notice! As a workaround, here is the direct link to the notes in Confluence: https://cwiki.apache.org/confluence/display/WW/Version%20Notes%202.3.4.1 Thanks, - René Am 14.08.12 18:14

Re: One of link is not working in Core Developers Guide

2012-02-13 Thread Dave Newton
Define "not working", for me it brings up a web page about type conversion. Dave On Mon, Feb 13, 2012 at 12:31 PM, mohan rao wrote: > the following link is not working please fix it > struts.apache.org/2.x/docs/type-conversion.html > > -- > View this message in context

One of link is not working in Core Developers Guide

2012-02-13 Thread mohan rao
the following link is not working please fix it struts.apache.org/2.x/docs/type-conversion.html -- View this message in context: http://struts.1045723.n5.nabble.com/One-of-link-is-not-working-in-Core-Developers-Guide-tp5479933p5479933.html Sent from the Struts - User mailing list archive at

Re: Two Docs from One Link/Action

2011-09-16 Thread Nick Broadhurst
List > Date: > 09/16/2011 12:19 PM > Subject: > Two Docs from One Link/Action > > > > Hi folks, > > Trying to generate an additional document from a link/action that already > generates one. Here is my config: > > > > method="MedicalRecordsRequest

Re: Two Docs from One Link/Action

2011-09-16 Thread Eric Lentz
19 PM Subject: Two Docs from One Link/Action Hi folks, Trying to generate an additional document from a link/action that already generates one. Here is my config: application/msword inputStream filename="Med-Rec-R

Re: Two Docs from One Link/Action

2011-09-16 Thread Wes Wannemacher
I think if you find a solution it will be heavily convoluted... Why not just zip the two documents up together and send the zip through the stream? -Wes On Fri, Sep 16, 2011 at 12:19 PM, Nick Broadhurst wrote: > Hi folks, > > Trying to generate an additional document from a link/ac

Two Docs from One Link/Action

2011-09-16 Thread Nick Broadhurst
Hi folks, Trying to generate an additional document from a link/action that already generates one. Here is my config: application/msword inputStream filename="Med-Rec-Request.rtf" 1024

Re: Link Display Logic

2010-11-30 Thread Zoran Avtarovski
s executed. > > >Beez >r 5347 > >-Original Message- >From: Biesbrock, Kevin >Sent: Tuesday, November 30, 2010 11:06 AM >To: 'Zoran Avtarovski'; 'Struts Users Mailing List' >Subject: RE: Link Display Logic > >Thank you for the sugges

RE: Link Display Logic

2010-11-30 Thread Biesbrock, Kevin
Authorized" and I have to invoke it e.g., . If I change 'authorized' to 'isAuthorized', then my else block is executed. Beez r 5347 -Original Message- From: Biesbrock, Kevin Sent: Tuesday, November 30, 2010 11:06 AM To: 'Zoran Avtarovski'; 'Struts U

RE: Link Display Logic

2010-11-30 Thread Biesbrock, Kevin
i [mailto:zo...@sparecreative.com] Sent: Monday, November 29, 2010 6:45 PM To: Struts Users Mailing List; Biesbrock, Kevin Subject: Re: Link Display Logic What we have implemented is a set of public authorisation methods in our base action which we call via ognl passing the actionId as the paramet

Re: Link Display Logic

2010-11-29 Thread Zoran Avtarovski
listener (Mr. >Obvious reference). > >I have two reports and need to display a link for each if the following >conditions are met: >1. The user is authorized to view the reports (they are secured), >and >2. The specific report currently exists > >Both of these conditio

RE: Link Display Logic

2010-11-29 Thread Biesbrock, Kevin
Am I understanding that correctly? Beez -Original Message- From: Dave Newton [mailto:davelnew...@gmail.com] Sent: Monday, November 29, 2010 2:06 PM To: Struts Users Mailing List Subject: Re: Link Display Logic I'll generally expose permission info through an action (or whatever model m

Re: Link Display Logic

2010-11-29 Thread Dave Newton
y within the S2 framework. Spring Security is another option. Dave On Mon, Nov 29, 2010 at 1:41 PM, Biesbrock, Kevin wrote: > Hello users. I'm Kevin, first time caller, long time listener (Mr. > Obvious reference). > > I have two reports and need to display a link for each if the follow

Link Display Logic

2010-11-29 Thread Biesbrock, Kevin
Hello users. I'm Kevin, first time caller, long time listener (Mr. Obvious reference). I have two reports and need to display a link for each if the following conditions are met: 1. The user is authorized to view the reports (they are secured), and 2. The specific report curr

Re: Factoring out URL and link generation

2010-06-16 Thread Paweł Wielgus
Hi Amol, if You have tests for it i would go for the upgrade, so that You will instantly find if anything is broken. Also if it's not finished You should ask your customer if he wish to spend money/time to do it, in the end he is paying so he have the right to decide, simply present him with pros a

Re: Factoring out URL and link generation

2010-06-15 Thread Amol Ghotankar
Dear user list, How difficult and risky it is to shift my project from struts 2.0.x to 2.1.8.x. I have a very huge erp project done 80% in struts 2.0.x, will you recommend to use new struts or complete the project without any major change.

Re: Factoring out URL and link generation

2010-06-15 Thread Cimballi
produce a link using struts seems to be to use the s:url > and s:a tags, e.g. to produce a link to a person you might use something > like > >     >       >     >     > > This is ok but it does get repetitive if links to persons occur in many > JSPs, and if you want t

Factoring out URL and link generation

2010-06-15 Thread Jan T. Kim
Hi All, the basic way to produce a link using struts seems to be to use the s:url and s:a tags, e.g. to produce a link to a person you might use something like This is ok but it does get repetitive if links to persons occur in many JSPs, and if you want to change the

Re: When I link to a *.do I get "Page not found"

2010-03-01 Thread Alex Rodriguez Lopez
Em 27-02-2010 13:30, Søren Blidorf escreveu: I have made a struts application and it works just fine on my testserver. I have now uploaded it to my hosted webserver and struts does not work. When I link to a *.do I get “Page not found” Could it be a Tomcat config problem. Placing the

When I link to a *.do I get "Page not found"

2010-02-27 Thread Søren Blidorf
I have made a struts application and it works just fine on my testserver. I have now uploaded it to my hosted webserver and struts does not work. When I link to a *.do I get “Page not found” Could it be a Tomcat config problem. Placing the jars and classes ect. Struts 1.2 // Tomcat

Re: problem with the site docs - Bad link to the Struts 2 Wiki.

2010-02-23 Thread Lukasz Lenart
2010/2/23 Greg Lindholm : > Bad link to the Struts 2 Wiki. > > On page http://struts.apache.org/2.x/docs/home.html > > Scroll down to Quick Links: > The link name "Struts 2 Wiki space" doesn't work. > It is pointed to > http://struts.apache.org/2.x/S2WIKI/wel

problem with the site docs - Bad link to the Struts 2 Wiki.

2010-02-23 Thread Greg Lindholm
Bad link to the Struts 2 Wiki. On page http://struts.apache.org/2.x/docs/home.html Scroll down to Quick Links: The link name "Struts 2 Wiki space" doesn't work. It is pointed to http://struts.apache.org/2.x/S2WIKI/welcome-to-apache-struts2.html where the earlier link above is

src download link for struts 2.1.8.1 incorrect

2010-01-06 Thread Brice Roncace
Just an FYI: the link to the struts 2.1.8.1 source zip file points to the struts 2.1.8 source, http://apache.inetbridge.net/struts/source/struts-2.1.8-src.zip (it should be http://apache.inetbridge.net/struts/source/struts-2.1.8.1-src.zip). Brice

Locale SEO permanent link URLs in Struts2

2010-01-03 Thread Ignacio de Córdoba
ally like this option anyway) thanks for any comments/ideas/directions, Ignacio -- View this message in context: http://old.nabble.com/Locale-SEO-permanent-link-URLs-in-Struts2-tp27007987p27007987.html Sent from the Struts - User mailin

RE: link to stylesheet in jsp doesn't work

2009-07-08 Thread Martin Gainty
bilité pour le contenu fourni. > Date: Tue, 7 Jul 2009 21:19:03 -0700 > From: dustin_pea...@yahoo.com > To: user@struts.apache.org > Subject: Re: link to stylesheet in jsp doesn't work > > > I think you were using this JSP template as a view for a Struts2 action, >

Re: link to stylesheet in jsp doesn't work

2009-07-07 Thread dusty
7;success' results still did not find the file. The solution proposed by > Christian (href="") works in all situations. > > -- Larry > > > - Original Message - > From: "Christian Benjamin Ries" > To: "Struts Users Mailing List" > Se

Re: link to stylesheet in jsp doesn't work

2009-07-06 Thread Larry Reed
27; or 'success' results still did not find the file. The solution proposed by Christian (href="") works in all situations. -- Larry - Original Message - From: "Christian Benjamin Ries" To: "Struts Users Mailing List" Sent: Monday, July 6,

Re: link to stylesheet in jsp doesn't work

2009-07-06 Thread Christian Benjamin Ries
Try this: Date: Monday, July 6, 2009 3:08 Subject: link to stylesheet in jsp doesn't work To: user@struts.apache.org > I'm having a problem linking to a stylesheet and could use some help. > > My project layout in Eclipse is as follows: > > pp_base >

link to stylesheet in jsp doesn't work

2009-07-05 Thread Larry Reed
The style sheet is referenced correctly by index.html but is not referenced correctly by GuestWelcome.jsp. However, if I replace the link in GuestWelcome.jsp with <jsp:include page="../css/pp.css"/> then the style

Re: download link for struts UI Tags?

2009-06-22 Thread Nils-Helge Garli Hegvik
The Struts 2 core already includes the tag libraries. So if you have downloaded struts 2, then you also have the tag libraries you need. Struts distributions can be downloaded here: http://struts.apache.org/downloads.html Nils-H On Mon, Jun 22, 2009 at 10:46 AM, Sam Wun wrote: > Hi, > > Can anyon

Re: download link for struts UI Tags?

2009-06-22 Thread Sam Wun
Hi, I actually want to use the struts UI tags " Zip+4 " Thanks On Mon, Jun 22, 2009 at 6:46 PM, Sam Wun wrote: > Hi, > > Can anyone tell me where can I downnload struts (2) UI Tags  library? > > Thanks > -

download link for struts UI Tags?

2009-06-22 Thread Sam Wun
Hi, Can anyone tell me where can I downnload struts (2) UI Tags library? Thanks - To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional commands, e-mail: user-h...@struts.apache.org

Re: How to hide a link

2009-05-01 Thread Richard Sayre
try cssStyle="display:none" On Fri, May 1, 2009 at 4:23 AM, taj uddin wrote: > Hi > > In my application there is a need to hide a link. I have used the tag > to generate a link and the necessity is to hide this link. > can any one pl

How to hide a link

2009-04-30 Thread taj uddin
Hi In my application there is a need to hide a link. I have used the tag to generate a link and the necessity is to hide this link. can any one pls help out in this regard

Re: Text link to submit a form ¿struts2 way?

2009-02-11 Thread mitch gorman
Ignacio de Córdoba wrote: > Are you really sure that s:a generates a tag that submits the form??? > I just get a regular link pointing to a regular URL, no form or form data > anywhere. > By the way, formId property is not a property for s:a tag, at least not in > docs

Re: Text link to submit a form ¿struts2 way?

2009-02-11 Thread Dave Newton
Ignacio de Córdoba wrote: Are you really sure that s:a generates a tag that submits the form??? I just get a regular link pointing to a regular URL, no form or form data anywhere. By the way, formId property is not a property for s:a tag, at least not in docs and TagLibDocs. It is in the Ajax

Re: Text link to submit a form ¿struts2 way?

2009-02-11 Thread Ignacio de Córdoba
Are you really sure that s:a generates a tag that submits the form??? I just get a regular link pointing to a regular URL, no form or form data anywhere. By the way, formId property is not a property for s:a tag, at least not in docs and TagLibDocs. mitch.gorman wrote: > > mitch gorman

Re: Text link to submit a form ¿struts2 way?

2009-02-11 Thread mitch gorman
mitch gorman wrote: > > > > > Go home

Re: Text link to submit a form ¿struts2 way?

2009-02-11 Thread mitch gorman
Ignacio de Córdoba wrote: > OK... I know I must use javascript. My question really was about if struts2 > s:a or sx:a tags had an option to generate that javascript submit text link, > in a similar way as s:submit generates the input type="submit". I guest not. > :-( > Go home

Re: Text link to submit a form ¿struts2 way?

2009-02-10 Thread Ignacio de Córdoba
OK... I know I must use javascript. My question really was about if struts2 s:a or sx:a tags had an option to generate that javascript submit text link, in a similar way as s:submit generates the input type="submit". I guest not. :-( Maybe it is an interesting option for a future releas

Re: Text link to submit a form ¿ struts2 way?

2009-02-10 Thread Jack Qu
In that way ,there has no way to do it excluding from javascript -- From: "Ignacio de Córdoba" Sent: Tuesday, February 10, 2009 9:29 PM To: Subject: Re: Text link to submit a form ¿struts2 way? I love submit buttons but in this des

Re: Text link to submit a form ¿struts2 way?

2009-02-10 Thread Nils-Helge Garli Hegvik
Buttons were to big for the graphic designer to fit them. > > > Jack Qu wrote: >> >> Can submit button meet your request! >> >> -- >> From: "Ignacio de Córdoba" >> Sent: Monday, February 09

Re: Text link to submit a form ¿struts2 way?

2009-02-10 Thread Ignacio de Córdoba
oba" > Sent: Monday, February 09, 2009 7:31 AM > To: > Subject: Text link to submit a form ¿struts2 way? > >> >> Hi there, >> I just wonder if there is any proposed way or struts2 tag to generate a >> text >> link that submits a form. I've che

Re: Text link to submit a form ¿struts2 way?

2009-02-10 Thread Jack Qu
Can submit button meet your request! -- From: "Ignacio de Córdoba" Sent: Monday, February 09, 2009 7:31 AM To: Subject: Text link to submit a form ¿struts2 way? Hi there, I just wonder if there is any proposed way or struts2 tag to

Text link to submit a form ¿struts2 way?

2009-02-08 Thread Ignacio de Córdoba
Hi there, I just wonder if there is any proposed way or struts2 tag to generate a text link that submits a form. I've checked s:a and sx:a tags and can't find any info. I'd like to avoid using javascript directly if possible (even though I've been doing it in the past with str

Re: S2: caching problem,-user clicks on a link and then back w/ broweser data is lost

2009-01-17 Thread dusty
ext: http://www.nabble.com/S2%3A-caching-problem%2C-user-clicks-on-a-link-and-then-back-w--broweser-data-is-lost-tp21518044p21524683.html Sent from the Struts - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: use

S2: caching problem,-user clicks on a link and then back w/ broweser data is lost

2009-01-17 Thread xianwinwin
%2C-user-clicks-on-a-link-and-then-back-w--broweser-data-is-lost-tp21518044p21518044.html Sent from the Struts - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional c

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: Switching "namespace" - how to render a s:url Link which switches the namespace - maybe portlet related

2008-11-14 Thread Nils-Helge Garli Hegvik
Of course you did... Don't know how I missed that :) Nils-H Den 14. nov.. 2008 kl. 12.12 skrev Torsten Krah <[EMAIL PROTECTED] >: Am Freitag, 14. November 2008 12:07:17 schrieb Nils-Helge Garli Hegvik: Did you try just "/rules"? It might be a bug, so if it doesn't work, please file a JIRA

Re: Switching "namespace" - how to render a s:url Link which switches the namespace - maybe portlet related

2008-11-14 Thread Torsten Krah
Am Freitag, 14. November 2008 12:12:08 schrieb Torsten Krah: Nvm, no bug but correct behaviour which i've missed to understand until now. Debugging is shows that the portlet modeNameSpace is prepended every time (which is correct from a portlet perspective). And that was my problem - i did prepe

Re: Switching "namespace" - how to render a s:url Link which switches the namespace - maybe portlet related

2008-11-14 Thread Torsten Krah
Am Freitag, 14. November 2008 12:07:17 schrieb Nils-Helge Garli Hegvik: > Did you try just "/rules"? It might be a bug, so if it doesn't work, > please file a JIRA issue. Yeah did - that was the 3rd way: > renders > > /view/tag/rules/index I will go and file a jira issue about this. -- Bitte

Re: Switching "namespace" - how to render a s:url Link which switches the namespace - maybe portlet related

2008-11-14 Thread Nils-Helge Garli Hegvik
space is view in view mode (portlet). > > Got some action which is in rules namespace called index. > Got another action called index too which is in namespace tag which got as > parent the /view one too. > > 1. /view/rules/index > 2. /view/tag/index > > Now i want to render so

Switching "namespace" - how to render a s:url Link which switches the namespace - maybe portlet related

2008-11-14 Thread Torsten Krah
dex 2. /view/tag/index Now i want to render some link which switches from action 2 to action 1. Tested the following - all unsuccessfull: does not work - it renders /view/tag/rules/index as path. renders /view/tag/view/rules/index renders /view/tag/rules/index as struts.portlet.action

Re: Struts 1.2.8: Submit-Button and HTML-Link on the same page problem

2008-10-04 Thread Antonio Petrelli
2008/10/4 ujulu <[EMAIL PROTECTED]>: > hopefully this one displays correctly; the html is parsed even if I haven't > checked it. (Preview shows me correctly; but the output is wrong ;-) Sorry I have not been clear. Your code is formatted correctly, it is the code itself that is wrong. is not clos

Re: Struts 1.2.8: Submit-Button and HTML-Link on the same page problem

2008-10-04 Thread ujulu
- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- View this message in context: http://www.nabble.com/Struts-1.2.8%3A-Submit-Button-and-HTML-Link-on-the-

Re: Struts 1.2.8: Submit-Button and HTML-Link on the same page problem

2008-10-04 Thread ujulu
-- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- View this message in context: http://www.nabble.com/Struts-1.2.8%3A-Submit-Button-and-HTML-Link-on-the-same-page-problem-

Re: Struts 1.2.8: Submit-Button and HTML-Link on the same page problem

2008-10-04 Thread ujulu
-- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- View this message in context: http://www.nabble.com/Struts-1.2.8%3A-Submit-Button-and-HTML-Link-on-the-same-page-problem-tp19812419p19

Re: Struts 1.2.8: Submit-Button and HTML-Link on the same page problem

2008-10-04 Thread Antonio Petrelli
2008/10/4 ujulu <[EMAIL PROTECTED]>: > > Sorry, it is automatically formatted; here is it again: So it is wrong on purpose, so what exactly is this? > get PDF doc here Antonio - To unsubscribe, e-mail: [EMAIL PROTECT

Re: Struts 1.2.8: Submit-Button and HTML-Link on the same page problem

2008-10-04 Thread ujulu
s directed to the above JSP page. > When the user is in this page >and clicks on the submit button the user will be taken to the last page > without any problem. But if >the link is clicked first a new popup window will be opened where a PDF > document will be generated and &

Re: Struts 1.2.8: Submit-Button and HTML-Link on the same page problem

2008-10-04 Thread Antonio Petrelli
2008/10/4 ujulu <[EMAIL PROTECTED]>: > > > get PDF doc here > > > lastPage > Can you post the correct code? There is obviously a typo in your cut'n'paste. Antonio - To unsubscribe, e-

Struts 1.2.8: Submit-Button and HTML-Link on the same page problem

2008-10-04 Thread ujulu
: 3. Everything works fine until the user is directed to the above JSP page. When the user is in this page and clicks on the submit button the user will be taken to the last page without any problem. But if the link is clicked first a new popup window will be opened where a

RE: website link info

2008-07-26 Thread Dave Newton
--- On Sat, 7/26/08, Martin Gainty <[EMAIL PROTECTED]> wrote: > which version of struts are you working with..? I'm not sure that it matters; it's a link on the Struts home page. Dave > > Jeromy Evans wrote: > > > Fini Decima wrote: > > >> I&#

RE: website link info

2008-07-26 Thread Martin Gainty
not endorse distribution to any party other than intended recipient. Sender does not necessarily endorse content contained within this transmission. > Date: Fri, 25 Jul 2008 10:55:00 -0500 > From: [EMAIL PROTECTED] > To: user@struts.apache.org > Subject: Re: website link info

Re: website link info

2008-07-25 Thread Fini Decima
Thanks, Jeromy Evans wrote: Fini Decima wrote: I'm posting here because I could not find a Web Master contact info: I'll like to know when the "Reporting Security Issues" link was added to the Struts home page.The link is under "Support". Is it a recent add

Re: website link info

2008-07-24 Thread Jeromy Evans
Fini Decima wrote: I'm posting here because I could not find a Web Master contact info: I'll like to know when the "Reporting Security Issues" link was added to the Struts home page.The link is under "Support". Is it a recent addition or has it been there for som

website link info

2008-07-23 Thread Fini Decima
I'm posting here because I could not find a Web Master contact info: I'll like to know when the "Reporting Security Issues" link was added to the Struts home page.The link is under "Support". Is it a recent addition or has it been

Re: Provide a link from an error message

2008-06-16 Thread Dimitris Mouchritsas
Dimitris Mouchritsas wrote: Hi again, If you've been following my threads a bit you'll see that we're developing an app using struts 1.2.4. I have another question, we'd like to provide a link in some of the error messages. But struts seems to change < to < I kno

Provide a link from an error message

2008-06-16 Thread Dimitris Mouchritsas
Hi again, If you've been following my threads a bit you'll see that we're developing an app using struts 1.2.4. I have another question, we'd like to provide a link in some of the error messages. But struts seems to change < to < I know that writing html in the Appli

Re: After Visiting URL with Queyr String, Query String Appears on Every Link

2008-06-09 Thread Ralf Fischer
rker 2.3.8. I've created a hyperlink in > a .FTL as follows: > ><@s.url id="todayDashboardUrl" action="encounters"> ><@s.param name="minDaysAway" value="0"/> > <@s.param name="maxDaysAway&q

Re: After Visiting URL with Query String, Query String Appears on Every Link

2008-06-07 Thread Pandolf
; to this tag or globally set > struts.url.includeParams=none in struts.xml or struts.properties > > > Regards > -- > Lukasz > http://www.lenart.org.pl/ > > -- View this message in context: http://www.nabble.com/After-Visiting-URL-with-Query-String%2C-Query-String-Appe

Re: After Visiting URL with Query String, Query String Appears on Every Link

2008-06-07 Thread Lukasz Lenart
Hi 2008/6/7 Pandolf <[EMAIL PROTECTED]>: ><@s.url id="todayDashboardUrl" action="encounters"> > Add includeParams="none" to this tag or globally set struts.url.includeParams=none in struts.xml or struts.properties Regards -- Lukasz http://www.lenart.org.pl/

After Visiting URL with Queyr String, Query String Appears on Every Link

2008-06-07 Thread Pandolf
0"/> <@s.param name="maxDaysAway" value="1"/> <@s.a href="%{todayDashboardUrl}">Today The link is rendered without a problem. I can click it and arrive at the correct page. After clicking through this link, however, Struts

how to replace a button (ajax) with a simple link?

2008-04-18 Thread xianwinwin
I have the following button-action: this button, when clicked, does some action (removes a form from the screen) I would like to 'convert' the button (the image-button) into a simple link: close-form (so the user actually clicks th

Re: tag and hiding parameters in the link

2008-01-09 Thread [EMAIL PROTECTED]
gt; please > >> post it. Thanks. > >> > >> [EMAIL PROTECTED] wrote: > >>> Hi all, > >>> > >>> I use tag to create a link to an action and > >> tag > >>> to > >>> pass one variable "lang", li

Re: tag and hiding parameters in the link

2008-01-08 Thread Laurie Harper
te: I'm not an expert but I don't think you can do it. But, if you do so, please post it. Thanks. [EMAIL PROTECTED] wrote: Hi all, I use tag to create a link to an action and tag to pass one variable "lang", like this: I don't want the "lang=fr" to a

Re: tag and hiding parameters in the link

2008-01-07 Thread [EMAIL PROTECTED]
> please > post it. Thanks. > > [EMAIL PROTECTED] wrote: > > > > Hi all, > > > > I use tag to create a link to an action and > tag > > to > > pass one variable "lang", like this: > > > > > > > > > > >

Re: tag and hiding parameters in the link

2008-01-07 Thread zuquirio
I'm not an expert but I don't think you can do it. But, if you do so, please post it. Thanks. [EMAIL PROTECTED] wrote: > > Hi all, > > I use tag to create a link to an action and tag > to > pass one variable "lang", like this: > > > > &g

tag and hiding parameters in the link

2008-01-07 Thread [EMAIL PROTECTED]
Hi all, I use tag to create a link to an action and tag to pass one variable "lang", like this: I don't want the "lang=fr" to appear in the URL so I tried to do it by including in the body or setting includeParams="none" in the tag like this ..

  1   2   3   4   5   >