RE: html taglib usage

2005-01-27 Thread Thorhauer, John (Contractor)
Yes. You are right. However, JSTL is not currently an option. Hopefully in the near future it will be. Thanks, John -Original Message- From: Karr, David [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 26, 2005 7:23 PM To: Struts Users Mailing List Subject: RE: html taglib usage I

RE: html taglib usage

2005-01-27 Thread Thorhauer, John (Contractor)
Great! Thanks for the help. John -Original Message- From: David G. Friedman [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 26, 2005 4:07 PM To: Struts Users Mailing List Subject: RE: html taglib usage John, The name="" attribute works with many of the text fields. Fo

Re: html taglib usage

2005-01-26 Thread William Stranathan
Is it entirely necessary to use the Struts taglib for it? Wouldn't it be easier to use the JSTL (if available) or in a real pinch, the JSP syntax for bean access? Thorhauer, John (Contractor) wrote: Hi, Is it possible to use the struts html taglib from version 1.1 without using Struts? I would

RE: html taglib usage

2005-01-26 Thread Karr, David
I don't think it's practical to do that. You would probably be better off just using the raw HTML elements, but using the JSTL to reference your bean values (and even the EL directly, if you have a JSP 2.0 container). > -Original Message- > From: Thorhauer, John (Contractor) > > Hi, >

RE: html taglib usage

2005-01-26 Thread David G. Friedman
ink it will work with POJO's since there should be no struts-specific calls, just that name.property lookup. Regards, David -Original Message- From: Thorhauer, John (Contractor) [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 26, 2005 4:02 PM To: 'Struts Users Mailing List&#x

RE: html taglib usage

2005-01-26 Thread Thorhauer, John (Contractor)
rs Mailing List Subject: RE: html taglib usage John, Which tags are you using? Have you added the name="..." attribute so it can lookup a bean in any scope by that name instead of trying to use an ActionForm bean? Regards, David -Original Message- From: Thorhauer, John (Contra

RE: html taglib usage

2005-01-26 Thread David G. Friedman
John, Which tags are you using? Have you added the name="..." attribute so it can lookup a bean in any scope by that name instead of trying to use an ActionForm bean? Regards, David -Original Message- From: Thorhauer, John (Contractor) [mailto:[EMAIL PROTECTED] Sent: Wednesday, January