bbf4[war:BBS/BBSWeb.war]
>
> Can you please assist us.
>
> Thanks.
>
>
> Noel Deleon
> CRIS/ICRIS, 201-828-8524
>
>
>
>
>
>
>
>
> -Original Message-
> From: Lukasz Lenart
> Sent: Friday, January 12, 2024 12:40 AM
> To: Struts Users M
] Re: Trouble with tag after upgrading from
struts v2.5.31 to v6.3.0.2
CAUTION! This email originated outside of the organization. Please do not open
attachments or click links from an unknown or suspicious origin.
==
czw., 11
czw., 11 sty 2024 o 22:49 Burton Rhodes napisał(a):
>
> If I were to guess they removed the "?no_esc" flag in version 6.x in the
> .ftl file. That said, it's easy to override this. (Assuming you are
> using the Struts "simple" template) Locate the file
> [struts2-core-6.3.0.2.jar]\template\simpl
#rt/>
${itemValue?no_esc}<#t/>
They most likely removed it due to security issues, but feel free to
change if you feel it's "safe". I tested the above code and it worked
for me.
Thanks,
Burton
-- Original Message --
From "Pranish Srigiri"
Hi Lukasz,
I tried testing with the latest Snapshot generated on the 9th of Jan. Good
news is, the issue is resolved in this version. Thank you for all the help.
I have an other question related to the same tag.
We've used the tag like this in one of our pages.
The above tag was rendered like t
Thanks for all the information Lukasz.
Regards,
Pranish Srigiri
Sent from Gmail Mobile
On Wed, 10 Jan 2024 at 1:29 AM, Lukasz Lenart
wrote:
> wt., 9 sty 2024 o 20:01 Pranish Srigiri napisał(a):
> > Hi Lukasz,
> > I'm not sure if the PR is included in the present Snapshot available
> here.
>
wt., 9 sty 2024 o 20:04 Pranish Srigiri napisał(a):
> I also noticed that 6.4 requires a new dependency called caffein. My server
> wasn't starting until I included this dependency,
> https://central.sonatype.com/artifact/com.github.ben-manes.caffeine/caffeine
Yes, this is something to be address
wt., 9 sty 2024 o 20:01 Pranish Srigiri napisał(a):
> Hi Lukasz,
> I'm not sure if the PR is included in the present Snapshot available here.
> https://repository.apache.org/content/groups/snapshots/org/apache/struts/struts2-core/6.4.0-SNAPSHOT/
> I tried to test with this version of the Snapshot
I also noticed that 6.4 requires a new dependency called caffein. My server
wasn't starting until I included this dependency,
https://central.sonatype.com/artifact/com.github.ben-manes.caffeine/caffeine
Thanks and Regards,
Pranish Srigiri
On Wed, Jan 10, 2024 at 12:31 AM Pranish Srigiri
wrote:
Hi Lukasz,
I'm not sure if the PR is included in the present Snapshot available here.
https://repository.apache.org/content/groups/snapshots/org/apache/struts/struts2-core/6.4.0-SNAPSHOT/
I tried to test with this version of the Snapshot but unfortunately the
issue wasn't resolved, so I guess the P
pon., 8 sty 2024 o 20:21 Pranish Srigiri napisał(a):
> Hi Lukasz,
> I think the PR could address the problem. I see that the fix-version of
> WW-5365 is 6.4. When do you think v6.4 is going to go 'GA'? Is there a way
> to test this PR?
Version 6.4.0 will be released once this issue is resolved [1
Hi Burton,
The values are not based off an enum. The radio is linked to a String in
the Action.
I came across a question posted by Nate Kerkhofs on the 23rd of Nov, 2023.
This helped me in resolving the issue by removing the 'value' attribute
from the tag. We've used the tag more than 300
times i
Could this PR [1] address your problem?
[1] https://github.com/apache/struts/pull/835
Regards
Łukasz
-
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org
Curious... are the values based off an enum (as opposed to a String)?
This was an issue for me at one point.
-- Original Message --
From "Pranish Srigiri"
To user@struts.apache.org
Date 1/5/2024 2:46:36 PM
Subject Trouble with tag after upgrading from struts v2.5.31
t
Hi All,
I have a situation in my project where the radio buttons are not selected
by default. This has only started happening after I upgraded struts to
v6.3.0.2
Just a heads up, I've upgraded all the dependencies like OGNL, Freemarker,
after I upgraded struts to v6.3.0.2
I have a tag which looks l
vikrant S wrote:
Initially I did not check for null textfield and I was able to validate the
username and password directly from database.but When I applied validate
method in my action class It began to validate for null fields but not for
stored username and password. I am pasting my code..
t;public void setUserid(String userid) {
>this.userid = userid;
>}
>public String getPwd() {
>return pwd;
>}
>public void setPwd(String pwd) {
>this.pwd = pwd;
>}
>
> }
blic void setPwd(String pwd) {
this.pwd = pwd;
}
}
And my struts.xml is as follows:-
http://struts.apache.org/dtds/struts-2.0.dtd";>
success.jsp
/login.jsp
--
View this message in context:
http://old.nabble.com/Trouble-with-struts2-validation-tp26316069p26316069.html
Sent from the Struts - User mailing list archive at Nabble.com.
-
To unsubscribe, e-mail: user-unsubscr
Hi,
I get errors in my log and the div tag is not shown initially only when it
updates.
Tried with the commented action too show the content initaily both inside and
outside of the sx:div tag but got the same error
I have included the tag in top of t
get
a 404 error. What is wrong with the above or what steps can I take to
troubleshoot this error?
Thanks, - Dave
--
View this message in context:
http://www.nabble.com/Trouble-with-an-action-mapping-tp22234833p22234833.html
Sent from the Struts - User mailing list archiv
It turns out that the problem I was having - had nothing to do with
type conversion.
The problem was a chunk of my code that was responsible for formatting.
Specifically, the exception "IllegalArgumentException: Cannot format
given Object as a Number" was thrown because of
(format.money i
Hi All!
Could anybody please tell me if I should add anything to the
struts2blank project (of struts 2.1.6) so that type conversion error
handling
( i mean the --> invalid.fieldvalue.fieldname) would work properly.
I am clearly missing something, because instead of displaying
invalid.fieldvalue m
ontpage
>
>
> Thank you so much in advance for your assistance!
>
> ALM
>
>
> -Opprinnelig melding-
> Fra: Dave Newton [mailto:[EMAIL PROTECTED]
> Sendt: 11. oktober 2007 15:41
> Til: Struts Users Mailing List
> Emne: Re: Trouble with using struts tags
your assistance!
ALM
-Opprinnelig melding-
Fra: Dave Newton [mailto:[EMAIL PROTECTED]
Sendt: 11. oktober 2007 15:41
Til: Struts Users Mailing List
Emne: Re: Trouble with using struts tags in freemarker files
--- [EMAIL PROTECTED] wrote:
> My problem is that I don't know what's the correct
&g
LM
-Opprinnelig melding-
Fra: Dave Newton [mailto:[EMAIL PROTECTED]
Sendt: 11. oktober 2007 15:41
Til: Struts Users Mailing List
Emne: Re: Trouble with using struts tags in freemarker files
--- [EMAIL PROTECTED] wrote:
> My problem is that I don't know what's the correct
&g
--- [EMAIL PROTECTED] wrote:
> My problem is that I don't know what's the correct
> way to reference the struts taglib.
>
> My code:
>
> <#assign s=JspTaglibs["/META-INF/struts-tags.tld"]>
I'm not sure if you need to define a reference to the
struts-tags to use them; have you tried it without it
Hi,
I hope someone can help me with this problem.
I have a freemarker file where I need to use struts tags to create url.
My problem is that I don't know what's the correct way to reference the
struts taglib.
My code:
<#assign s=JspTaglibs["/META-INF/struts-tags.tld"]>
">Link her
I load it using the following:
<#assign s=JspTaglibs["/struts-tags"]>
You'll also need to load the JspSupportServlet:
JspSupportServlet
org.apache.struts2.views.JspSupportServlet
1
Look at the section called "Tag Support" here:
http://struts.apache.o
Hi,
I hope someone can help me with this problem.
I have a freemarker file where I need to use struts tags to create url.
My problem is that I don't know what's the correct way to reference the
struts taglib.
My code:
<#assign s=JspTaglibs["/META-INF/struts-tags.tld"]>
">Link her
You need to change
To
-Original Message-
From: rom3ro [mailto:[EMAIL PROTECTED]
Sent: Thursday, August 23, 2007 6:21 AM
To: user@struts.apache.org
Subject: struts2.0.6 -> struts2.0.9 : trouble with tiles
Hello,
I updgrade struts2.0.6 to struts2.0.9.
All seem work expcet ti
/view/tiles/layout.jsp:5
>
> 2: <%@ taglib prefix="s" uri="/struts-tags"%>
> 3: <%@ page contentType="text/html; charset=UTF-8"%>
> 4:
> 5:
> 6:
> 7:
> 8: App:
>
> can you help me?
>
> thanks
>
> tibo
>
d
> GRAVE: Servlet Exception while including path
> org.apache.jasper.JasperException: Exception in JSP:
> /view/tiles/layout.jsp:5
>
> 2: <%@ taglib prefix="s" uri="/struts-tags"%>
>
%@ taglib prefix="s" uri="/struts-tags"%>
3: <%@ page contentType="text/html; charset=UTF-8"%>
4:
5:
6:
7:
8: App:
can you help me?
thanks
tibo
--
View this message in context:
http://www.nabble.com/struts2.0
return mapping.findForward("waterbodyList");
}
struts-config.xml
tiles-defs.xml
thanks!
David
--
View this message in context:
http://www.nabble.com/tr
ED]>
To:
Sent: Friday, May 11, 2007 4:44 PM
Subject: Trouble with
Hi,
I have a page that has a tag like this:
Now I am adding a feature that will automatically submit the form under
certain circumstances, so I have some Javascript like this:
document.postForm.submit();
I can
Hi,
I have a page that has a tag like this:
Now I am adding a feature that will automatically submit the form under
certain circumstances, so I have some Javascript like this:
document.postForm.submit();
I can see from
http://www.chovy.com/personal/javascript-error-submit-is-not-a-f
spatcher are available:
> http://wiki.apache.org/struts/EventActionDispatcher
>
> Michael.
>
That looks fine. I'll try it out. Thanks!
--
View this message in context:
http://www.nabble.com/Trouble-with-DispatchAction-tf3696632.html#a103643
On 5/6/07, zuban <[EMAIL PROTECTED]> wrote:
Laurie Harper wrote:
>
> zuban wrote:
>> It is working if I type manualy ExampleSubmit.do?method=delete
>> (The delete-method in the action-class ist calling)
>>
>> It is also working with this submit-button:
>>
>>
>> But why doesn't work > onclick="t
.e. if I click on a "add-button" "method" will have the value "add" and if
I click on the "delete-button" "method" will have the value "delete".
--
View this message in context:
http://www.nabble.com/Trouble-with-DispatchAction-tf3696632.html#a10348496
Sent from the Struts - User mailing list archive at Nabble.com.
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
zuban wrote:
It is working if I type manualy ExampleSubmit.do?method=delete
(The delete-method in the action-class ist calling)
It is also working with this submit-button:
But why doesn't work
?
This should be the same like in this example:
http://struts.apache.org/1.x/strut
--- zuban <[EMAIL PROTECTED]> wrote:
>
>
>
>
> Request[/ExampleSubmit] does not contain handler
> parameter named 'method'. This may be caused by
> whitespace in the label text.
It could also be caused by there not being a form
value for the parameter named 'method' at all.
d.
calling)
It is also working with this submit-button:
But why doesn't work
?
This should be the same like in this example:
http://struts.apache.org/1.x/struts-extras/dispatchValidator.html
--
View this message in context:
http://www.nabble.com/Trouble-with-DispatchAction-
below code can be used to get message from different applicatyion resource
files.
-Original Message-
From: Laurie Harper [mailto:[EMAIL PROTECTED]
Sent: Wednesday, January 03, 2007 4:03 AM
To: user@struts.apache.org
Subject: Re: Newbie having trouble with validation... doesn't se
Do you get any output if you include a html:errors tag somewhere without
a 'properties' attribute? It could be that the unconventional property
naming is messing things up.
Can you display message resources using bean:message? For example, do
you get what you expect if you include property="se
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Laurie Harper wrote:
>
> Getting all the pieces lined up can be a bit tricky the first time
> through :-( If the comments above don't get you there, post your form
> bean code and JSP so we have the complete picture.
>
>
OK.. I've gotten much furth
Peter L. Berghold wrote:
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hi folks,
I'm fairly new to all this and I'm having trouble getting validation to
work as I thought it should. From what I've read in several books now I
should be able to do server side validation, but in my very simple te
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Peter L. Berghold wrote:
>
>
> Now, I invoke the sendEmail form from a browser and I'm watching the
> Tomcat logs as this is running and according to the trace validate is
> returning a null.
>
>
I forgot to mention that the text I put into the fo
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hi folks,
I'm fairly new to all this and I'm having trouble getting validation to
work as I thought it should. From what I've read in several books now I
should be able to do server side validation, but in my very simple test
case it doesn't seem to
John Tangney jdtangney.com> writes:
>
> Hi all,
>
> I have memorized the docs, scoured the archives, googled 'till my eyes were
> crossed, experimented at great length, but have not been able to solve this
> riddle.
>
> I have a JSP that looks like this:
>
>
>
>
>
That did it. Boy, that's a lot of code, two definitions for each level of
the tree seems a bit extreme. And I still don't understand why one
and one worked while the other didn't, but it seems to be
working now, so thanks for the help.
(*Chris*)
On 10/16/06, Antonio Petrelli <[EMAIL PROTECT
Chris Pratt ha scritto:
I'm seeing some weird behavior with my tiles definitions that I can't
explain and I was hoping someone smarter than me could lend an eye.
Here's
an excerpt from my tiles-defs.xml:
Err... tags
Sent: Tuesday, 17 October 2006 12:18 p.m.
To: Struts Users Mailing List
Subject: Trouble with Nesting Tile Definitions
I'm seeing some weird behavior with my tiles definitions that I can't
explain and I was hoping someone smarter than me could lend an
ey
:[EMAIL PROTECTED]
Sent: Tuesday, 17 October 2006 12:18 p.m.
To: Struts Users Mailing List
Subject: Trouble with Nesting Tile Definitions
I'm seeing some weird behavior with my tiles definitions that I can't
explain and I was hoping someone smarter than me could lend an eye. Here's
an
I'm seeing some weird behavior with my tiles definitions that I can't
explain and I was hoping someone smarter than me could lend an eye. Here's
an excerpt from my tiles-defs.xml:
I have a simple JSP that starts building
David Cagle ha scritto:
I was able to find the "org.apache.struts.action.Action.setLocale(HttpServletRequest arg0, Locale arg1)" method and it seems to do the
trick. Before I just had "" where
"${helpSession.locale}" was the correct locale. Most of the labels were taken care of with that but
IL PROTECTED]
Sent: Wednesday, September 13, 2006 4:50 AM
To: Struts Users Mailing List
Subject: Re: Trouble with titleKey attribute for Frame and Link elements
David Cagle ha scritto:
> Hey everyone!
>
> I'm having trouble with the 'titleKey' attribute resolving to the correc
David Cagle ha scritto:
Hey everyone!
I'm having trouble with the 'titleKey' attribute resolving to the correct translated title
when the locale of my web app is something other than English. I'm currently only using
the 'titleKey' on a couple of and elements,
Hey everyone!
I'm having trouble with the 'titleKey' attribute resolving to the correct
translated title when the locale of my web app is something other than English.
I'm currently only using the 'titleKey' on a couple of and
elements, but when I change the
Thank you so much, as soon as I removed the execute method it worked
perfectly
Wendy Smoak wrote:
From: "Troy Bull" <[EMAIL PROTECTED]>
public ActionForward execute( ... ) {
SearchForm s = (SearchForm) form;
String dispatchString = s.getDispatch();
System.out.println("Main Dispatc
From: "Troy Bull" <[EMAIL PROTECTED]>
public ActionForward execute( ... ) {
SearchForm s = (SearchForm) form;
String dispatchString = s.getDispatch();
System.out.println("Main Dispatch String : " + dispatchString);
// manually dispatching works but is ugly
//if ("run_main_search
Troy Bull wrote:
Hello
I am trying to get my form to dispatch to different functions inside
my action handler class. I followed this tip exactly :
http://www.husted.com/struts/tips/002.html (except i fixed a couple
type o's).
The problem is my dispatch parameter is not being recognized.
-Messaggio originale-
Da: Troy Bull [mailto:[EMAIL PROTECTED]
Inviato: martedì 18 ottobre 2005 14.35
A: user@struts.apache.org
Oggetto: trouble with dispatching on a paramter
Hello
I am trying to get my form to dispatch to different functions inside my
action handler class. I
Here is the class declaration :
public class DoSearchAction extends DispatchAction
{
public ActionForward execute(ActionMapping mapping, ActionForm form,
HttpServletRequest request, HttpServletResponse response) throws
IOException, ServletException
{
SearchForm s = (SearchForm) form;
From: "Troy Bull" <[EMAIL PROTECTED]>
The problem is my dispatch parameter is not being recognized. I have
the following code in my ActionForward execute method:
SearchForm s = (SearchForm) form;
String dispatchString = (String) request.getAttribute("dispatch");
Try request.getParameter(
Hello
I am trying to get my form to dispatch to different functions inside my
action handler class. I followed this tip exactly :
http://www.husted.com/struts/tips/002.html (except i fixed a couple type
o's).
The problem is my dispatch parameter is not being recognized. I have
the followi
Actually, what I did was the following change to my
So I changed teh paramName to "job", which is the variable that refers
to the bean during the iteration.
On 10/12/05, Jeff Beal <[EMAIL PROTECTED]> wrote:
> On 10/12/05, Faisal Mahmoud <[EMAIL PROTECTED]> wrote:
> > I need to construct a tabl
On 10/12/05, Faisal Mahmoud <[EMAIL PROTECTED]> wrote:
> I need to construct a table of files available for download. A file is
> downloaded by hitting the /download.do?jobId=2 action. The info for
> each row in the table is stored in an action form called
> retrieveJobsFormBean. This actionform co
I need to construct a table of files available for download. A file is
downloaded by hitting the /download.do?jobId=2 action. The info for
each row in the table is stored in an action form called
retrieveJobsFormBean. This actionform contains a List of DownloadJob
objects. Each of these objects is
ath to a JSP or
other thing which can be reached with RequestDispatcher.forward(...))
Joe
DW
- Original Message - From: "Daniel Watrous" <[EMAIL PROTECTED]>
To: "Struts Users Mailing List"
Sent: Tuesday, February 08, 2005 3:37 PM
Subject: Re: Trouble with Disp
-
From: "Daniel Watrous" <[EMAIL PROTECTED]>
To: "Struts Users Mailing List"
Sent: Tuesday, February 08, 2005 3:37 PM
Subject: Re: Trouble with DispatchAction and ValidatorActionForm
Thanks for the advice!
I have enabled debug and found as you suggested these lines at the
MAIL PROTECTED]>
To: "Struts Users Mailing List"
Sent: Monday, February 07, 2005 4:19 PM
Subject: Re: Trouble with DispatchAction and ValidatorActionForm
You need to know what struts is trying to do. I suggest configuring the
logging to "debug" - then you should find out
you say your using
doesn't show it being used...
- Original Message -
From: "Daniel Watrous" <[EMAIL PROTECTED]>
To: "Struts Users Mailing List"
Sent: Monday, February 07, 2005 10:34 PM
Subject: Re: Trouble with DispatchAction and ValidatorActionForm
ebruary 07, 2005 2:19 PM
Subject: Re: Trouble with DispatchAction and ValidatorActionForm
Looks to me like your missing a "/" off your input parameter
---> input="manage_stake.jsp">
Niall
P.S. don't forget to set validate back to "true".
- Origina
ot;Struts Users Mailing List"
Sent: Monday, February 07, 2005 8:42 PM
Subject: Re: Trouble with DispatchAction and ValidatorActionForm
> I don't get it??? Is there something obvious about the error that I
should
> be able to see now? I still don't have validation happen
ers Mailing List"
Sent: Monday, February 07, 2005 1:41 PM
Subject: Re: Trouble with DispatchAction and ValidatorActionForm
Most problems people experience are self-inflicted :-)
- Original Message -
From: "Daniel Watrous" <[EMAIL PROTECTED]>
To: "Struts Users Maili
Most problems people experience are self-inflicted :-)
- Original Message -
From: "Daniel Watrous" <[EMAIL PROTECTED]>
To: "Struts Users Mailing List"
Sent: Monday, February 07, 2005 8:33 PM
Subject: Re: Trouble with DispatchAction and ValidatorActionForm
&g
;Struts Users Mailing List"
Sent: Monday, February 07, 2005 1:10 PM
Subject: Trouble with DispatchAction and ValidatorActionForm
Hello All,
I keep getting a BLANK PAGE, with NO ERRORS. Any recommendations are
appreciated...
I am interested in building an Action that allows me to ad
Hello All,
I keep getting a BLANK PAGE, with NO ERRORS. Any recommendations are
appreciated...
I am interested in building an Action that allows me to add a database
record and edit existing records. Since both actions deal with the same
table I want to use the DispatchAction and keep the add
rs Mailing
List" <[EMAIL PROTECTED]>
CSPTS/SCE" cc:
<[EMAIL PROTECTED]Subject
> form-property name="message" type="java.lang.String"
Should this be ?
Notice that you did not include the enclosing less-than and greater-than
signs.
- Dave
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For addit
[snip]
form-property name="message" type="java.lang.String"
form-property name="street1" type="java.lang.String"
form-property name="street2" type="java.lang.String"
form-property name="city" type="java.lang.String"
form-property name="s
<[EMAIL PROTECTED] Subject: RE: Trouble with my
first DynaActionForm
What does your look like?
- Dave
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, November 24, 2004 1:21 PM
> To: Struts Users Mailing List
> Subject: Trouble with my first DynaActionForm
>
>
>
>
>
> I
I am using Struts 1.1. I added my first DynaActionForm and can't get it to
work. The error I get indicates that "street1" is an invalide property
name to retrieve from the form. I have changed the name in my action class
to confirm that it changes in the error message, so the error definitel
ge to the input you specified in your struts-config
, with the errors redisplayed.
If you post some code, maybe we can help more...
Anna:)
From: yacout dadoun [mailto:[EMAIL PROTECTED]
Sent: Wed 06/10/2004 11:54 AM
To: [EMAIL PROTECTED]
Subject: Trouble with s
Hi,
I'm trying to use the struts validator, i have created a simple form with
few inputs, i'd like to oblige the user to enter values into inputs.
I therefore :
1-added the validator pluing to strus-config.xml
2-added the action mapping with the path set to test, the type set to the
path of the a
However, I can't click on any of the .war files that come with 1.2.4 and
launch WinZip. It says, "Failed to load Main-Class manifest attribute from
c:\jakarta\jakarta-struts-1.2.4\lib\commons-validator.jar". Every one of
them does the same thing.
This part here just sounds like Windows is trying
From: "Wendy Smoak" <[EMAIL PROTECTED]>
> Today I tried to deploy a .war file to my production web server which runs
> HP-UX. When it unpacks the war and tries to deploy the webapp, it
> complains:
I dropped back to 1.2.0 and HP-UX is happy again.
Never mind about not being able to open the .jar
(Resending from a subscribed address...)
Today I tried to deploy a .war file to my production web server which runs
HP-UX. When it unpacks the war and tries to deploy the webapp, it
complains:
13:29:34,070 - ERROR org.apache.struts.validator.ValidatorPlugIn - JAR entry
org/apache/commons/validat
Jim Kennedy mindspring.com> writes:
> What causes the framework to use the SecureRequestProcessor.>
You have to change the controller processorClass in your struts-config.xml.
Switch to org.apache.struts.action.SecureRequestProcessor or
org.apache.struts.action.TilesSecureRequestProcessor if y
What causes the framework to use the SecureRequestProcessor. Do I have to
set an init-param in web.xml for the ActionServlet ?
-Original Message-
From: Jim Kennedy [mailto:[EMAIL PROTECTED]
Sent: Thursday, July 22, 2004 4:47 PM
To: 'Struts Users Mailing List'
Subject: RE: Tr
Jim,
Works perfect for me.
...
On Jul 22, 2004, at 1:49 PM, Jim Kennedy wrote:
I can't seem to get any of my action to go under https. The config
seems
fairly simple but I must be missing something. I want
cessor. I do I change this class
to use the correct one for the sslext technique.
-Original Message-
From: Jim Kennedy [mailto:[EMAIL PROTECTED]
Sent: Thursday, July 22, 2004 4:01 PM
To: 'Struts Users Mailing List'
Subject: RE: Trouble with SSL and struts using sslext
I
EMAIL PROTECTED]
Subject: RE: Trouble with SSL and struts using sslext
> -Original Message-
> From: Jim Kennedy [mailto:[EMAIL PROTECTED]
> Sent: Thursday, July 22, 2004 12:50 PM
> To: 'Struts Users Mailing List'
> Subject: Trouble with SSL and struts using sslext
&
> -Original Message-
> From: Jim Kennedy [mailto:[EMAIL PROTECTED]
> Sent: Thursday, July 22, 2004 12:50 PM
> To: 'Struts Users Mailing List'
> Subject: Trouble with SSL and struts using sslext
>
>
> I can't seem to get any of my action to go und
I can't seem to get any of my action to go under https. The config seems
fairly simple but I must be missing something. I want some pages to be
under SSL and others not to.
Here is my config:
Struts-config.xml (snippet only)
Also
Thank you for your pations!
Kris Schneider schrieb:
As of JSP 1.2, the container makes packaged taglibs pretty easy to deal with.
For details, you really should check out the JSP spec (or get a decent book).
One of the things the container will do is inspect each JAR file in WEB-INF/lib
and look
As of JSP 1.2, the container makes packaged taglibs pretty easy to deal with.
For details, you really should check out the JSP spec (or get a decent book).
One of the things the container will do is inspect each JAR file in WEB-INF/lib
and look for TLD files in their /META-INF dirs. If a TLD contai
Thank you for your answer.
It works. Can you help me understand why :)
Someone looks in all jar's for
'http://jakarta.apache.org/struts/tags-bean' namespace?
When I am use JSP 2.0 what I sould take instead of element?
I use tiles so I can't take as root element.
Greetings
Kris Schneider schrie
1 - 100 of 102 matches
Mail list logo