Re: Issue with ServletActionContext.getRequest() returning null in JSP (Struts 7)

2025-03-31 Thread Lukasz Lenart
śr., 26 mar 2025 o 09:38 Lidin NT napisał(a): > Why is ServletActionContext.getRequest() returning null in JSP? Calling JSPs directly is a Bad Idea https://struts.apache.org/security/#never-expose-jsp-files-directly And calling JSPs directly means you skip the whole Action related machinery, wit

Re: Issue with ServletActionContext.getRequest() returning null in JSP (Struts 7)

2025-03-26 Thread Wolfgang Knauf
Hi, how do you invoke the jsp? I had a (maybe) similar issue and learned that I cannot invoke JSPs directly (by browsing to the jsp url), but have to call an ".action" url instead. Best regards Wolfgang Am 26.03.25 um 09:37 schrieb Lidin NT: Hi all, I'm working on a Struts 7 application

Issue with ServletActionContext.getRequest() returning null in JSP (Struts 7)

2025-03-26 Thread Lidin NT
Hi all, I'm working on a Struts 7 application and facing an issue where userViewUtil is showing an empty value in JSP. Setup: I'm using and to create and set values in JSP: When I try to display the values, they are empty: Code Details: UserViewUtilWrapper Class: Th

Re: Jsp struts

2008-05-21 Thread Antonio Petrelli
2008/5/20 Sapan <[EMAIL PROTECTED]>: > This is wha I done in my code . Yeah, sorry, I found it too. I think it could be a bug of Struts 1.1 with the tag. Can you upgrade it? There's Struts 1.3.8 out there. Antonio - To unsubscr

Re: Jsp struts

2008-05-20 Thread Sapan
> To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- View this message in context: http://www.nabble.com/Jsp-struts-tp17326992p17349007.html Sent from the Struts - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Jsp struts

2008-05-20 Thread Antonio Petrelli
2008/5/19 Sapan <[EMAIL PROTECTED]>: > ???en_US.errors.required??en_US.errors.required??? Sorry, I think I got it. It seems that you have not defined the "errors.required" property in your "messageresources.properties", so the tag gets confused and prints that stuff. Antonio --

Re: Jsp struts

2008-05-20 Thread Sapan
bundles, the configuration and the correctness of > your JSP page. > > Antonio > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- Vi

Re: Jsp struts

2008-05-20 Thread Antonio Petrelli
2008/5/19 Sapan <[EMAIL PROTECTED]>: > ???en_US.errors.required??en_US.errors.required??? Usually this happens when you are using the tag: it does not find a property with that name, in this case "en_US.errors.required", or possibly "errors.required" with "en_US" locale. Check your message b

Jsp struts

2008-05-19 Thread Sapan
errors.add("kDescription",new ActionMessage("errors.required")); } return errors; } } in main jsp -- View this message in context: http://www.nabble.com/Jsp-struts-tp173

Re: Jsp struts

2008-05-19 Thread Laurie Harper
Sapan wrote: Hi, I got ???en_US.errors.required??en_US.errors.required??? this error on my entry form before submit any button andd I used at end of form i want to show my message on message or dialog box I donot know where it goes wrong Difficult to say, since you didn't include any o

Jsp struts

2008-05-19 Thread Sapan
:confused: Swapna -- View this message in context: http://www.nabble.com/Jsp-struts-tp17316740p17316740.html Sent from the Struts - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For

Re: graphs in jsp/struts

2006-08-01 Thread Thomas Joseph
, August 01, 2006 6:26 PM Subject: graphs in jsp/struts hi all i want to display graphs in my application. so is there any taglibs or something else to display graphs. Sp

RE: [OT] Re: graphs in jsp/struts

2006-08-01 Thread Juan M. Tula
Look here: http://www.java-source.net/open-source/charting-and-reporting -Mensaje original- De: Antonio Petrelli [mailto:[EMAIL PROTECTED] Enviado el: Martes, 01 de Agosto de 2006 10:08 a.m. Para: Struts Users Mailing List Asunto: [OT] Re: graphs in jsp/struts Patil, Sheetal ha scritto

