Do not use on any
shared computer
September 6, 2008 02:30pm pdt

Experts have come up with some helpful tips for getting a solution to your problem fast.

 

Welcome! If you have any general questions about Experts Exchange, feel free to ask me.

 
Time Tested Struts Solutions: 1 - 25 of 118
 
I have problem with populating select values using Struts 2. It is simple sample application that I am writing with purpose to learn Struts 2. Notice part: <s:select label="Select owner" name...
If I have the following struts tag lib call in my JSP: <bean:define id="repMap" name="repMap"/> Where does the bean 'repMap' actually come from? It appears that it is set as an attribute...
Hello experts, Im using struts 2 for a project and I want to store an object in a session, so that I can have access to it from all Actions and JSPs. I found this using Google's code sea...
My package is com.mycompany.mypackage - i.e. classes are com.mycompany.MyClass etc. I'd like to log INFO from my package in a dedicated log file, using log4j. I need to use the XML configurati...
Hi Experts! I've been struggling with this seemingly easy question for some time now. Maybe my question is wrong, because what I am actually after is how to do a RequestUtils.computerUrl()....
I'm trying to create a Struts 2 Interceptor that will change the request to HTTPS and forward all of the parameters.  I must have made a mistake in setting it up because the intercept() method...
Is it possible to validate integer field in Struts 2. I tried to do next in BookAction-saveBook-validation.xml: <field name="book.pagesNo">          <field-validator type="int">              <mes...
I have been asked to research an opinion on the use of STRUTS. We are redeveloping a web application and we know that we will be using STRUTS. The problem is that we are unsure as to which ver...
My question is using struts application I am downloading the file(excel file). A file download dialog box is come. using Save button of file download dialog box I can save the file in my local...
I'm a beginner for Struts I need to add a date field to the JSP form. I do NOT know how to add a calendar and populate the selected date from to the form? eg.where  the calendar image...
i have some xml doc which i want to unmarshal using JAXB, but i think i need JAXB compiler plug in or something in my eclipse to run the code. i am not sure about what has to be done, lwt me k...
Hi, I am using struts html:img tag and setting property, value attributes and How can I get the value set for value attribute. <html:img property="left" src=" " value="leftclick" />, I h...
Dear Experts, I am using struts-html tld's.I want to make the  check box to be selected by default. give me your suggestions please...........
Hi All, i am using Struts 2 validator framework for front end validation. I am using the Float Validtion. It checks for Float in the field correctly , No Issue, But the problem is that it ski...
In the STRUTS html-el:select tag, are you able to add an onchange or onclick event.  If I try these actions in the tag, I get the error "invalid for tag select according to TLD".  Any help wou...
One one of my web pages I have a file selector using the Struts <html:file> tag.  I am using a solution that allows me to select one file at a time and then add it to a list before uploading. ...
Hi all!  I am working on a jspx page in Struts. I would like to know how one can restrict the number of characters entered in a textarea and the number of returns (max 2). I searched for t...
Hi all, I have a problem when retrieving an <html:link> struts tag link herf value within my javascript code. I have a page which iterates a list of records, for each record I have the reco...
hi all, i'm just wondering if someone could help me with my struts pulldown menu problem.... i'm trying to convert my multibox to a pulldown menu... the user can only choose 1 driver... than...
I am shifting from struts 1 to struts 2 . In Struts 1 i use html:select tag to populate a select box. And used LabelValueBean as a container of options. What should i do to convert it into st...
hi, i am new to struts and i have try the example i get from the book i'm reading. when i click on the submit button on my jsp, it's fine, but when the cancel button is click, it throws org.ap...
Hi , I am new to struts and i have to work in a project which have  a form which will  have 6 to 8 tabs. I would like to save the data when i move to another tab also could some one pls let m...
Can someone provide me the sample code to integrate EXTJS with the databse by using struts? I will good for me if you comeout with the sample code.
Hi , I am new to struts I have  some Jsp's with  2 Radio buttons , Basic and Advanced  if i select basic basic jsp will be shown and if i select advance advance jsp will be shown .  I am thi...
We are currently using Struts 2 to develop a Java application. We have used a Struts 2 tag <s:checkboxlist> The problem is when we have a big list of items it just lists them and wraps arou...