html:base pe problem

2003-08-29 Thread Heather Buch
e problems and need to use after all? Has anyone experienced this? Where does get its url? Thanks, Heather Buch - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: form submit - nested property problem

2003-08-28 Thread Heather Buch
ns to store the request parameters in. You should do this in your reset method. Adam On 08/27/2003 08:31 PM Heather Buch wrote: > I am trying to figure out what happens to the value of my nested checkbox when > I submit my form. > > I have a bean: > > public class FagDTO

Re: form submit - nested property problem

2003-08-28 Thread Heather Buch
x needs to refer to the form, instead of the page scope bean (the "id" from my iterate tag). Geez I am confused! Heather Hi Heather, it sounds like you are not instantiating any nested beans to store the request parameters in. You should do this in your reset method. Adam On 08/2

form submit - nested property problem

2003-08-27 Thread Heather Buch
;FagDTO" bean don't get hit and print out logging stuff, like I had hoped. And the value in my bean doesn't change. So my real question is: what is the "property" of nested:checkbox doing? How can I get nested:checkbox to set the value in my FagDTO when I submit it? Thanks,

Re: struts-user Digest 1 Jul 2003 13:07:49 -0000 Issue 3513

2003-07-02 Thread Heather Buch
session, but normally I don't, so I keep my forms in my request. Normally too I only ever edit one bean of data at a time. I have done editable lists of many beans using the nested-beans plug-in too. Hope I understood you correctly and haven't been waffling on beside the point. Adam

where does a form element get and put it's data

2003-07-01 Thread Heather Buch
quot; action. so it seems like the flow of information from database to form bean and then to action is kind of inconsistent. I hope this makes sense. If you need some examples, let me know and I'll try to create them. Best, Heather Buch - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

best example of pager taglib (thank you Thomas Gigen!)

2003-06-03 Thread Heather Buch
<% elementName = (String)pageContext.getAttribute("element") ; %>

when should classes contain other objects?

2003-03-13 Thread Heather Buch
that would be very helpful. Thanks, Heather Buch - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: RowSetDynaClass, select option

2003-01-31 Thread Heather Buch
, What exactly do you mean by "doesn't work"? Is an exception thrown? Is the output rendered incorrectly? Quoting Heather Buch <[EMAIL PROTECTED]>: > No, it doesn't. At least it didn't for me. "value" from value="<%= firstName %>">

Re: RowSetDynaClass, select options

2003-01-31 Thread Heather Buch
s. I present it like this: It would be so nice to create the option label dynamically. Then I could combine tags with the bean values, or whatever. Best, Heather Buch Think this'll work: Quoting "Cook, Graham" <[EMAIL PROTECTED]>: >

Re: forward to same page

2003-01-23 Thread Heather Buch
I left out some important information from the question I posed earlier: original question: > > > > Is there a way to set the "forward" page to be the same page that originated > > the request? > > > > > I want to enable users to change locale with a button. But I don't > > want them to go any

forward to same page

2003-01-23 Thread Heather Buch
viously, I know "path=thesamepage" won't work :-)). Thanks, Heather Buch -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

combining different business objects for validation

2003-01-15 Thread Heather Buch
OContext, the action or the service? Thanks, Heather Heather Buch -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

display messages, not errors

2003-01-14 Thread Heather Buch
y ApplicationResources.properties, so it may be important to prefix any strings that you want to display as messages, with "message." Hope this helps someone! Heather Buch -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

RE: trying to define a session scope form bean

2003-01-13 Thread Heather Buch
rk -Original Message- From: Heather Buch [mailto:[EMAIL PROTECTED]] Sent: Monday, January 13, 2003 2:42 PM Hi, What is the proper way to do this in struts-config.xml? Say I have this bean: type="mysite.myapp.ScheduleForm"/> and I want to us

trying to define a session scope form bean

2003-01-13 Thread Heather Buch
date="true" input="/editschedule.jsp"> So where do I define the session scope for this form? Also, is a session-scope form bean an acceptable place to transport objects from one Action to another? There is more to this story, but I'll explain th

turning form parameters into queries

2003-01-10 Thread Heather Buch
Hi all, Finding a good method to create SQL queries out of html form parameters is something I've struggled with for some time now. Is there a good or recommended way of doing this? For that matter, is there a "best practice" for making SQL queries in struts? I use a mysql database backend for

Re: html:options question

2003-01-06 Thread Heather Buch
. The "label" and "value" attributes just refer to properties of my AvailableCourseLabel bean (get availableCourseconcatenated, and getAvailablecourseinstanceid). I hope this helps a little. Best, Heather Buch Gus Delgado wrote: I populate an html:option tag with a collec

Re: No such tag notPresent in the tag library imported with prefixlogic

2003-01-06 Thread Heather Buch
-logic.tld /WEB-INF/struts-logic.tld /WEB-INF/struts-logic.tld /WEB-INF/struts-nested.tld /WEB-INF/struts-logic.tld /WEB-INF/struts-tiles.tld Uh-oh! :-) Heather David M. Karr wrote: "Heather" == Heather Buch <[EMAIL PROTECTED]> writes:

No such tag notPresent in the tag library imported with prefix logic

2003-01-06 Thread Heather Buch
Hi all, It's good to be here. I've been searching in vain for a solution to an error that suddenly appeared at work today, though not at home last night. I just switched from struts 1.0.2 to 1.1-b3. I'm pretty sure I did a clean switch. I removed all my old .tld files and my old struts.jar. I