RE: Form Bean not able to read form rendered from xml/xsl

2006-12-26 Thread Chris Loschen
with the XSLT. If it's an XSLT problem, you'd have more luck asking the XSLT list at [EMAIL PROTECTED] Good luck! Chris Loschen -Original Message- From: Rajeev Kumar Pandey [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 26, 2006 4:38 AM To: user@struts.apache.org Subject: RE: Form

RE: Struts, AJAX, JSP, and JavaScript question

2006-11-29 Thread Chris Loschen
Perhaps I'm missing something -- I don't know that much about JS and less about Ajax -- but these error messages look like they're exactly right to me. In the first case, you're starting element foo, then element bar, then ending element foo before you end the child element bar. That's

RE: bean:write not displaying the intended values

2006-11-16 Thread Chris Loschen
Did you include the taglib reference in your JSP page? Something like this: %@ taglib uri=/WEB-INF/struts-bean.tld prefix=bean % Without it, the JSP can't find the custom tag and you get the behavior you're describing. Hope that helps. Chris Loschen -Original Message- From: robin

Junit tests on remote Struts application in Eclipse

2006-07-10 Thread Chris Loschen
Hi all, This is admittedly tangential to our topic, but some other questions on Eclipse came up last week, and people here seem knowledgeable on all sorts of subjects... If you know of a better list on which I could ask this question, please let me know: I should probably be on it. I have a

RE: Junit tests on remote Struts application in Eclipse

2006-07-10 Thread Chris Loschen
: Chris Loschen [mailto:[EMAIL PROTECTED] Sent: Monday, July 10, 2006 1:25 PM To: Struts Users Mailing List Subject: Junit tests on remote Struts application in Eclipse Hi all, This is admittedly tangential to our topic, but some other questions on Eclipse came up last week, and people here

Books on JSF

2006-04-19 Thread Chris Loschen
Hi all, I'd like to start learning more about JSF. I've had a recommendation for _Core Java Server Faces_ -- do people here agree that would be a good choice? Any other recommendations? Thanks! Chris - To unsubscribe,

RE: debuging in eclipse

2006-02-23 Thread Chris Loschen
-Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,address=8787,server=y,suspend=y %JAVA_OPTS% Shasi -Original Message- From: Chris Loschen [mailto:[EMAIL PROTECTED] Sent: Thursday, February 23, 2006 10:18 AM To: Struts Users Mailing List; [EMAIL PROTECTED] Subject: RE: debuging

RE: How to inject code between HEAD /HEAD of a generated page ?

2006-02-23 Thread Chris Loschen
But you can't do that -- it's not well-formed XML. Chris -Original Message- From: David Delbecq [mailto:[EMAIL PROTECTED] Sent: Thursday, February 23, 2006 7:53 AM To: Struts Users Mailing List Subject: Re: How to inject code between HEAD /HEAD of a generated page ? Na, he just

RE: How to inject code between HEAD /HEAD of a generated page ?

2006-02-23 Thread Chris Loschen
parser! Chris Loschen a écrit : But you can't do that -- it's not well-formed XML. Chris -Original Message- From: David Delbecq [mailto:[EMAIL PROTECTED] Sent: Thursday, February 23, 2006 7:53 AM To: Struts Users Mailing List Subject: Re: How to inject code between HEAD /HEAD

RE: debuging in eclipse

2006-02-23 Thread Chris Loschen
to the list (which I'll copy) as they'll likely have answers that I don't. Chris -Original Message- From: Shasirekha Engala [mailto:[EMAIL PROTECTED] Sent: Thursday, February 23, 2006 9:15 AM To: Chris Loschen Subject: RE: debuging in eclipse I have now modified the statements as set

RE: debuging in eclipse

2006-02-22 Thread Chris Loschen
Quick question -- The JAVA_OPTS line you have below starts with rem which indicates a remark in batch files. That would indicate that the line isn't getting executed. If you remove the rem, does that help? Chris -Original Message- From: Max Cooper [mailto:[EMAIL PROTECTED] Sent:

Using RBAC and tiles to dynamically display menu items

2005-10-12 Thread Chris Loschen
! Yours, Chris Loschen ___ Siebel IT'S ALL ABOUT THE CUSTOMER Visit www.siebel.com This e-mail message is for the sole use of the intended recipient(s) and contains confidential and/or privileged information belonging to Siebel Systems, Inc. or its customers or partners. Any unauthorized

RE: Displaying errors for all except one key

2005-08-22 Thread Chris Loschen
appreciate it. Chris Loschen -Original Message- From: Chris Loschen Sent: Tuesday, August 16, 2005 9:52 PM To: 'Struts Users Mailing List' Subject: RE: Displaying errors for all except one key Yes, I wouldn't be able to get away with the empty div tag -- it would create a great big red box

RE: Displaying errors for all except one key

2005-08-16 Thread Chris Loschen
the errors to all but the property that you don't want to show the errors for. [Note: one thing to note would be, I don't know if the ordering of the errors will be the same of that you would get if you leave the iteration to the html:messages.] On 8/15/05, Chris Loschen [EMAIL PROTECTED] wrote: Does

RE: Displaying errors for all except one key

2005-08-16 Thread Chris Loschen
to show the errors for. [Note: one thing to note would be, I don't know if the ordering of the errors will be the same of that you would get if you leave the iteration to the html:messages.] On 8/15/05, Chris Loschen [EMAIL PROTECTED] wrote: Does anyone have some ideas for me? Thank you

RE: Displaying errors for all except one key

2005-08-15 Thread Chris Loschen
Does anyone have some ideas for me? Thank you! -Original Message- From: Chris Loschen Sent: Saturday, August 13, 2005 5:48 PM To: Struts Users Mailing List Subject: RE: Displaying errors for all except one key My Google research leads me to believe that I'm using old, deprecated

Displaying errors for all except one key

2005-08-13 Thread Chris Loschen
, but that could possibly grow down the road. Does anyone have any ideas? Thank you! Chris Loschen ___ Siebel IT'S ALL ABOUT THE CUSTOMER Visit www.siebel.com This e-mail message is for the sole use of the intended recipient(s) and contains confidential and/or privileged information

RE: Displaying errors for all except one key

2005-08-13 Thread Chris Loschen
seeing the other errors but not the validator errors? Is there a way to make this work short of refactoring the entire application? Any help would be greatly appreciated. Thanks! Chris -Original Message- From: Chris Loschen Sent: Saturday, August 13, 2005 3:08 PM To: Struts Users Mailing

RE: Test whether an application resource is empty

2005-06-13 Thread Chris Loschen
Just replace 'errors.cancel' with '%=directionToUserKey.toString()%' and you should be set. Sorry for the confusion, L. Chris Loschen wrote: Thanks again, Laurie, but for some reason it still returns false every time, even if there is something under that key. I'm pretty sure I followed

RE: Test whether an application resource is empty

2005-06-10 Thread Chris Loschen
for everyone's help! Chris Loschen -Original Message- From: news [mailto:[EMAIL PROTECTED] On Behalf Of Laurie Harper Sent: Thursday, June 09, 2005 7:07 PM To: user@struts.apache.org Subject: Re: Test whether an application resource is empty Try: tiles:useAttribute name=directionToUser

RE: Test whether an application resource is empty

2005-06-10 Thread Chris Loschen
=org.apache.struts.action.MESSAGE property=%=directionToUserKey.toString()% div class=modFormBox.../div /logic:present L. Chris Loschen wrote: Thanks Laurie, I tried to set it up this way, but wasn't able to make it work. My struts-config file defines the message-resources parameter

RE: Test whether an application resource is empty

2005-06-09 Thread Chris Loschen
I'm sorry to keep sending this over and over again, but I'm really stuck. If this isn't possible, could someone let me know? Then I could try to find an alternate path. Chris -Original Message- From: Chris Loschen Sent: Wednesday, June 08, 2005 5:09 PM To: Struts Users Mailing List

RE: Test whether an application resource is empty

2005-06-09 Thread Chris Loschen
-Original Message- From: Wendy Smoak [mailto:[EMAIL PROTECTED] Sent: Thursday, June 09, 2005 11:52 AM To: Struts Users Mailing List Subject: Re: Test whether an application resource is empty From: Chris Loschen [EMAIL PROTECTED] Quick synopsis: I have localized i18n messages defined in my

RE: Test whether an application resource is empty

2005-06-09 Thread Chris Loschen
-Original Message- From: Chris Loschen [mailto:[EMAIL PROTECTED] Sent: Thursday, June 09, 2005 11:37 AM To: Struts Users Mailing List Subject: RE: Test whether an application resource is empty Importance: High I'm sorry to keep sending this over and over again, but I'm really stuck. If this isn't

RE: Pb with html:link

2005-06-08 Thread Chris Loschen
taglib for your html:link to work. Hope that helps! Chris Loschen -Original Message- From: JM Tinghir [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 08, 2005 3:39 AM To: Struts Users Mailing List Subject: Pb with html:link Hello, I have a JSP (resultat.jsp) in which there's

RE: Test whether an application resource is empty

2005-06-08 Thread Chris Loschen
that the key is non-empty, but I haven't yet figured out how to test the same thing for the value. If anyone could help, I'd really appreciate it. Thanks! Chris -Original Message- From: Chris Loschen Sent: Wednesday, June 08, 2005 1:12 PM To: Struts Users Mailing List Subject: Test

Populating a new form bean and passing it on to the next request

2005-05-25 Thread Chris Loschen
in validation.xml, which is where my error messages appear to be coming from. I tried using a fully qualified name for loginForm (as in the form-bean declaration), but that didn't help either. Any suggestions? Thanks! Chris Loschen ___ Siebel IT'S ALL ABOUT THE CUSTOMER Visit

RE: Populating a new form bean and passing it on to the next request

2005-05-25 Thread Chris Loschen
and ForgotPasswordAction extend. Otherwise, a small amount of redundant logic from Action to Action is not a bad thing. I think this would remove the problem you are describing. But of course, I'm making a lot of assumptions. Hope that helps, Erik -Original Message- From: Chris Loschen [EMAIL PROTECTED

RE: Populating a new form bean and passing it on to the next request

2005-05-25 Thread Chris Loschen
form bean and passing it on to the next request you set stuff in your request object..but for the login form another request object is created and it has a seperate instance of loginForm..i am a bit rusty with struts, pls correct me if i am wrong -Original Message- From: Chris Loschen

RE: html:img question

2005-05-25 Thread Chris Loschen
html:img page=/images/logo.gif altKey=alt.logo / Hope that helps! Chris Loschen -Original Message- From: Aladin Alaily [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 25, 2005 6:39 PM To: Struts Users Mailing List Subject: html:img question Hi Guys, Maybe I've been working too long

RE: Combining html:image and bean:define

2005-05-04 Thread Chris Loschen
-html.html#image http://struts.apache.org/userGuide/struts-html.html#img Niall - Original Message - From: Chris Loschen [EMAIL PROTECTED] Sent: Tuesday, May 03, 2005 9:55 PM Responding to my own question, I did manage to get this working by doing this: bean:define id=nodeid name

Combining html:image and bean:define

2005-05-03 Thread Chris Loschen
variables. There has got to be a way around this -- any suggestions? Thanks! Chris Loschen ___ Siebel IT'S ALL ABOUT THE CUSTOMER Visit www.siebel.com This e-mail message is for the sole use of the intended recipient(s) and contains confidential and/or privileged information

RE: Combining html:image and bean:define

2005-05-03 Thread Chris Loschen
it? (It works, which is the main thing, but if there's a more efficient method, please let me know...) Thanks again! Chris Loschen -Original Message- From: Chris Loschen Sent: Tuesday, May 03, 2005 4:13 PM To: Struts Users Mailing List Subject: Combining html:image and bean:define Hi all