RE: [OT] RE: Automatic refresh - IS THIS POSSIBLE?

2003-01-30 Thread Michael C. Clark
Flash can (and probably had) launched the Space Shuttle, and would be nice to use for exactly what you are trying to do. If it is an appropriate UI for you, it is quite good at processing requests asynchronously using XML. Just don't use cute animations, and you'll be fine. Original Message

[Q] any good doc about how to create Appl. with Struts step by step?

2003-01-29 Thread michael . korolyov
Hello, something like: 1. create folder structure ... 2. copy xxx.jar to ... 3. copy xxx.tld to ... 4. create web.xml as ... in ... and so on. thank you. Best Regards. Michael. - To unsubscribe, e-mail: [EMAIL PROTECTED] For

[Q] any good doc about how to create Appl. with Struts step be step?

2003-01-29 Thread michael . korolyov
Hello, something like: 1. create folder structure ... 2. copy xxx.jar to ... 3. copy xxx.tld to ... 4. create web.xml as ... in ... and so on. thank you. Best Regards. Michael. - To unsubscribe, e-mail: [EMAIL PROTECTED] For

RE: throws NPE

2003-01-28 Thread Michael Cardon
Did you try it with a forward slash like this? Search -Original Message- From: Ethan Michaels [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 28, 2003 7:34 PM To: Struts Users Mailing List Subject: RE: throws NPE Thank you for the suggestion. I did try that, but it's still throwing

what I can use to display a Chart?

2003-01-28 Thread michael . korolyov
Hello, does any one use Charts with Struts? what lib / product you can recommend? thank you. Best Regards. Michael. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

[AXIS4STRUTS]Generating XML from Struts JSP

2003-01-27 Thread Michael Oliver
Has anyone used JSP with Struts to generate XML? http://java.sun.com/products/jsp/html/JSPXML.html Would anyone be interested in a struts-xml.tld and the associated custom tag classes? If so what kinds of tags would you want? bean name and value? Can we just add a few XML oriented tags to the

Re: Flash+Struts how?

2003-01-27 Thread Michael C. Clark
Being able to return XML to the UI is not all that bad, when you consider the opportunities for integrating other technolgies for presentation (if you like XSLT and the like). There are also some nice tools that take advantage of the modular nature of FlashMX, and the native XML parsing capabiliti

RE: Can Action Forward be used to open a new brower window?

2003-01-22 Thread Michael Cardon
t a good idea. -Max - Original Message - From: "Michael Cardon" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Wednesday, January 22, 2003 10:40 AM Subject: Can Action Forward be used to open a new brower window? > I am usin

Can Action Forward be used to open a new brower window?

2003-01-22 Thread Michael Cardon
e in struts-conf.xml Is what I would really like, is to have the jsp page open in a new brower window. Is this possible? Thanks. Michael Cardon [EMAIL PROTECTED] -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

RE: Mapped Property? Iinterpolated runtime values are forbidden?

2003-01-22 Thread Michael Marrotte
Seems to work by a key first: -Original Message- From: Michael Marrotte [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 22, 2003 10:24 AM To: Struts Users Mailing List Subject: RE: Mapped Property? Iinterpolated runtime values are forbidden? Like I say, the

RE: Mapped Property? Iinterpolated runtime values are forbidden?

2003-01-22 Thread Michael Marrotte
itted)." You could try this: [JSP] ... <% String property = "payCitation(" + unpaidCitation.getCitation() + ")"; %> > -----Original Message- > From: Michael Marrotte [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, January 22,

Mapped Property? Iinterpolated runtime values are forbidden?

2003-01-22 Thread Michael Marrotte
I'm trying to dynamically write the setter values for a "mapped" property. But, I get the following error: 500 Servlet Exception /tt-pay/pages/UnpaidCitations.jsp:20: interpolated runtime values are forbidden by the JSP spec at `payCitation(<%= unpaidCitation.getCitation() %>)' -

interpolated runtime values are forbidden?

2003-01-21 Thread Michael Marrotte
I'm using a map-backed form and get the following error: 500 Servlet Exception /tt-pay/pages/UnpaidCitations.jsp:20: interpolated runtime values are forbidden by the JSP spec at `payCitation(<%= unpaidCitation.getCitation() %>)' ---

struts and roles, where to find documentation?

2003-01-21 Thread Michael Olszynski
can i use them if the are not used? in which database are these useres und roles. I´m new to roles and useres management, and I absolutely don´t know anything about roles and struts, so any link to a documentation and tutorial is very welcome. Take care Michael -- To unsubscribe, e-mail

Re: Merging struts-config.xml files for different modules..

2003-01-21 Thread Michael Nascimento Santos
I think XDoclet may help you. http://xdoclet.sf.net []s Michael Nascimento Santos Sun Certified Programmer for the Java 2 Platform Sun Certified Programmer for the Java 2 Platform 1.4 Sun Certified Web Component Developer for J2EE Moderador SouJava - www.soujava.org.br - Original Message

complexed structures/objects

2003-01-16 Thread Michael Mashian
guys. can someone please help with retrieving data from complexed structures/objects using tags ? - The information contained in this message is proprietary of Amdocs, protected from disclosure, and may be privil

Validator Javscript still submits.

2003-01-15 Thread Michael P
I'm using the Validator with Javascript on several forms and having a problem where the form submits even if the javascript did not validate properly. It pops up the alerts, then submits the form anyway, which comes back with the errors in the HTML. This isn't, I assume, the desired behaviour. C

Using RequestDispatcher to obtain the output from another action

2003-01-13 Thread Michael Young
est, responseWrapper); save responseWrapper's output stream in a file or email it; return mapping.findForward("some_struts_page"); Is this doable? Can I use mapping.findForward() after I have used getRequestDispatcher().include()? Thanks! /Michael. -- To unsubscribe, e-mai