[OT] Re: graphs in jsp/struts

2006-08-01 Thread Antonio Petrelli
Patil, Sheetal ha scritto: hi all i want to display graphs in my application. so is there any taglibs or something else to display graphs. If you mean "charts" then you can check JFreeChart out: http://www.jfree.org/jfreechart It also has a servlet that displays generated charts Ciao Ant

graphs in jsp/struts

2006-08-01 Thread Patil, Sheetal
hi all i want to display graphs in my application. so is there any taglibs or something else to display graphs. Sp

Re: File "/jsp/struts-html" not found

2006-01-31 Thread Lothar Krenzien
19:07:38,848 [ERROR] [jsp].Servlet.service() for servlet jsp threw exception org.apache.jasper.JasperException: File "/jsp/struts-html" not found at org.apache.jasper.compiler.DefaultErrorHandler.jspError(DefaultErrorHandler.java:105) at org.apache.jasper.compiler.ErrorDispatche

File "/jsp/struts-html" not found

2006-01-31 Thread Lothar Krenzien
get the following error in the browser: org.apache.jasper.JasperException: File "/jsp/struts-html" not found org.apache.jasper.compiler.DefaultErrorHandler.jspError(DefaultErrorHandler.java:105) org.apache.jasper.compiler.ErrorDisp

Re: Jsp , struts page forward problem?

2006-01-12 Thread Laurie Harper
Melih U. Unsal wrote: I am developing a web application with jsp and struts. (i am developing with websphere studio application developer). My question is about forwarding between pages. I have 2 jsp pages. First one is "user.jsp" and the other one is "useraddress.jsp" My first page (user.js

Jsp , struts page forward problem?

2006-01-12 Thread Melih U. Unsal
I am developing a web application with jsp and struts. (i am developing with websphere studio application developer). My question is about forwarding between pages. I have 2 jsp pages. First one is "user.jsp" and the other one is "useraddress.jsp" My first page (user.jsp) will show a user (on

Re: [HELP] Web hosting for JSP Struts+iBatis+DAO?

2005-08-01 Thread Pham Anh Tuan
oh, my god, "I TIE MY HANDS BY YOU" :D Pham - Original Message - From: "Vic" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" Cc: "Struts Users Mailing List" Sent: Tuesday, August 02, 2005 9:46 AM Subject: Re: [HELP] Web hosting for

Re: [HELP] Web hosting for JSP Struts+iBatis+DAO?

2005-08-01 Thread Vic
ot; <[EMAIL PROTECTED]> > To: "Struts Users Mailing List" > Cc: "Struts Users Mailing List" > Sent: Monday, August 01, 2005 7:52 PM > Subject: Re: [HELP] Web hosting for JSP Struts+iBatis+DAO? > > >> Hi Pham, >> >> If your host is ab

Re: [HELP] Web hosting for JSP Struts+iBatis+DAO?

2005-08-01 Thread Pham Anh Tuan
Thanks Vic, I will try it :) again, thank you very much :) Pham - Original Message - From: "Vic" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" Cc: "Struts Users Mailing List" Sent: Monday, August 01, 2005 7:52 PM Subject: Re: [HELP] W

Re: [HELP] Web hosting for JSP Struts+iBatis+DAO?

2005-08-01 Thread Vic
Hi Pham, If your host is able to support java, then you should be able to install a struts application which uses iBatis. This is because Struts & iBatis are frameworks. Anyhow, several java hosts have been recommended on this list (thread 'OT: Good Java host'). Personally, I use http://www.ala

[HELP] Web hosting for JSP Struts+iBatis+DAO?

2005-07-31 Thread Pham Anh Tuan
Hi all, I'm buiding a commercial website, which uses Struts+iBatis+DAO. I'm live in Viet Nam and I'm looking a web hosting for a commercial website like above. plz help me Pham

[ANN] JSP+Struts web controls

