Re: Minimizing the code in JSP file......by removing the for loop

2001-06-26 Thread Roland Huss
Assuming your List is a bean named list, use html:options name=list/ Please read the Tag Library Reference for html:options on http://jakarta.apache.org/struts/struts-html.html#options for details -- ...roland huss

Re: how to quote nested tags

2001-06-21 Thread Roland Huss
. Or you nest your tags like my:foo my:bar my:baz stuff /my:baz /my:bar /my:foo and let them evaluate their body (instead of attributes). -- ...roland huss

Re: how to quote nested tags

2001-06-21 Thread Roland Huss
something missing? I don't believe that you can use jsp-tags within custom tags' attributes (and vice versa). -- ...roland huss consol.de

Re: unable to programmatically perform a submit

2001-06-21 Thread Roland Huss
tag to something else, e.g. html:submit property=foo. Or try strutsx. cu -- ...roland huss consol.de

Re: Extending ActionServlet

2001-06-19 Thread Roland Huss
; mappings; /struts-config where forms.xml contains your form-beans declarations, forwards.xml your global-forwards and mappings.xml your action-mappings. -- ...roland huss consol.de

Re: Action before loading a page

2001-06-05 Thread Roland Huss
logic (e.g. database lookups) and tags for visual rendering only (drop down list with the results from the action). cu... -- ...roland huss consol.de

Re: html:link with local forward

2001-05-15 Thread Roland Huss
LinkTag which takes benefit from the request-attribute named Action.MAPPING_KEY to find the local forward. cu... -- ...roland huss consol.de

Re: rollover effects on html:link

2001-04-10 Thread Roland Huss
' as attribute names, since they are case sensitive cu -- ...roland huss consol.de

struts, tomcat and own JNDI service provider

2001-03-08 Thread Roland Huss
a bad idea. Are there any other, better ways to get tomcat to load the javax.naming packages with the webapp-class loader ? thanx, cu... -- ...roland huss consol.de [ The subject