RE: Help please - indexed field in ActionForm

2003-08-14 Thread Gary Kephart
logic:iterate id=text indexId=index name=myForm property=text !-- Note trickery here. Not using html:text -- Label:input type=text name='text[bean:write name=indexId/]'/br/ /logic:iterate html:submit/ /html:form body /html:html Gary Kephart| New

RE: Help please - indexed field in ActionForm

2003-08-14 Thread Gary Kephart
body html:form action=MyAction.do Label 1:html:text property=text[0]/br/ Label 2:html:text property=text[1]/br/ html:submit/ /html:form body /html:html Gary Kephart| New Century Mortgage Web-Based Application Developer | http://www.ncen.com [EMAIL

RE: Internationalizing 100's of pages of text

2003-08-14 Thread Gary Kephart
, db experience. Gary Gary Kephart| New Century Mortgage Web-Based Application Developer | http://www.ncen.com [EMAIL PROTECTED] | 340 Commerce 949-797-5660| Irvine, CA 92602-1318

RE: Internationalizing 100's of pages of text

2003-08-10 Thread Gary Kephart
Is there a reason you don't want to put the content into a database? The content writers are remote, so I would have to create web access to a database. Too much work. Plus, I don't think that the content lends itself to databases. Gary Gary Kephart| New Century Mortgage

Internationalizing 100's of pages of text

2003-08-07 Thread Gary Kephart
writing my own version of template:get (which I can), is there a better, existing way of doing this? TIA, Gary Gary Kephart| New Century Mortgage Web-Based Application Developer | http://www.ncen.com [EMAIL PROTECTED] | 340 Commerce 949-797-5660

FAQ additions? (was Re: Help: Cannot find bean BEAN in scope null)

2001-08-30 Thread Gary Kephart
(), with the M capitalized, the first letter of the property in the JSP will be lower case. Your JSP will have this in it: html:text property=myProperty / Gary Kephart wrote: I get this message in the log file: Cannot find bean org.apache.struts.taglib.html.BEAN in scope null Gary -- Gary

Help: Cannot find bean BEAN in scope null

2001-08-29 Thread Gary Kephart
I get this message in the log file: Cannot find bean org.apache.struts.taglib.html.BEAN in scope null Does anyone know why this happened and how to fix it? Thanks, Gary -- Gary Kephart | Basis 100 Software Engineer | 4 Park Plaza, Suite 800 [EMAIL PROTECTED] | Irvine, CA

FAQ?

2001-08-28 Thread Gary Kephart
: javax.servlet.jsp.JspException: Cannot find ActionMappings or ActionFormBeans collection I can't tell if I'm missing a jar file or some xml file needs to be modified. Thanks, Gary -- Gary Kephart | Basis 100 Software Engineer | 4 Park Plaza, Suite 800 [EMAIL PROTECTED] | Irvine

Re: FAQ?

2001-08-28 Thread Gary Kephart
Gary Kephart wrote: I've just downloaded, installed and tried to run Struts this week. Of course, as a newbie, I hit some snags. Got past most of them, but then went looking for a FAQ list for Struts, but to no avail. Is there one? If so, where? BTW, the problem I'm trying to solve