ś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
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
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
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
> 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]
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
--
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
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
errors.add("kDescription",new ActionMessage("errors.required"));
}
return errors;
}
}
in main jsp
--
View this message in context:
http://www.nabble.com/Jsp-struts-tp173
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
: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
, 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
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
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
hi all
i want to display graphs in my application. so is there any taglibs or
something else to display graphs.
Sp
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
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
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
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
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
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
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
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
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
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
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
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
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
ahoo.com>cc:
Subject: Migrate xsl into jsp/struts
10/19/2004 01:22
PM
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
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
[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
-
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
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
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
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
36 matches
Mail list logo