Forwarding from Action to Action

2001-07-13 Thread Roland Huss
he form to pass on into the session, which is even uglier cu... -- ...roland huss consol.de

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 Please read the Tag Library Reference for on http://jakarta.apache.org/struts/struts-html.html#options for details -- ...r

Re: unable to programmatically perform a submit

2001-06-21 Thread Roland Huss
t tag to something else, e.g. . Or try strutsx. cu -- ...roland huss consol.de

Re: how to quote nested tags

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

Re: how to quote nested tags

2001-06-21 Thread Roland Huss
and creates and introduces a simple bean in page scope if needed, and puts its body into the bean ? -- ...roland huss consol.de

Re: how to quote nested tags

2001-06-21 Thread Roland Huss
t bean in the > other tag. Or you nest your tags like stuff and let them evaluate their body (instead of attributes). -- ...roland huss consol.de

Re: creating ActionError inside a jsp page

2001-06-20 Thread Roland Huss
d prints the stored info message (and finally cleans up the session, of course). cu... -- ...roland huss consol.de

Re: Extending ActionServlet

2001-06-19 Thread Roland Huss
should be possible with plain XML: http://jakarta.apache.org/struts/dtds/struts-config_1_0.dtd"; [ ]> &forms; &forwards; &mappings; where forms.xml contains your declarations, forwards.xml your and mappings.xml your . -- ...roland huss consol.de

Re: Scope of the form

2001-06-07 Thread Roland Huss
se is sent back to the client and the lifecycle of the request has finished. cu -- ...roland huss consol.de

Re: Action before loading a page

2001-06-05 Thread Roland Huss
seems to me always a good idea to use action for bussines 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
inkTag 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
ry 'onmouseover' or 'onmouseout' 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
is really 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 [ T