Re: It's late and I'm feeling stupid

2003-03-30 Thread Jeff Smith
arch 30, 2003 10:39 AM Subject: Re: It's late and I'm feeling stupid > Yes Jeff / David this works for me > > David> Try using "" and "" to build up a url with > parameters, then > David> reference the "${url}" variable from the "

Re: It's late and I'm feeling stupid

2003-03-30 Thread Mike Deegan
displayed in the JSP [Zoom...] with the following link / URL properties http://localhost/do/userPg?ID=22&Dispatch=Zoom will open in the same window HTH Mike - Original Message - From: "David M. Karr" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, Mar

Re: It's late and I'm feeling stupid

2003-03-30 Thread David M. Karr
> "Jeff" == Jeff Smith <[EMAIL PROTECTED]> writes: Jeff> I have some data in an XML file. Jeff> I read it in from JSP using (the JSTL X tags) Jeff> I then transfered it to a variable like so: Jeff> Jeff> Jeff> Jeff> I can now dump it out happily using

Re: It's late and I'm feeling stupid

2003-03-30 Thread Jeff Smith
3 9:57 AM Subject: Re: It's late and I'm feeling stupid > > From http://jakarta.apache.org/struts/userGuide/struts-bean.html#define > > The tag differs from in several ways, > including: > * Unconditionally creates (or replaces) a bean under the specified >

Re: It's late and I'm feeling stupid

2003-03-30 Thread Dan Tran
gt; Sent: Sunday, March 30, 2003 8:42 AM Subject: Re: It's late and I'm feeling stupid > Another day, and I start it out much more alert and perceptive. > Unfortunately I'm still not seeing the solution. (Undoubtedly I am ignorant > of some key piece of struts knowledge th

Re: It's late and I'm feeling stupid

2003-03-30 Thread James Mitchell
>From http://jakarta.apache.org/struts/userGuide/struts-bean.html#define The tag differs from in several ways, including: * Unconditionally creates (or replaces) a bean under the specified identifier. * Can create a bean with the value returned by a property getter of a diff

Re: It's late and I'm feeling stupid

2003-03-30 Thread Jeff Smith
Another day, and I start it out much more alert and perceptive. Unfortunately I'm still not seeing the solution. (Undoubtedly I am ignorant of some key piece of struts knowledge that is holding me back. :-) I see how struts-el would allow me to reference ${foo} values within the tag, but that isn

Re: It's late and I'm feeling stupid

2003-03-29 Thread Dan Tran
Saturday, March 29, 2003 9:47 PM Subject: It's late and I'm feeling stupid > I have some data in an XML file. > > I read it in from JSP using (the JSTL X tags) > > I then transfered it to a variable like so: > > > > > I can now dump it out happily usin

It's late and I'm feeling stupid

2003-03-29 Thread Jeff Smith
I have some data in an XML file. I read it in from JSP using (the JSTL X tags) I then transfered it to a variable like so: I can now dump it out happily using It turns out that this particular value (an integer) is useful in a subsequent JSP page (if my user elects to go there by click