Re: session taglib

2003-12-05 Thread Scott Reisdorf
You are using a Tag Lib within a Scriptlet. You can assign the variable using the scriplet by the following: <% String username = (String) session.getAttribute("userName"); %> hope that helps. -scott At 02:40 PM 12/5/2003 +0100, you wrote: In the Jsp i have: witch prints the username. Now i want

Re: html:errors location

2002-12-13 Thread Scott Reisdorf
To place the error beside the text field, you explicitly call it next to each field. In your case, simply do this:     Hope this helps, -scott At 06:52 PM 12/13/2002 -0500, you wrote: Hi, According to the TIP " Don't settle for " at http://husted.com/struts/tips/index.html,

Re: Multiple submit buttons

2002-12-16 Thread Scott Reisdorf
You are rightuse the LookDispatchAction you just need something like the followingm, where the mapping parameters represent the .properties file attributes. your jsp will look like the following: html:submit property="action"> bean:message key="button.lookupAmazonAuthor"/> html:submit prop

Struts Validator printing out starting JavaScript Tag Problem

2002-12-20 Thread Scott Reisdorf
Hi All, I am having problems using the Struts Validator Plugin and getting it to print out the starting JavaScript Tag - "

Re: Struts Validator printing out starting JavaScript Tag Problem

2002-12-20 Thread Scott Reisdorf
Nevermind I got it to work. i had my validation.xml file properties wrong. Sorry. At 08:30 AM 12/20/2002 -0800, you wrote: Hi All, I am having problems using the Struts Validator Plugin and getting it to print out the starting JavaScript Tag - "

commons-*.jar file Version numbers within Struts Beta 3 Release?

2003-01-02 Thread Scott Reisdorf
I was wondering if anyone knows the version numbers associated with the commons-*.jar files that are packaged within the new Struts Beta 3 release? If you do have the version number to any of the jar files listed below, it is much appreciated. commons-beanutils.jar commons-collections.jar common

Re: PrePopulation of FormBean Values

2003-01-06 Thread Scott Reisdorf
Well what if you have this scenario. You have a form that a user enters in data. The form then calls the action associated to it. In that action, you want to populate another object/bean with data so it can be displayed on the forwarded jsp page. With this case the Form that is being passed into

Question about using multiple struts-config.xml files

2003-01-06 Thread Scott Reisdorf
I am trying to get my application working using multiple struts-config.xml files and I am having problems. I have a few questions regarding setting an application to use multiple config files. This is my current setup in my web.xml file i declare my config files like below: config /WEB-INF/

Questions about Struts and BC4J

2002-11-14 Thread Scott Reisdorf
if so, what are your thoughts on the code generated by the BC4J wizards. Thanks, -Scott Reisdorf -- To unsubscribe, e-mail: <mailto:struts-user-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:struts-user-help@;jakarta.apache.org>