Re: Problem with Weblogic 6.1 sp2 and Struts 1.1 Beta 3

2003-01-08 Thread Michael Lee
We had em running under WLS 6.1 sp3. We just recently installed sp4 (just because sp4 recently came out :)). Mike From: "Craig R. McClanahan" <[EMAIL PROTECTED]> Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]> To: Struts Users Mailing List <[EMAIL PROTECTED]> Subject: Re: Problem with W

Re: Advanced JSP page help.

2003-01-08 Thread Michael Lee
Please put large attachments on YOUR OWN SERVER where we can CHOOSE to download it if we wish. Some of us are using free and limited email servers that have storage limits. Simple code examples or similar text would be fine but a 300K BMP? Come on! From: Heligon Sandra <[EMAIL PROTECTED]> Repl

html:form action not rendering properly when using multi-app

2003-01-08 Thread Michael Venegoni
esired html output If anyone could provide insite on why the html:form tag doe not render the action with the /[subapp]/action.do? Michael Venegoni -- Michael Venegoni www.nVISIA.com Digital Architecture and Construction Software

Override action in multiple struts-config.xml

2003-01-07 Thread Michael Lee
We have a base product. It has a struts-config.xml in a webapp. We have a couple of customers that each have their own web app and struts-config.xml. Their product sits on top of the base product. We have to have a complete struts-config.xml for each customer. Is there a way to have a core strut

RE: Checkbox in a multiple-page form.

2003-01-07 Thread Weis, Michael
Hi, Actually you would have the same problem on pages 2, 3, etc. if there were any checkboxes. we had the same problem and solved it by writing separate reset functions for each page. In the general action forms reset method an additional property (e.g. pageId) of the action form controlls the

struts 1.0.2 hanging?

