Vic Cekvenich wrote:
Good point. 2.0 mens everyting is el.
Actually yes, but not necessary the struts html tags. From what I remember you can't just use expressions in the regular html tags in Struts 1.1 because of the way they are declared. In Struts 1.2 they fix this. Look a the <rtexprvalue>...</rtexprvalue> declaration in the html and html-el tags in Struts 1.1 vs Struts 1.2. This is why in my example I was pointing out to Erez that, even though he's in a 1.2 container, he STILL will need to use the html-el tags for the expressions unless he either a) downloads the Struts 1.2 jars or b) modifies the existing tlds he's using. Kris, correct me if I'm wrong here.
Also, I declare tld to pont to /WEB-INF and not over the net.
As Kris mentioned this doesn't mean you are connecting to the tld over the web, it just is a reference to the uri inside the tld located in your jar. Makes it much easier... don't have to bother declaring the tlds in your web.xml nor do you even have to make sure you include the tlds somewhere in the WEB-INF (since the app will find them in the jar).
-- Rick
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]