RE: recursive tag

2001-02-28 Thread Young, Wayne
Martin, Thanks for your response. I'm think I can get this done if I start modifying struts, but I am looking for a simpler solution. I am trying go dynamically create form elements based on a schema. I've been using XALAN with FOP came up with the idea that a tag could execute XALAN

RE: Validating bean properties (WAS: Re: Stupd question aboutStru ts and EJB.)

2001-02-28 Thread David Winterfeldt
I think it is good to tie together the valdation and conversion of the strings to objects and objects to properly formatted strings. I'm curious to know if how you have and/or plan to tie this in with your beans (ActionForm). Will they just have setters and getters for strings and you will

Re: Problem using form tags across template pages

2001-02-28 Thread Craig R. McClanahan
Martin Cooper wrote: OK, now I see what's happening. The html:form tag sets the form bean as a page attribute, so when your nested page (the one brought in using the template tags) is processed, the form bean is not available, since it is in a different page context. Hence the html:text tag,

Re: Hook to bootstrap in Tomcat

2001-02-28 Thread Craig R. McClanahan
Qiqi Dong wrote: Does anyone know how to bootstrap my own classes when start Tomcat. Does Tomcat actually provide a hook for that? Qiqi, the best place to ask this is on the TOMCAT-USER list, rather than the two lists you selected. However, to save the trouble of re-asking, the answer varies

RE: Validating bean properties (WAS: Re: Stupd question aboutStru ts and EJB.)

2001-02-28 Thread Rey Francois
Our intention is to use ActionForms as converters to object values. Typically the information entered in a form is going to be used as parameters to a backend request or will go into some object or bean that will be sent to the backend. One should not send to the backend the ActionForm object

sorry test

2001-02-28 Thread Oleg V Alexeev
Hello struts-dev, -- Best regards, Oleg mailto:[EMAIL PROTECTED]

Hook to bootstrap in Tomcat

2001-02-28 Thread Qiqi Dong
Does anyone know how to bootstrap my own classes when start Tomcat. Does Tomcat actually provide a hook for that?

Re: recursive tag

2001-02-28 Thread Nick Pellow
Wayne, I had this same idea as well. However, the user will then have to wait for the new jsp to compile, which can be quite slow. There may also be secrutiy issues with file persmissions etc in your webapp directory.? What I want to know however, is why you can't just output the form elements