Sorry for this test. I have subscribed to this list and i have sent an
email. But apparently the email didn't got to the users, i haven't received
it.
s specifically
> *for* this action.
>
> See the portlet tutorial at
> http://struts.apache.org/2.x/docs/struts-2-portlet-tutorial.html.
>
> Regards,
> Randy Burgess
> Sr. Web Applications Developer
> Nuvox Communications
>
>
>
> > From: Daniel Posirca <
has
> both portlet support and jsf support. Even though your package extends
> struts-portlet-default the action in question does not since you have
> defined interceptors specifically for the action.
>
> Regards,
> Randy Burgess
> Sr. Web Applications Developer
> Nuvox Communicatio
I have changed the myfaces lib with jsf lib.
Now i am getting the error :
javax.portlet.PortletException
at com.bea.portlet.container.PortletRequestDispatcherImpl.include(
PortletRequestDispatcherImpl.java:143)
at org.apache.struts2.portlet.result.PortletResult.executeRenderResult(
PortletResult.
I've done what you have said, unfortunately without results. I still
receive index.jsp:16:26: No property editor found for the bean "
javax.el.ValueExpression".
Any other ideas?
On Thu, Mar 20, 2008 at 12:43 PM, Nils-Helge Garli Hegvik <[EMAIL PROTECTED]>
wrote:
> First of all, I'm not even su
Struts 2 instead of combining them both.
>
> Nils-H
>
> On Fri, Mar 21, 2008 at 1:55 PM, Daniel <[EMAIL PROTECTED]> wrote:
> > I've done what you have said, unfortunately without results. I still
> > receive index.jsp:16:26: No property editor found for the bean
ng out of your JSF page and then start adding things
> in
> one by one until you find what is causing the missing the property editor
> error.
>
> Regards,
> Randy Burgess
> Sr. Web Applications Developer
> Nuvox Communications
>
>
>
> > From: Daniel <[E
I am trying to integrate struts and ajax trough dojo plugin. Freemarker is
trowing me an error :
freemarker.core.InvalidReferenceException: Expression parameters.pushId is
undefined on line 97, column 6 in template/ajax/submit.ftl.
Anyone know what that mean?
This is my jsp page :
Hello,
What is the best solution to integrate struts 2 and ajax? What libraries?
Hello,
Are there any good options to integrate ajax with struts 1? I woul like
something based o tags. My problem is that i have an upload form
.
and the input files are like :
The values are mapped on the form, private FileForm image1; ..
Now, i whant to submit this form with ajax, a
rojects"
> and "Practical Ajax Projects With Java Technology"
> for info: apress.com/book/search?searchterm=zammetti&act=search
> Java Web Parts - javawebparts.sourceforge.net
> Supplying the wheel, so you don't have to reinvent it!
> My "look ma, I have a
me.
Thanks.
Daniel
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
recently and it was caused by having
an
additional element on his jsp page. I'd start by checking
your
jsp page.
Niall
- Original Message -
From: "Daniel Kalcevich" <[EMAIL PROTECTED]>
To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
Sent: Wednesday,
**
Your attention is drawn to the warning notice at the end of this message.
**
An intermittent bug is occurring o
ives:
${1+1}
Any idea what's going on?
It looks like the taglib is working fine, but not using el!
Any ideas?
Daniel.
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Well, that worked...
So why does having the taglib files cause it to screw up?
Daniel.
-Original Message-
From: Kris Schneider [mailto:[EMAIL PROTECTED]
Sent: 17 May 2004 14:55
To: Struts Users Mailing List
Subject: Re: JSTL 1.1 EL not working :(
Remove the TLD files from WEB-INF
Am using tomcat 5.
If i declare the uri in web.xml and include the .tld files, then the taglibs
work, but el doesnt seem to work.
Anyway, got rid of them and it's working fine now.
Daniel.
-Original Message-
From: Andrea M. [mailto:[EMAIL PROTECTED]
Sent: 17 May 2004 15:17
To:
this mean that the server needs access to the internet (as this will
cause problems)?
Daniel.
-Original Message-
From: Nicolas De Loof [mailto:[EMAIL PROTECTED]
Sent: 17 May 2004 14:58
To: Struts Users Mailing List
Subject: Re: JSTL 1.1 EL not working :(
First, you don't need to s
I started out using struts-logic, struts-html, struts-bean, but i have
recently found JSTL1.1 to be a nicer alternative.
So, i generally use JSTL core (with JSTL formatting, and JSTL functions
where necessary) and struts-html-el for actionforms, etc.
Daniel.
-Original Message-
From
r non java programmers (eg web designers, other tech
ppl) find jstl easier to use than struts tags, and much easier than
scriptlets :)
Daniel.
-Original Message-
From: news [mailto:[EMAIL PROTECTED] Behalf Of Linus Nikander
Sent: 18 May 2004 11:34
To: [EMAIL PROTECTED]
Subject: Re: Struts
I need to send out emails from a struts app.
Any comments on the best way to go about this?
As sending mail can be slow, is there an easy way to do this in the
background?
What happens if a client cancels a request part way through? is there any
way to handle this / ignore cancels?
Daniel
ve. I cant have the user submitting a request,
and then stopping it part way through.
Daniel.
-Original Message-
From: James Mitchell [mailto:[EMAIL PROTECTED]
Sent: 18 May 2004 17:32
To: Struts Users Mailing List
Subject: Re: sending emails from a struts app
> I need to send out e
i'm satisfied it will work.
I think i'll run the mail sending commands in a new thread to hide any
delays from the user.
Thanks for your help,
Daniel.
-Original Message-
From: Joe Hertz [mailto:[EMAIL PROTECTED]
Sent: 18 May 2004 17:52
To: 'Struts Users Mailing Li
I went with that, but added my own class for sending mails in the background
(see attached).
instead of:
message.send()
i use:
BackgroundSender.send(message);
Daniel.
> -Original Message-
> From: Matthias Wessendorf [mailto:[EMAIL PROTECTED]
> Sent: 18 May 2004 18:09
> To: &
: BackgroundSender.send(Email mail) to send the
email.
*
* @author Daniel Perry
*/
public class BackgroundSender extends Thread {
Email theMail;
/**
* Constructor takes an Email object, and sends it from a background
thread.
*/
private BackgroundSender(Email mail) {
super
is no problem. Different modules all have their own config file, so as
long as the action classes/jsps dont overlap there wont be a problem. I
would suggest you put the action classes for different modules in different
packages, and jsps in different folders. That way, development can be as
indepen
yment checkout the whole
thing, and build it, deploy it, restart app server all automatically.
Note also that you dont have to package a webapp using a war file... i dont
Just copying the directory strusture into a folder in webapps is certainly
much easier for development.
Daniel.
> -Original
I'm trying to use a token in a link.
I am expecting somthing like the following to work:
But it gives a thread death :(
Any ideas?
Daniel.
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e
ow do you set up your container/jsp so it can use EL?
In the struts package, check:
contrib\struts-el
It contains everything you need to get the el versions of struts taglibs,
and jstl 1 taglibs to work.
Daniel.
>
> Thank you.
>
> Yaakov Chaikin
> Software Engineer
> BAE SYSTEMS
works, but uses the constants values directly. Sould any of the constants
values change, then it would stop working.
Daniel.
> -Original Message-
> From: Daniel Perry [mailto:[EMAIL PROTECTED]
> Sent: 19 May 2004 17:23
> To: Struts User List
> Subject: Using
d("success");
}
Daniel.
> -Original Message-
> From: Jignesh Patel [mailto:[EMAIL PROTECTED]
> Sent: 21 May 2004 17:05
> To: Struts Users Mailing List
> Subject: double click submit button problem
>
>
> Hi,
> To avoid double click problem we implem
somewhere in struts config, you have a set-property element that isnt empty
ie, it should end with /> and have no matched cose tag.
Daniel.
> -Original Message-
> From: BARBEY Stuart R [mailto:[EMAIL PROTECTED]
> Sent: 24 May 2004 05:31
> To: '[EMAIL PROTECTED
guess i'm not the only one whoose messages are taking half a day to appear
:)
Daniel.
> -Original Message-
> From: Pilgrim, Peter [mailto:[EMAIL PROTECTED]
> Sent: 24 May 2004 11:19
> To: Struts User Apache (E-mail)
> Cc: Struts Dev Apache (E-mail)
> Subjec
I am a bit surprised, but there doesn't seem to be an equivalent to php's
incredibly useful nl2br in jstl...
Is there an easy method I'm missing that will output a string after
converting line breaks to tags?
Daniel.
-
usefull...
though it adds yet another tag library to my pages!
best i came up with is:
<% pageContext.setAttribute("lf", "\n"); %>
is there really no escape sequence for new line in el?
Would seem like a rather big shortfall to me!
Daniel.
> -Origin
Yeah, I was using that in another project in BOs "getNameWithBrs()"!
But kinda disobeys the keep presentation in the presentation stuff. Which i
am believing more and more as it makes working with graphics/web ppl far
easier.
Daniel.
> -Original Message-
> From:
t dont have the people who can do
it!
Daniel.
> -Original Message-
> From: McCormack, Chris [mailto:[EMAIL PROTECTED]
> Sent: 27 May 2004 10:03
> To: Struts Users Mailing List
> Subject: RE: Are there any IDE's that understand Struts tags?
>
>
> I have had p
If anyone has any suggestions, please let
me know. Thanks in advance.
-Daniel
-Original Message-
From: bOOyah [mailto:[EMAIL PROTECTED]
Sent: Thursday, May 27, 2004 10:55 AM
To: [EMAIL PROTECTED]
Subject: Re: Are there any IDE's that understand Struts tags?
Mike Duffy wrote:
> I
I've been using OJB for 6 months now, and have found it works nicely.
If you do go for ojb, join the user mailing list, as it can be very helpful
when trying to figure out what's going wrong, especially to begin with!
Daniel.
> -Original Message-
> From: Zaid [mailto:
Everytime i post to the struts list, i get an email back for one person:
Could an admin unscuscribe this user please :)
Daniel.
-Original Message-
From: postmaster+AEA-rave-tech.com +AFs-mailto:postmaster+AEA-rave-tech.com+AF0-
Sent: 28 May 2004 10:16
To: d.perry+AEA-netcase.co.uk
Daniel.
> -Original Message-
> From: John Antonakos [mailto:[EMAIL PROTECTED]
> Sent: 03 June 2004 15:10
> To: Struts Users Mailing List
> Subject: Re: How can i avoid the use of & in a drop down box ?
>
>
> where should i put that ?
> i never heard of i
nt about layers tho. Our jsps are still only
displaying stuff. They arnt doing anything that the business layer should
atall.
Javascript/dhtml is amazing if you persist with what you want. I came
accross a webmail system the other day that i couldnt believe wasnt using
anything else for gui!
Dani
ssary
in the response - eg when searching data, only replace the inside of the
iframe.
Daniel.
> -Original Message-
> From: Frank Zammetti [mailto:[EMAIL PROTECTED]
> Sent: 04 June 2004 17:08
> To: [EMAIL PROTECTED]
> Subject: RE: [OT] thick client functionality in the brow
Question:
I am trying to put two parameters into the request, but with this code, only
the second parameter, offer, gets into the request.
Link
If I take offer out and the code looks like this:
Link
The request will get populated with the student data with no problem. What
is the best way t
I recently implemented pagination for resultsets using Oracle 9i. Instead
of loading up the entire resultset into memory, I just queried based on the
records that the user requested.
1) Before getting the records, I first counted the records that were coming
back in the result. That way I can
Caching data from resultset
This works fine when:
WHERE ROWNUM BETWEEN 1 and 10
But when I use:
WHERE ROWNUM BETWEEN 11 AND 20
I get no rows returned.
Any ideas why?
-Original Message-
From: Kies, Daniel [mailto:[EMAIL PROTECTED]
Sent: Monday, June 14, 2004 12:52 PM
To: 'St
Caching data from resultset
This works fine when:
WHERE ROWNUM BETWEEN 1 and 10
But when I use:
WHERE ROWNUM BETWEEN 11 AND 20
I get no rows returned.
Any ideas why?
-Original Message-
From: Kies, Daniel [mailto:[EMAIL PROTECTED]
Sent: Monday, June 14, 2004 12:52 PM
To: 'St
about .NET but i just dont like microsofts implementation. Hopefully MONO
are going to do better :)
Daniel.
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
I have this problem with bean:message. I would like it to output
nothing if the key is null or empty. I tried these 2 forms:
But I get ???en_US.null??? or ???en_US.??? for these. If I set
null="true" in my message resources they throw exceptions instead.
Also if myProp is an Integer the fir
ayer between the
view and business services.
Anyway, that's my take on things!
Daniel.
> -Original Message-
> From: mike [mailto:[EMAIL PROTECTED]
> Sent: 17 June 2004 21:45
> To: Struts Users Mailing List; Struts Users Mailing List
> Subject: RE: Theoretical debate
ld be able to turn off sessions somewhere, or you might be able to
tell it not to use anything other than cookies. Not sure where thought, so
check JSP docs and or the container config to try for info.
Daniel.
> -Original Message-
> From: Asim Ghosh [mailto:[EMAIL PROTECTED]
> Sent
There is no need for you to use a taglib to render a link! The easiest
solution:
Login
> -Original Message-
> From: Dhruv Trivedi [mailto:[EMAIL PROTECTED]
> Sent: 18 June 2004 12:45
> To: Struts Users Mailing List
> Subject: Re: problem with jsession id
>
>
> Hi Niko and all other guys,
ially when
using OJB you can just create a BaseBusinessObject that includes most of the
DAO code, and extend this. I also tend to double these up as DTOs where i
need to use them.
Daniel.
> -Original Message-
> From: Frank Zammetti [mailto:[EMAIL PROTECTED]
> Sent: 18 June 2004
ssive sites,
with many servers and an immense amount of information. They need to be
able to track you, accross the site. Some sites try and do this using big
codes that only the server understands, others tend to use nested
directories, eg:
http://news.bbc.co.uk/1/hi/world/middle_east/3845517.st
I've come accross this problem before, and i fixed it by setting the jsp
pages to content type iso-8859-1 rather than UTF-8.
Stick the following tag at the top of the pages:
<%@ page contentType="text/html;charset=iso-8859-1" language="java" %>
Daniel.
>
Quartz is very easy to use. No need for thread programming.
But "Job" classes are created as and when they are needed (so no
initialisation and shared object).
Create a struts plug-in which initialises quartz, and sets up the jobs (very
little code needed).
Daniel.
> -Ori
Note that i'm implementing StatfulJob - this stops it running two of the
same job at the same time.
Daniel.
-SchedulerService.java-
package com.netcase.pdp.service;
import java.util.Date;
import javax.servlet.Servl
cd.toString());
response.setContentLength(outPDF.size());
// send pdf data
ServletOutputStream sos;
sos = response.getOutputStream();
outPDF.writeTo(sos);
sos.flush();
// return null so it just outputs data (no forward)
o stop you forgetting to make the required
security calls at the beggining of the subclassed action!
Daniel.
> -Original Message-
> From: Susan Bradeen [mailto:[EMAIL PROTECTED]
> Sent: 19 August 2004 15:17
> To: Struts Users Mailing List
> Subject: Re: Security - From tradition
do actual work here
}
}
Note that i'm implementing StatfulJob - this stops it running two of the
same job at the same time.
Daniel.
-SchedulerService.java-
package com.netcase.pdp.service;
import java.util.Date;
import javax.servlet.
e returned from upload.getUFile().
Hope this helps.
Daniel
-Original Message-
From: Ivan Vasquez [mailto:[EMAIL PROTECTED]
Sent: Friday, August 20, 2004 1:04 PM
To: [EMAIL PROTECTED]
Subject: Uploading files to a database
Hi,
What's the preferred way to upload files into a database in a
"attachment" rather than "inline" to make the browser save the file
rather than view it.
Daniel.
// set response headers
response.setHeader("Cache-Control", "max-age=600");
response.setContentType(doc.getContentType());
//Send content to Browser
StringB
where you would otherwise have many files with the
same 'default' filename, ie report.pdf/whatever the browser decides. Can be
used to reduce admin cockups!!!
Daniel.
> -Original Message-
> From: Erik Weber [mailto:[EMAIL PROTECTED]
> Sent: 25 August 2004 16:14
&g
Not sure what is wrong, but for a possible work-around, have you tried
making the target for the form (or link) a new window?
Daniel.
> -Original Message-
> From: Eric Hodges [mailto:[EMAIL PROTECTED]
> Sent: 27 August 2004 17:17
> To: Struts Users Mailing List (E-mai
s to the page context (how no
one spotted this before el was finalised i will never know? or am i missing
somthing?)
Daniel.
> -Original Message-
> From: Woodchuck [mailto:[EMAIL PROTECTED]
> Sent: 27 August 2004 18:22
> To: struts
> Subject: philosophical question/poll about S
> Using scriptlets, to me is like going back to the bad old days of
> out.println(" -Original Message-
> From: Jim Barrows [mailto:[EMAIL PROTECTED]
> Sent: 27 August 2004 18:35
> To: Struts Users Mailing List
> Subject: RE: philosophical question/poll about Struts/JSTL, scriptlets
>
>
>
>
kes it easier for
the web design people.
"ignore the crap at the top of the page" and "dont touch any tags you dont
understand" seems to work as instructions for them :)
Daniel.
> -Original Message-
> From: Woodchuck [mailto:[EMAIL PROTECTED]
> Sent: 27 August
If you want to follow common java 'patterns' then try to find some info
about data access objects (DAOs), data transfer objects (DTOs or TOs), and
view objects (VOs). That should point you in the right direction.
Basically, they are javabeans!
Daniel.
> -Original Message-
ound the model i describe with
combined DTO/DAO to be equally as effective.
Daniel.
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
> Sent: 31 August 2004 15:42
> To: Struts Users Mailing List
> Subject: RE: Learning the basics
>
>
>
>
Whenever i come accross this, i put a 'confirmation' screen, with all the
details repeated, and a 'pay now' button that submits the (hidden) form to
the external site.
Daniel.
> -Original Message-
> From: Christoph Kutzinski [mailto:[EMAIL PROTECTED]
> Se
D");
The action then stores the contact in the request scope:
request.setAttribute("contact",contact);
then forward to the jsp:
name:${contact.name} etc...
Hope that helps,
Daniel.
> -Original Message-
> From: andy wix [mailto:[EMAIL PROTECTED]
> Sent: 31 A
You need to nest another iterate'er in order to iterate through the inner
list for each object:
Daniel.
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
> Sent: 31 August 2004 17:48
> To: [EMAIL PROTECTED]
> Sub
If you choose to keep the replaceall, then use:
Or, for a jsp only solution:
<% pageContext.setAttribute("linefeed", "\n"); %>
Daniel.
> -Original Message-
> From: Tom Holmes Jr. [mailto:[EMAIL PROTECTED]
> Sent: 06 September 2004 17:08
> T
it up:
somthing like: ${fullFskRatings[collectionElement.fskRating]} (cant remember
exactly how to do it).
The other method would be to add a "getFullFskRating()" to the
collectionElement bean.
Or write a custom tag that does the conversion, ie:
Daniel.
> -Original Message-
always be there.
Daniel.
> -Original Message-
> From: Tom Holmes Jr. [mailto:[EMAIL PROTECTED]
> Sent: 06 September 2004 18:45
> To: Struts Users Mailing List
> Subject: Re: Line Breaks and Formatting Text
>
>
> Great! Thanks for the help, I appreciate it very much!
&g
No!
Struts tags are executed on the server.
Once user has received the page, it is running on the client browser, not on
the server, so struts tags are no use!
What do you want to do on the client? You probably want to use just
javascript!
Daniel.
> -Original Message-
> From:
), then return to
the same form.
Alternatively you can do this using javascript, by adding elements to the
page. Not a very nice solution though.
Daniel.
> -Original Message-
> From: Hadeel Rashad [mailto:[EMAIL PROTECTED]
> Sent: 09 September 2004 00:29
> To: 'Struts U
lem for mobile devices. Low
memory (ram, and flash) prohibits the use of say axis+exerces. There are
various solutions being tossed about.
Daniel.
> -Original Message-
> From: news [mailto:[EMAIL PROTECTED] Behalf Of Vic
> Sent: 14 September 2004 14:48
> To: [EMAIL PROTECTED]
FOP works a treat. I found it better than iText.
Pretty simple to return from a struts action (see the fop example servlet
code - its basically the same).
Daniel.
> -Original Message-
> From: Jesse Alexander (KXT) [mailto:[EMAIL PROTECTED]
> Sent: 15 September 2004 07:01
>
tialy bought one as they are so cheap just to see what they are like, but
havnt had any trouble with it, so now have a load of them.
Daniel.
> -Original Message-
> From: Mark Benussi [mailto:[EMAIL PROTECTED]
> Sent: 16 September 2004 11:54
> To: [EMAIL PROTECTED]
> Subject: Ca
It is saying that bean:cookie should be an empty tag. As you havnt closed
the tag, it isnt empty!
So, should be:
Notice the slash on the end!
Daniel.
> -Original Message-
> From: CCNY [mailto:[EMAIL PROTECTED]
> Sent: 21 September 2004 14:04
> To: Struts Users Mailing Li
Hi folks,
i tried to implement render some actionmessages on a jsp by a action class
i found this tutorial at
http://javaboutique.internet.com/tutorials/excep_struts/index-2.html
I thought, this it'll be the right way to do this, but my result was:
javax.servlet.ServletException: Cannot find b
Hi,
i got a prob with validation.xml and my resources.
My submitted snipplet shows you a example for one validation condition. If
set this rule without a argument statement e.g. "{0} your date is invalid",
it'll be render as "???my.key.name??? your date is invalid"
Its doesn't matter if set the
uts-config file mention a key tag like
>
> null="false" />
>
> and when u retrive the message from message-recource mention this key again
> like
>
>
>
> it will definaletly work
>
> Regards,
> Sachin Hegde
>
>
> --
Hi folks,
i got some problems with ActionErrors from Struts. If i tried to add some
Error, i will get a blank page without some error msg.
code snipplet:
ActionErrors errors = validate(form,request,mapping);
errors.add("foobar", new ActionError("abc12345"));
System.out.println("error status -
Hi all,
how could i set multiple date pattern strings to add other
formats of dates ? It is possible ?!
Some formats look like as:
d.M.yy
dd.M.yy
d.MM.yy
dd.MM.yy
d.M.
dd.M.
d.MM.
dd.MM.
Thx in advance
Daniel
datePatternStrict
dd.MM.,dd.MM.yy
"Please enter a last name". That message is the key
"errors.lastName.entry". Any ideas on what else I need to do to get
this working? I am using version 1.2.1. Thanks in advance.
-Daniel
-
To unsubscr
I have upgraded to 1.2.4 and the problem still exists. I swapped out
the .jar files, the .tld files, and verified that the .xml files were
using the correct dtd. Any other ideas about what I might be able to
check? Thanks.
Daniel
-Original Message-
From: Niall Pemberton [mailto
If you forward between actions without actually redirecting the browser,
then the parameters remain intact!
If you set redirect to true, then the request will be redirected at the
browser level, and parameters will be cleared.
Daniel.
-Original Message-
From: James MacKenzie [mailto
btw, typo for "onclick" ?
Regards,
Daniel
-Original Message-
From: Sanoj, Antony (IE10) [mailto:[EMAIL PROTECTED]
Sent: Monday, 05 April, 2004 2:28 PM
To: Struts Users Mailing List
Subject: RE: why I got "response already committed" exception
Have you tried u
I believe you just treat it as with any other collection:
Daniel.
-Original Message-
From: news [mailto:[EMAIL PROTECTED] Behalf Of Lachdanan
Sent: 06 April 2004 00:29
To: [EMAIL PROTECTED]
Subject: logic:iterate over an array of Strings
Hello, could anyone help me? I want to
Basically I have a list that I want to iterate through into two columns.
I have done this in the past with some java code and a counter, checking if
the counter is divisible by two then adding a at the end if it is.
Is there an easier way to do this? using standard taglibs?
Daniel
This works ok for that scenario, but what about if you need each item out of
the list? eg, to iterate through a list of names:
Gives one column
name1
name2
name3
name4
Is there an easy way to get:
This would seem a fairly common scenario to me!
name1name2
name3name4
Daniel
s to store each vote in the database
with the ip. Converting the IP to an int will speed things up a lot! You can
then implement a limiter and take a proactive blocking approach, or add an
alerter, and take a reactive approach to mass votes!
Daniel.
-Original Message-
From: Adam Hardy [mai
. So if a vote is
detected as a duplicate, then still give the response as if it had been
accepted. This slows down any progress made on cracking your system.
Daniel.
-Original Message-
From: Adam Hardy [mailto:[EMAIL PROTECTED]
Sent: 13 April 2004 12:35
To: Struts Users Mailing List
Homesite is from Macromedia right? Not free :(
http://www.macromedia.com/software/homesite/
Regards,
Daniel
-Original Message-
From: Matthew Fisher [mailto:[EMAIL PROTECTED]
Sent: Thursday, 15 April, 2004 8:42 AM
To: 'Struts Users Mailing List'
Subject: RE: Tool fo
Great idea... make use of the nested property!
But what would the advantage be of using this "Map" as compared to the
request.getParameters()'s "Map"?
All I can see that it only would be useful if you did some validation in
your ActionForm on the "Map"
Yes I have, with the remote app communicating through http requests.
The app is an added interface to an online system.
It queries the database through http requests that return XML (via struts).
Could have been done using soap, but wasn't for some reason.
Daniel.
-Original Message-
I have one web module with many struts modules.
I am wondering if there is a way to get a hold
of the list of modules? I have 1 shared action
servlet and I want to get the list of modules in
the init() method.
Thanks,
Dan
-
To u
I've done similar things before.
Use javascript to open an action to add it to the database. This can be in
a new window, in another frame, or in a hidden iframe!
Daniel.
-Original Message-
From: Brad Balmer [mailto:[EMAIL PROTECTED]
Sent: 12 May 2004 13:46
To: Struts Users Ma
1 - 100 of 605 matches
Mail list logo