2003-01-03 Thread Michael Lee
If you declare duplicate actions in your struts-config.xml would this cause struts to hang? We did this by accident and have been trying to track down this hang. Also, is there a way to have some additional actions defined in another struts-config.xml file? So basically have 2 struts configs (no

Ye olde html:options tag?

2003-01-02 Thread Michael P
I apologize for this basic question, but I'm new to struts and Java web programming in general, and I really can't get the tag to work... The error I'm getting, specifically, is: javax.servlet.jsp.JspException: No getter method available for property email for bean under name users My

Global Exception Handlers

2002-12-30 Thread Michael Marrotte
Do you know of any good reading that elaborates on writing a global exception handlers for Struts? I've already read http://jakarta.apache.org/struts/userGuide/building_controller.html#exceptio n_handler , but am looking for more detail or a tutorial. Thanks, --Mike -- To unsubscribe, e-mail:

JSP: Getting a Bean

2002-12-23 Thread Michael P. Jones
plain this or just post a code clip? Thanks in advance- Michael -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

RE: code too large for try statement

2002-12-20 Thread Michael Marrotte
? David >From: "Michael Marrotte" <[EMAIL PROTECTED]> >Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]> >To: <[EMAIL PROTECTED]> >Subject: code too large for try statement >Date: Fri, 20 Dec 2002 16:48:37 -0500 > >I'm using

code too large for try statement

