sorry for this test

2008-03-19 Thread Daniel
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.

Re: struts 2 jsf plugin problem

2008-03-19 Thread Daniel
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 <

Re: struts 2 jsf plugin problem

2008-03-20 Thread Daniel
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

Re: struts 2 jsf plugin problem

2008-03-20 Thread Daniel
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.

Re: struts 2 jsf plugin problem

2008-03-21 Thread Daniel
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

Re: struts 2 jsf plugin problem

2008-03-22 Thread Daniel
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

Re: struts 2 jsf plugin problem

2008-03-25 Thread Daniel
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

struts2 dojo plugin (ajax)

2008-03-26 Thread Daniel
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 :

struts 2 ajax how to

2008-03-26 Thread Daniel
Hello, What is the best solution to integrate struts 2 and ajax? What libraries?

struts 1 ajax integration

2008-06-17 Thread Daniel
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

Re: struts 1 ajax integration

2008-06-17 Thread Daniel
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

Strange Form Behavior

2004-05-05 Thread Daniel Kalcevich
me. Thanks. Daniel - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Strange Form Behavior

2004-05-05 Thread Daniel Kalcevich
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,

DynaActionForm/DynaValidatorForm 'losing' state

2004-05-17 Thread Daniel Haynes
** Your attention is drawn to the warning notice at the end of this message. ** An intermittent bug is occurring o

JSTL 1.1 EL not working :(

2004-05-17 Thread Daniel Perry
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]

RE: JSTL 1.1 EL not working :(

2004-05-17 Thread Daniel Perry
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

RE: JSTL 1.1 EL not working :(

2004-05-17 Thread Daniel Perry
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: &#

RE: JSTL 1.1 EL not working :(

2004-05-18 Thread Daniel Perry
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

RE: Struts Taglib recommendations

2004-05-18 Thread Daniel Perry
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

RE: Struts Taglib recommendations

2004-05-18 Thread Daniel Perry
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

sending emails from a struts app

2004-05-18 Thread Daniel Perry
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

RE: sending emails from a struts app

2004-05-18 Thread Daniel Perry
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

RE: sending emails from a struts app

2004-05-18 Thread Daniel Perry
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

RE: sending emails from a struts app

2004-05-19 Thread Daniel Perry
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: &

RE: sending emails from a struts app

2004-05-19 Thread Daniel Perry
: 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

RE: Modular packaging of a large application

2004-05-19 Thread Daniel Perry
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

RE: Modular packaging of a large application

2004-05-19 Thread Daniel Perry
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

Using tokens in links

2004-05-19 Thread Daniel Perry
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

RE: EL in JSP 1.2?

2004-05-19 Thread Daniel Perry
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

RE: Using tokens in links

2004-05-19 Thread Daniel Perry
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

RE: double click submit button problem

2004-05-21 Thread Daniel Perry
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

RE: Tomcat startup error using struts.

2004-05-24 Thread Daniel Perry
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

RE: [ot] testing 1 2 3 4

2004-05-24 Thread Daniel Perry
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

nl2br equivalent?

2004-05-25 Thread Daniel Perry
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. -

RE: nl2br equivalent?

2004-05-25 Thread Daniel Perry
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

RE: nl2br equivalent?

2004-05-26 Thread Daniel Perry
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:

RE: Are there any IDE's that understand Struts tags?

2004-05-27 Thread Daniel Perry
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

[OT] DisplayTag and Links

2004-05-27 Thread Daniel Kalcevich
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&#

RE: is OJB a good choice for Modeling ?

2004-05-28 Thread Daniel Perry
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:

FW: Delivery Status Notification (Failure)

2004-05-28 Thread Daniel Perry
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

RE: How can i avoid the use of & in a drop down box ?

2004-06-03 Thread Daniel Perry
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

RE: [OT] thick client functionality in the browser

2004-06-04 Thread Daniel Perry
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

RE: [OT] thick client functionality in the browser

2004-06-04 Thread Daniel Perry
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

Putting Multiple Parameters in the Request

2004-06-08 Thread Kies, Daniel
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

RE: Caching data from resultset

2004-06-14 Thread Kies, Daniel
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

RE: Caching data from resultset

2004-06-14 Thread Kies, Daniel
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

RE: Caching data from resultset

2004-06-14 Thread Kies, Daniel
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

RE: [OT] Soccer portal released goal.com

2004-06-17 Thread Daniel Perry
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]

bean:message and null or empty keys

2004-06-17 Thread Daniel Lipofsky
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

RE: Theoretical debate

2004-06-18 Thread Daniel Perry
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

RE: problem with jsession id

2004-06-18 Thread Daniel Perry
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

RE: problem with jsession id

2004-06-18 Thread Daniel Perry
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,

RE: Theoretical debate

2004-06-18 Thread Daniel Perry
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

RE: [OT] Anatomy of a long URL

2004-06-28 Thread Daniel Perry
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

RE: how to handle special characters like "®"

2004-06-30 Thread Daniel Perry
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. >

RE: [OT] Best practice for background service

2004-07-15 Thread Daniel Perry
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

RE: [OT] Best practice for background service

2004-07-15 Thread Daniel Perry
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

RE: [OT] RTF & PDF export options

2004-07-20 Thread Daniel Perry
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)

RE: Security - From tradition to struts

2004-08-19 Thread Daniel Perry
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

RE: Help on Action implementing thread for checking user registration thru email?

2004-08-19 Thread Daniel Perry
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.

RE: Uploading files to a database

2004-08-20 Thread Daniel Kalcevich
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

RE: download binary content

2004-08-25 Thread Daniel Perry
"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

RE: download binary content

2004-08-25 Thread Daniel Perry
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

RE: Question about downloading files from a Struts servlet

2004-08-27 Thread Daniel Perry
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

RE: philosophical question/poll about Struts/JSTL, scriptlets

2004-08-27 Thread Daniel Perry
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

RE: philosophical question/poll about Struts/JSTL, scriptlets

2004-08-27 Thread Daniel Perry
> 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 > > > >

RE: philosophical question/poll about Struts/JSTL, scriptlets

2004-08-27 Thread Daniel Perry
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

RE: Learning the basics

2004-08-31 Thread Daniel Perry
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-

RE: Learning the basics

2004-08-31 Thread Daniel Perry
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 > > > >

RE: Submit to 3rd party URL after completing Action

2004-08-31 Thread Daniel Perry
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

RE: Identifying the 'clicked' line when iterating over collection

2004-08-31 Thread Daniel Perry
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

RE: Iterating over collection ...

2004-08-31 Thread Daniel Perry
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

RE: Line Breaks and Formatting Text

2004-09-06 Thread Daniel Perry
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

RE: another easy (I hope) beginner question

2004-09-07 Thread Daniel Perry
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-

RE: Line Breaks and Formatting Text

2004-09-07 Thread Daniel Perry
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

RE: Adding Tags Dynamically

2004-09-08 Thread Daniel Perry
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:

RE: Adding Tags Dynamically

2004-09-08 Thread Daniel Perry
), 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

