Deleting objects from nested tags

2004-09-20 Thread Juan Alvarado
Hi: I am displaying a hierarchy of objects in a textarea using the nested tags. Whenever a user deletes whatever is in the textarea for a particular object, I want to remove that object from the list. Has anyone done this in the past?? If so, could you please share how you accomplished it.

Re: Tools to develope Struts webapplications

2004-09-04 Thread Juan Alvarado
nally like it because and I use it just about all the time. I don't think there's a wrong or right answer here. P.S. France is kicking our butts right now. It might be headed your way :) Rick Reumann <[EMAIL PROTECTED]> wrote: Juan Alvarado wrote: > Or

Re: Tools to develope Struts webapplications

2004-09-04 Thread Juan Alvarado
Or you can try xdoclet http://xdoclet.sourceforge.net to build your struts config. But I agree with Rick, first know what's going on underneath the hood before you start using all the toys. Rick Reumann <[EMAIL PROTECTED]> wrote:Anders Jacobsen wrote: > What IDEĀ“s and tools would you recommend

Re: struts1.1 validation in nested tag elements

2004-07-21 Thread Juan Alvarado
Well for one you could explain what the exact problem you are having is. Looking in the mail archive is also a place to start. Bharathiraja <[EMAIL PROTECTED]> wrote:Hi, i am struggling to do validation (server side and client side) using struts1.1 VALIDATOR in the NESTED TAG elements.please giv

Re: [OT] RTF & PDF export options

2004-07-20 Thread Juan Alvarado
I know you mentioned open source tools, but I wasn't 100% sure if you were limited to open source. Windward Reports seems like a tool for the job. http://www.windwardreports.com. It's not free and in fact it's pretty expensive. We are leaning towards using this tool because of the ease of use t

Re: nested tags and bean population

2004-07-19 Thread Juan Alvarado
Hey Rick I got rid of the name and type and it worked. Kinda weird. Thanks for the quick reply!!! Later... Rick Reumann <[EMAIL PROTECTED]> wrote: Juan Alvarado wrote: > In my form bean I have an array list called categories that contains > objects of type Category. Each Cat

nested tags and bean population

2004-07-19 Thread Juan Alvarado
In my form bean I have an array list called categories that contains objects of type Category. Each Category object contains an array list of Steps. So in my jsp I am rendering this relation as follows: First I iterate through the Categ

Re: html tags in resource bundle

2004-07-12 Thread Juan Alvarado
.getInputForward(); } This way, the creation and rewriting of the link itself is handled by normal struts mechanisms, and you can manage the links in your struts-config.xml file. On Sat, 10 Jul 2004 17:39:32 -0700 (PDT), Juan Alvarado wrote: > Hello everyone: > > I have recently started

Re: html tags in resource bundle

2004-07-10 Thread Juan Alvarado
.duplicate.user.error", (String)f.get("email"), replacementLink); return mapping.getInputForward(); } This way, the creation and rewriting of the link itself is handled by normal struts mechanisms, and you can manage the links in your struts-config.xml file. On Sat, 10 Jul 2004 17:39:32

html tags in resource bundle

2004-07-10 Thread Juan Alvarado
Hello everyone: I have recently started using struts again and I am a bit rusty so please bear with me. I searched the list for what I need and I didn't find anything. What I need is to display to a user a message in a JSP. This message is pulled from an ApplicationResources.properties file.