2005-06-27 Thread Michael Jouravlev
First, check out this live demo: http://www.superinterface.com/strutsdialog/embeddedmasterpage-tomcat.do See the "Sign In" cell? It is JSP/Struts web component, built with Struts Dialogs. This login component is rendered using a separate included JSP. It is: * independent. The only i

Re: NitroX for JSP/Struts Expiration

2005-01-20 Thread Rolf C. Graulich
Thank you for your responce. Am Mittwoch, 17. November 2004 01:05 schrieb Christopher Nguyen: > Thank you for your interest in NitroX. It has been approximately 15 > days since you downloaded the product and your license is about to > expire. > I've ordered a copy of Nitrox 2 for Struts & Web for

Out of Memory when compiling JSP (Struts app on Tomcat 4.1.27/Windows)

2005-01-06 Thread David Johnson
Hi all (I forgot to mention this is all happening on a Windows 2000 server) I'm working on an application currently that is experiencing some intermittent memory problems when installed onto our "integration test" server, but not on the development staff's local laptops. I have attempted to incre

Fwd: Out of Memory when compiling JSP (Struts app on Tomcat 4.1.27)

2005-01-06 Thread chachany
Hi all I'm working on an application currently that is experiencing some intermittent memory problems when installed onto our "integration test" server, but not on the development staff's local laptops. I have attempted to increase the maximum memory available to Tomcat by creating a global envir

Re: Migrate xsl into jsp/struts

2004-10-19 Thread Jeff_Caswell
ahoo.com>cc: Subject: Migrate xsl into jsp/struts 10/19/2004 01:22 PM

Re: Migrate xsl into jsp/struts

2004-10-19 Thread Frank W. Zammetti
of the actions forward to this JSP, and that's that. If you are interested I can try and find some code for you, but I thought just explaining the basic approach might be helpful in and of itself. -- Frank W. Zammetti Founder and Chief Software Architect Omnytex Technologies http://www.omn

Re: Migrate xsl into jsp/struts

2004-10-19 Thread Vicky
ng the basic > approach might be helpful in and of itself. > > -- > Frank W. Zammetti > Founder and Chief Software Architect > Omnytex Technologies > http://www.omnytex.com > > On Tue, October 19, 2004 2:31 pm, Mark Lowe said: > >> Now we need to get rid of xsl code and

Re: Migrate xsl into jsp/struts

2004-10-19 Thread Jeff Beal
[EMAIL PROTECTED] wrote: <%=MyXMLTransformer.transform(myForm.getXML(), myForm.getXSLT())%> If you're interested in this type of approach, the JSTL library includes a custom tag that does exactly that. (, I think.) -- Jeff -

Re: Migrate xsl into jsp/struts

2004-10-19 Thread fzlists
ch might be helpful in and of itself. -- Frank W. Zammetti Founder and Chief Software Architect Omnytex Technologies http://www.omnytex.com On Tue, October 19, 2004 2:31 pm, Mark Lowe said: >> Now we need to get rid of xsl code and >> replace it with jsp/struts. > > Why do you n

Re: Migrate xsl into jsp/struts

2004-10-19 Thread Don Brown
XSL's to JSP's. Don On Tue, 19 Oct 2004 20:31:48 +0200, Mark Lowe <[EMAIL PROTECTED]> wrote: > > Now we need to get rid of xsl code and > > replace it with jsp/struts. > > Why do you need to do this? > > I'd look for a way of getting the xsl transf

Re: Migrate xsl into jsp/struts

2004-10-19 Thread Mark Lowe
Now we need to get rid of xsl code and replace it with jsp/struts. Why do you need to do this? I'd look for a way of getting the xsl transformations to happen via struts and then add any new bits using struts jsps. If there are any problems with the xsl and nobody knows how to fix it

Migrate xsl into jsp/struts

2004-10-19 Thread Vicky
Hello all, In my current project we are using xsl which renders xml into xhtml. Now we need to get rid of xsl code and replace it with jsp/struts. Is there an easy tool/way to migrate xsl files into jsps? This is quite huge project so it won't be possible to start it from scratch. Any point