RE: Advantages of J2EE w. Struts vs .NET ASP.NET

2004-09-14 Thread Daniel Perry
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]

RE: FOP for PDF

2004-09-15 Thread Daniel Perry
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 >

RE: Can anyone recommend a UK based Tomcat Struts MySql hosting solution?

2004-09-16 Thread Daniel Perry
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

RE: Checking a cookie or redirecting - best way? (Getting ERROR, Help!)

2004-09-21 Thread Daniel Perry
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

Render ActionMessages by a Action Class on a jsp

2004-10-14 Thread daniel weiss
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

Problem with message resources by FormValidator

2004-10-15 Thread daniel weiss
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

Re: Problem with message resources by FormValidator

2004-10-15 Thread daniel weiss
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 > > > --

Probs with ActionError -> generate a blank page after request

2004-10-01 Thread daniel weiss
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 -

Struts FormValidation -> date validation

2004-10-19 Thread daniel weiss
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

Struts Validator - ValidWhen

2004-10-20 Thread Daniel Kalcevich
"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

RE: Struts Validator - ValidWhen

2004-10-21 Thread Daniel Kalcevich
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

RE: Calling one action from another - removing request parameters

2004-04-05 Thread Daniel Perry
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

RE: why I got "response already committed" exception

2004-04-05 Thread Daniel Joshua
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

RE: logic:iterate over an array of Strings

2004-04-06 Thread Daniel Perry
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

iterate into two table columns

2004-04-06 Thread Daniel Perry
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

RE: How can I display a table in two columns?

2004-04-07 Thread Daniel Perry
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

RE: [slightly OT] defensive strategy

2004-04-13 Thread Daniel Perry
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

RE: [slightly OT] defensive strategy

2004-04-13 Thread Daniel Perry
. 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

RE: Tool for HTML/JSP formatting

2004-04-14 Thread Daniel Joshua
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

RE: when not to use an ActionForm

2004-04-14 Thread Daniel Joshua
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"

RE: question

2004-04-16 Thread Daniel Perry
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-

list of modules

2004-04-20 Thread Daniel Lipofsky
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

RE: Design Issue/Question

2004-05-12 Thread Daniel Perry
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   2   3   4   5   6   7   >