2002-12-20 Thread Michael Marrotte
I'm using lots of Struts custom jsp tags, e.g. logic, html, and bean. The JSP file size is about 27K. I'm getting the following error: 500 Servlet Exception /mainMenu.jsp:652: code too large for try statement } catch (java.lang.Throwable _jsp_e) { ^ /mainMenu.jsp:46: code too large for

Re: no getter method exception

2002-12-20 Thread Michael Olszynski
But how shall I make indexed getters and setters? A lot of guys told me that I do have to make indexed getters and setters in my formbean, otherwise I get an indexoutofboundsexception. (See my last 5 posts on benutils.populate) Do you have any idea how to solve this problem? Thanks a lot Michael

no getter method exception

2002-12-20 Thread Michael Olszynski
Hi I get a no getter method exception (stackTrace below) But I do have the getter method!!! This is my Formbean: public class TimeProofFormBean extends ActionForm { private Vector timeProofList = new Vector(); public Vector getTimeProofList() { System.out.println("getTimeProofList(

Re: beanutils.populate with formbeans and vectors

2002-12-20 Thread Michael Olszynski
) { ? Are these methods ever called from struts? How are the naming conventions? Thanks Michael > > TestActionForm.java > --- > package com.test; > > import java.util.*; > import org.apache.struts.action.*; > > public class TestActionForm extends ActionFor

Re: beanutils.populate with formbeans and vectors

2002-12-20 Thread Michael Olszynski
a mess. I hope you also have a solution for this! Thanks a lot Michael -- Fehlerfreie Software wirkt weniger komplex und diskreditiert damit den Entwickler! - Original Message - From: "Richard Yee" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMA

Re: beanutils.populate with formbeans and vectors

2002-12-19 Thread Michael Olszynski
ecember 19, 2002 7:16 PM Subject: Re: beanutils.populate with formbeans and vectors > Michael, > How are you accessing the indexed property in the JSP? > > -Richard > > --- Michael Olszynski <[EMAIL PROTECTED]> wrote: > > Hi Richard, > > > > thanks again fo

Re: beanutils.populate with formbeans and vectors

2002-12-19 Thread Michael Olszynski
r I had before! -- Fehlerfreie Software wirkt weniger komplex und diskreditiert damit den Entwickler! - Original Message - From: "Michael Olszynski" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Thursday, December 19, 2002 6:49

Re: beanutils.populate with formbeans and vectors

2002-12-19 Thread Michael Olszynski
code you wrote me in my bean, and I still get errors. I give you a small snippet of my code (I tried to remove everything unnecessary) and I also attach the errormessage after the samplecode. I´d really appreciate if you could look at it for a short moment. Thanks a lot Take care Michael

Re: beanutils populate problem with formbeans and vectors

2002-12-19 Thread Michael Olszynski
mt von Ihrer eigenen Anwendung! -- James Mitchell Software Engineer/Struts Evangelist http://www.open-tools.org "C makes it easy to shoot yourself in the foot; C++ makes it harder, but when you do, it blows away your whole leg." - Bjarne Stroustrup > -Original Message- >

Re: beanutils populate problem with formbeans and vectors

2002-12-19 Thread Michael Olszynski
Does anybody have an idea, where this exception is from. I´m still working on it.. Thaks a lot, Michael -- Fehlerfreie Software wirkt weniger komplex und diskreditiert damit den Entwickler! - Original Message - From: "Michael Olszynski" <[EMAIL PROTECTED]> To: "

Re: beanutils populate problem with formbeans and vectors

2002-12-19 Thread Michael Olszynski
uot;projekterfassung.do?day="> can you find the error I get? Thanks Michael -- Fehlerfreie Software wirkt weniger komplex und diskreditiert damit den Entwickler! - Original Message - From: "Yee, Richard K,,DMDCWEST" <[EMAIL PROTECTED]> To:

beanutils populate problem with formbeans and vectors

2002-12-18 Thread Michael Olszynski
tor.http.HttpProcessor.process(HttpProcessor.java:1040) at org.apache.catalina.connector.http.HttpProcessor.run(HttpProcessor.java:1151) at java.lang.Thread.run(Thread.java:536) Thanks Michael -- Fehlerfreie Software wirkt weniger komplex und diskreditiert damit den Entwickler!

RE: StrutsCX

2002-12-16 Thread Michael Delamere
Struts with XSLT ... http://it.cappuccinonet.com/strutscx/ Regards, Michael > -Original Message- > From: news [mailto:[EMAIL PROTECTED]] On Behalf Of V. Cekvenich > Sent: Montag, 16. Dezember 2002 16:28 > To: [EMAIL PROTECTED] > Subject: Re: StrutsCX > > Errr...

Use of Struts 1.0.2 template tag doesn't display jsp errors in included files

2002-12-13 Thread Michael Echerer
rror display problem solved if I use the tags instead or will I have the same difficulties for jsp debugging? I would like to separate design from content without considering for debugging so much that I don't have "just one large page". What is a better practice for that

Re: Struggling with indexed/repeating input fields

2002-12-13 Thread Michael Olszynski
rray. And from the element 0 I want to get/set the fromHour property. I hope this also helps somebody. Take care Michael -- Fehlerfreie Software wirkt weniger komplex und diskreditiert damit den Entwickler! - Original Message - From: "Brian DeLuca" <[EMAIL PROTECTED]> To

Re: Struggling with indexed/repeating input fields in forms

2002-12-13 Thread Michael Olszynski
The same problem with the nested tags occurs. So I´m still trying to figure out why it doesn´t work. But thanks for u´r help! Take care Michael -- Fehlerfreie Software wirkt weniger komplex und diskreditiert damit den Entwickler! - Original Message - From: "Stephen Ting&quo

RE: HTML anchor with Struts and JSP?

2002-12-12 Thread Michael Marrotte
. december 12. 15:58 dátummal Gemes Tibor ezt írtad: > 2002. december 12. 16:13 dátummal Michael Marrotte ezt írtad: > > Are there any straightforward ways to leverage Struts to do this? > > Is the anchor's name static, or dynamically generated? > Imho if dynamic you can declare a

Re: Struggling with indexed/repeating input fields in forms

2002-12-12 Thread Michael Olszynski
IL PROTECTED]> Sent: Thursday, December 12, 2002 6:56 PM Subject: Re: Struggling with indexed/repeating input fields > One (good) way is to have your beans implement collection. > Search messages for "cekvenich", I posted like 3 of my last 10 messages > related to this. > &

RE: HTML anchor with Struts and JSP?

2002-12-12 Thread Michael Marrotte
Are you sure that work? The anchor seems to be ignored when I set redirect="true" in struts-config and append the anchor to the path with a #, e.g. "/page.jsp#anchor". Any thoughts? Thanks, --Michael Marrotte -Original Message- From: Gemes Tibor [mailto:[EM

Re: Struggling with indexed/repeating input fields

2002-12-12 Thread Michael Olszynski
you could write one or two lines of code. Thanks a lot! Take care Michael -- Fehlerfreie Software wirkt weniger komplex und diskreditiert damit den Entwickler! - Original Message - From: "Karr, David" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMA

Struggling with indexed/repeating input fields

2002-12-12 Thread Michael Olszynski
, because my thesis should be finished at the end of december. Thanks Take care Michael ** This is my projekterfassung.jsp

HTML anchor with Struts and JSP?

2002-12-12 Thread Michael Marrotte
stay away from JavaScript. Any ideas are greatly appreciated. --Michael Marrotte -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

HTML anchor with Struts and JSP?

2002-12-11 Thread Michael Marrotte
stay away from JavaScript. Any ideas are greatly appreciated. --Michael Marrotte -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Re: Best Practices for Logging?

2002-12-10 Thread Michael Rimov
Hi Matt, At 10:12 PM 12/9/2002 +, you wrote: Thanks for all the responses on this topic, now another question: What is the recommended method of configuring logging for a particular class: private Log log = LogFactory.getLog(getClass().getName()); or private Log log = LogFactory.getLog(cl

RE: Re: Best Practices for Logging?

2002-12-10 Thread Michael Rimov
At 10:03 AM 12/10/2002 +0100, you wrote: I had not checked this.Had taken what log4j documentation says about performance verbatim... BTW,I didnt get your comment about ** In particular, under a Tag library for Tomcat 4.0.X [where tags are not reused] * Are the tags reused on

Re: Query on modular applications

2002-12-10 Thread Michael Cunningham
loaded correctly. Any ideas would a great help. Thanks, David Graham wrote: You should first try using the latest nightly build because there have been several important bug fixes related to modules since beta 2. David From: Michael Cunningham <[EMAIL PROTECTED]> Reply-To: "S

RE: Re: Best Practices for Logging?

2002-12-09 Thread Michael Rimov
At 10:49 AM 12/9/2002 +0100, you wrote: Just some addition to this logging discussion. If u are using log4j , then in any case,there wil be 1 instance per class and not per object.BEcause logger instances are named entities and they are cached.So if u ask for the same logger again(same class name

query on modular applications

2002-12-09 Thread Michael Cunningham
Hello, We are looking for some help building a modular application. We are using Struts 1.1B2. We have had issues with not finding our message resources. Here is snippets of our struts-config and web.xml files. web.xml -

Query on modular applications

2002-12-09 Thread Michael Cunningham
Hello, We are looking for some help building a modular application. We are using Struts 1.1B2. We have had issues with not finding our message resources. Here is snippets of our struts-config and web.xml files. web.xml -

Re: EJB's and Collections of Objects

2002-12-09 Thread Michael Lee
There's a pattern called value objects (or view objects) you may want to check out. Mike Lee - Original Message - From: "Gemes Tibor" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Monday, December 09, 2002 7:13 AM Subject: Re: EJB's and Collections of Object

Re: Best Practices for Logging?

2002-12-06 Thread Michael Rimov
At 11:33 AM 12/6/2002 -0700, you wrote: I'm wondering what is considered the best practice for logging using commons-logging in a Struts app. My current approach is to have a Base class in every package that has the following: protected Log log = LogFactory.getLog("my.package.name");

Re: Request losing data after container security check

2002-12-06 Thread Michael Lee
ould have to get > the CMS specification changed. > > Edgar > > -Original Message- > From: Michael Lee [mailto:[EMAIL PROTECTED]] > Sent: Friday, December 06, 2002 10:19 AM > To: 'Struts Users Mailing List' > Subject: Re: Request losing data after container security

Re: Request losing data after container security check

2002-12-06 Thread Michael Lee
rameters are in > the url's query string for the login action to see. > > David > > >From: "Michael Lee" <[EMAIL PROTECTED]> > >Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]> > >To: "Struts Users Mailing List" <[EMA

Re: Request losing data after container security check

2002-12-05 Thread Michael Lee
rity check > > > That's the way session time outs are supposed to work. This is a > security > feature when people leave in the middle of something. The user must > complete the transaction in one sitting. > > If you don't want that to happen then set your session t

jsp:include with variables in struts

2002-12-05 Thread michael . j . coyle
Hi, I wish to include a number of jsps within my main jsp. The list of include files is retrieved from the database and stored in the ActionForm. I can then have a piece of jsp code as follows: However, this doesn't work because 'jsp:include' is parsed before 'bean:write'. It tries to i

Re: problem using html:form in different struts-modules

2002-12-04 Thread Michael Delamere
Jan, are you doing a redirect in order to get to your login screen? If so, try redirect="false" ... I remember having a similar problem... Regards, Michael - Original Message - From: <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]&

Re: problem using html:form in different struts-modules

2002-12-04 Thread Michael Delamere
Hi Jan, Try : html:form action="/account/Login.do" Regards, Michael :-) - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, December 04, 2002 11:14 PM Subject: problem using html:form in different struts-modules Hi,

Re: Request losing data after container security check

2002-12-04 Thread Michael Lee
27;s idle; it won't timeout in mid request. > You lose session data when it times out. You lose request data after the > response has been sent for a particular request. > > David > > > > > > > >From: "Michael Lee" <[EMAIL PROTECTED]> > &g

Re: Request losing data after container security check

2002-12-04 Thread Michael Lee
o complete a request for one page so it won't be around after that > request. > > David > > > > > > > >From: "Michael Lee" <[EMAIL PROTECTED]> > >Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]> > >To: "

Request losing data after container security check

2002-12-04 Thread Michael Lee
I have a screen a.jsp that calls a.do which then forwards to b.jsp I have a form called AForm.java. I have a field called email in AForm.java. In a.jsp a user can set email, call a.do and then forward to b.jsp which does a . This works just fine and outputs the email. Problem is, if the session t

Re: [OT] caching drop-down lists

2002-12-03 Thread Michael Rimov
At 06:04 PM 12/2/2002 -0600, you wrote: In our application (and I'm sure most others) we've got a multitude of drop-down lists used for data entry. The Collections for the drop-downs are populated from the database. This doesn't seem very efficient - to hit the database for a read-only data ever

Re: Security roles with Struts

2002-12-03 Thread Michael Lee
for container managed roles struts actions act just like all http request that the container can intercept. in the web.xml Secure Something Admin Resources /admin/* Admin Secure all data NONE What this does is lock down all requ

Re: A single error page when using Struts 1.0.2 templates: Is this possible?

2002-12-03 Thread Michael Lee
We set up a global forward for errors... and when we catch exceptions beyond the normal we do a mapping.findForward("systemError"); - Original Message - From: "Davide Bruzzone" <[EMAIL PROTECTED]> To: "'Struts Users Mailing List'" <[EMAIL PROTECTED]> Sent: Tuesday, December 03

Re: bean:define for value in properties file

2002-12-03 Thread Michael Lee
Is there a way in 1.0.2? thanks, Mike - Original Message - From: "Joe Germuska" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Monday, December 02, 2002 5:33 PM Subject: Re: bean:define for value in properties file > A

Re: bean:define for value in properties file

2002-12-02 Thread Michael Lee
e in properties file > > http://jakarta.apache.org/struts/api/org/apache/struts/taglib/bean/MessageTa > g.html > > a > > > -Original Message- > > From: Michael Lee [mailto:[EMAIL PROTECTED]] > > Sent: Monday, December 02, 2002 3:52 PM > > To:

bean:define for value in properties file

2002-12-02 Thread Michael Lee
I have a value in my ApplicationResources.properties called page.title=Customer Information I want to have this value available in the page context. I would like to use a struts tag to do so. If not, I have to use a scriptlet (which I try to avoid). here is what I'd like to do any ideas? thanks,

Re: request to struts action not being routed to J2EE container security

2002-11-26 Thread Michael Lee
This worked too! No redirect code except in the struts-config.xml forward! thanks everyone, Mike - Original Message - From: "Eddie Bush" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Tuesday, November 26, 2002 7:13 PM Subject: Re: request to struts action no

Re: request to struts action not being routed to J2EE container security

2002-11-26 Thread Michael Lee
tuation you get by doing a redirect). > > If you're doing a redirect and this doesn't work, I'd say your server is > broker. > > Michael Lee wrote: > > >I have an action that, upon successful completion, calls another struts action. > >IE: /a.do > >succ

request to struts action not being routed to J2EE container security

2002-11-26 Thread Michael Lee
I have an action that, upon successful completion, calls another struts action. IE: /a.do success mapping to /consumer/b.do In the web.xml I lock the /consumer/ directory off to authorised users using J2EE form based container security (Weblogic RDBMS). Problem is a.do is calling b.do and no red

RE: On the Microsoft side...

2002-11-26 Thread Michael C. Clark
One could make the argument that the .NET framework IS your Struts "equivalent" (though we know there is no real 'equivalent'). The Framework offers some server-side controls that are accessed via tags in your scripts, and the opportunity to extend this "library" as you see fit). I've not heard o

[OT] SGML to HTML conversion!?

2002-11-26 Thread Michael Delamere
the topic? Naturally I have tried the standard ways of getting at the information, but have been unsuccessful so far! Thanks! Regards, Michael -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

RE: IE's autocomplete

2002-11-21 Thread Michael Delamere
Mozilla, both use the same Gecko engine :-). Regards, Michael -Original Message- From: David Graham [mailto:[EMAIL PROTECTED]] Sent: Donnerstag, 21. November 2002 16:54 To: [EMAIL PROTECTED] Subject: RE: IE's autocomplete You're the first person I've ever heard say they

RE: IE's autocomplete

2002-11-21 Thread Michael Delamere
ctually started using Netscape 7.x which I find to be quite good! Still, I find that the majority use the IE and it will take a while, more likely never, to get people away from it! Regards, Michael Delamere -- Vincent Stoessel Linux Systems Developer vincent xaymaca.com -- To unsubs

RE: IE's autocomplete

2002-11-21 Thread Michael Delamere
?! Of course, should anyone have a better idea - I´ll be glad to learn from him/her ;-) ! Regards, Michael Delamere -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Donnerstag, 21. November 2002 13:50 To: Struts Users Mailing List Subject: RE: IE's autocom

Re: InputStream from FormFile - OK now

2002-11-21 Thread Michael Lee
Hey! Dont post a question, then find a solution without sharing! If you figure it out, share the love! - Original Message - From: "Huynh Ngoc Huy" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Wednesday, November 20, 2002 11:18 PM Subject: Re: InputStream fr

Sending a file

2002-11-20 Thread Michael Lee
Is there a way in struts, that, if a user is validated, send them a local file? This is so if someone paid for a piece of software they would be given access to a screen to download it? thanks, Mike

RE: which one to buy? Struts books? Any ideas?

2002-11-19 Thread Michael C. Clark
I've read the Goodwill book a couple of times. If you're "not new" to struts, it may not be of great value. It will get you up and running, is clearly and succinctly written and has good, though *basic* examples. -Mike Original Message From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sub

Re: j_security_check

2002-11-18 Thread Michael Lee
Dont use struts tags inside your form. and such are ok. Otherwise, it thinks you want to use an ActionForm. Mike - Original Message - From: "Darren Hill" <[EMAIL PROTECTED]> To: "'Struts Users Mailing List'" <[EMAIL PROTECTED]> Sent: Monday, November 18, 2002 2:21 PM Subject: j_security_

Putting request parameter into page context

2002-11-15 Thread Michael Lee
This seems like it would be so simple yet I can't get it to work I've tried all kinds of combinations of bean:define... I want to take the request parameter startRow and put it in a page object startRow startRow is in the request (URL.com/someaction.jsp?startRow=10). thanks, Mike

RE: user manually changing local

2002-11-13 Thread Michael Delamere
In the struts-config you would write something like: > >contentType="text/html;charset=UTF-8" > debug="4" > locale="true" > nocache="true" > processorClass="com.morelogs.carlroth.actions.MyRequestProcessor"/> > &

RE: user manually changing local

2002-11-13 Thread Michael Delamere
! Regards, Michael -Original Message- From: Marcus Biel [mailto:Marcus.Biel@;bmw.de] Sent: Mittwoch, 13. November 2002 10:32 To: [EMAIL PROTECTED] Subject: user manually changing local I want to give the user the ability to manually change the language of the aplication by selecting a local

RE: special character

2002-11-12 Thread Michael Delamere
Yes, you can solve this by setting the filter to false: Regards, Michael -Original Message- From: Amit Badheka [mailto:amit@;direct2s.com] Sent: Dienstag, 12. November 2002 13:49 To: Struts Users Mailing List Subject: special character I want to show the currency symbols, I am

RE: AW: AW: unicode in struts

2002-11-12 Thread Michael Delamere
That is what we experienced, which is why I suggested that you should try setting filter="false" in your bean:wtite tag ;-) ! Regards, Michael -Original Message- From: Huynh Ngoc Huy [mailto:huyhngoc@;yahoo.com] Sent: Dienstag, 12. November 2002 10:10 To: Struts Users Ma

RE: unicode in struts

2002-11-12 Thread Michael Delamere
Hi, I would try setting the filter to false in the "bean:write" tag. That might help. You can see what it does here: http://jakarta.apache.org/struts/doc-1.0.2/struts-bean.html#write Regards, Michael -Original Message- From: Huynh Ngoc Huy [mailto:huyhngoc@;yahoo.

RE: Mozilla asking to save *.do ?!

2002-11-11 Thread Michael Delamere
was trying to insult me - I was just kidding. > when I get too close to a given tree to see the forest - we've all done it Oh yes, I?ve been there, done it and bought the t-shirt - looking at the same lines of code for hours and in the end it was something completely stupid! Regards,

RE: Mozilla asking to save *.do ?!

2002-11-11 Thread Michael Delamere
t, was the title of this thread enough to get anyone to panic? I almost did when I first fell into the trap ;-) ! Replacing it with this line immediately solved the problem: response.setContentType("text/html; charset=UTF-8"); And yes, Mozilla is great - The explorer just ignored my error

RE: Mozilla asking to save *.do ?!

2002-11-11 Thread Michael Delamere
I agree with you on that one. That will be my next step! I think I´ll have my cup of coffee tomorrow though because I´m about to go home :-) ! Regards, Michael -Original Message- From: Chappell, Simon P [mailto:Simon.Chappell@;landsend.com] Sent: Montag, 11. November 2002 18:34 To

RE: Mozilla asking to save *.do ?!

2002-11-11 Thread Michael Delamere
Ok, I think it might have something to do with our own implementation of the RequestProcessor then... I´ll have to look into that - I think I set some headers there... Thanks, Michael -Original Message- From: James Childers [mailto:jchilders@;hotels.com] Sent: Montag, 11. November

RE: Mozilla asking to save *.do ?!

2002-11-11 Thread Michael Delamere
Simon, 1. I also think Mozilla is great 2. Are you trying to insult me or my intelligence? ;-) Regards, Michael -Original Message- From: Chappell, Simon P [mailto:Simon.Chappell@;landsend.com] Sent: Montag, 11. November 2002 18:24 To: Struts Users Mailing List Subject: RE: Mozilla

RE: Mozilla asking to save *.do ?!

2002-11-11 Thread Michael Delamere
Hmmm have you got the latest release? I am using Mozilla 1.0.1. In fact, our design team have had exactly the same issue using Mozilla 1.0.0 on the Macintosh. It is definitely there! Regards, Michael -Original Message- From: Eddie Bush [mailto:ekbush@;swbell.net] Sent: Montag

RE: Validate and nightly build problem

2002-11-08 Thread Michael Delamere
I tried the registration and to me it seemed not to work Unless of course it is normal behaviour that when leaving the fields blank that it takes me to the start screen Infact, the same happens when populating all the fields is this correct? Regards, Michael -Original

RE: Validate and nightly build problem

2002-11-08 Thread Michael Delamere
Yes, I copied all of the files into my WEB-INF/lib folder If there is any more information you need, I will be glad to provide it Regards, Michael -Original Message- From: Rob Leland [mailto:rleland@;apache.org] Sent: Freitag, 8. November 2002 15:20 To: Struts Users Mailing

<    1   2   3   4   5   6   7   8   9   10   >