Avoiding applet use

2003-02-24 Thread kiuma
. It would be very nice and smart if I could make such a form only with struts-el but I can't figure out how! Is there someone that can show me an example to take inspiration? Thanks in advance kiuma - To unsubscribe, e-mail: [EMAIL

tomcat problem

2003-01-31 Thread kiuma
Hi, I'm using jboss+jetty v 3.0.6 with struts no problems at all. If I try to use jboss+tomcat elements in my pages (JSTL styled) elements are repeated in the same page every time I access it. Can you explain me why? regards, kiuma

Re: AW: Refresh on MSIE, PLEASE HELP!! NOT SOLVED

2003-01-18 Thread kiuma
? thx, kiuma Mark Galbreath ha scritto: Unfortunately, IE pretty much ignores Pragma header settings. The best you can do is go to Tools - Internet Options - Temporary Internet Files - Settings - Check for newer versions on every visit to page. Mark -Original Message- From: Karim

Refresh on MSIE, PLEASE HELP!!

2003-01-15 Thread kiuma
to refresh my pages? thanks, kiuma -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: Refresh on MSIE, PLEASE HELP!!

2003-01-15 Thread kiuma
[EMAIL PROTECTED] ha scritto: We use the following code snippet to prevent the browsers from caching. meta http-equiv=pragma content=no cache meta http-equiv=cache-control content=no store meta http-equiv=expires content=0 Mike -Original Message- From: kiuma [mailto:[EMAIL

Re: AW: Refresh on MSIE, PLEASE HELP!! NOT SOLVED

2003-01-15 Thread kiuma
Hirschmann, Bernhard ha scritto: Sadly this doesn't solve the problem! Does your browser use a http proxy? Maybe this is the reason. Bernhard -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED] . No proxy set. The fact is

Re: AW: Refresh on MSIE, PLEASE HELP!! NOT SOLVED

2003-01-15 Thread kiuma
[EMAIL PROTECTED] ha scritto: Kiuma, As per Microsoft Support site, you will need to place another set of meta tags after the closing /body tag. This has to do with the way the headers are evaluated and the caching algorithm utilized by IE. So your ending code would look something like

run-as

2003-01-13 Thread kiuma
load-on-startup1/load-on-startup run-as role-nameAdmin/role-name /run-as /servlet but the role is always the same when I try to access my ejb (i.e. User role remains User, not Admin as I wish) thanks in advance, kiuma -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED

Re: Using href's tp call an Action class.

2003-01-09 Thread kiuma
It should be a href=/FormsAreUs/listMembers.doFoo/a as you probably have defined servlet-mapping servlet-namestruts/servlet-name url-pattern*.do/url-pattern /servlet-mapping in your web.xml kiuma. John Bateman ha scritto: Hi I'm trying to make a simple html link a href=Foo/a call

Please help no getter method nightmare

2003-01-08 Thread kiuma
FooForm), but the result is always the same. I attach my struts-config.xml file. The thing I really can't understand is that all forms perfectly work except the one defined in /chooseAgenda action or those created from scratch and inserted (no matter the position). Please I really need help !! kiuma

Re: Please help no getter method nightmare

2003-01-08 Thread kiuma
I partially solved this error writing html-el:form action=/main name=chooseAgendaForm type=com.wingstech.webappointments.ChooseAgendaForm but why does this work only with this deprecated solution??? Thanks in advance, kiuma kiuma ha scritto: Hi all, I've a big problem in my project: I can't

No getter method for property selectedAc of bean org.apache.struts.taglib.html.BEAN

2003-01-07 Thread kiuma
to attach involved files , coud you be so kind to explain to me whats happening? regards kiuma ?xml version=1.0 encoding=UTF-8? !DOCTYPE jboss-web PUBLIC -//JBoss//DTD Web Application 2.3//EN http://www.jboss.org/j2ee/dtds/jboss-web_3_0.dtd; jboss-web security-domainjava:/jaas

multibox problem - No getter method

2002-12-30 Thread kiuma
) at javax.servlet.http.HttpServlet.service(HttpServlet.java:853) Please help kiuma -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: multibox problem - No getter method

2002-12-30 Thread kiuma
David Rothschadl ha scritto: Kiuma, It looks like you need to change your property caChecked to acChecked David R kiuma [EMAIL PROTECTED] wrote:hello, On some forms I have a no getter method error , and I can't see the reason. The problem doesn't exist if I use for ex. a html-el.text

Re: [OT] HAPPY HOLIDAYS, EVERYONE

2002-12-24 Thread kiuma
Happy holidays also from me! kiuma Justin Ashworth ha scritto: Amen, Craig. Have a Merry Christmas everyone! Justin -Original Message- From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]] Sent: Monday, December 23, 2002 10:41 PM To: Struts Users Mailing List Subject: RE: [OT

Struts-el strange behav.

2002-11-26 Thread kiuma
hello, I'm having the following problem (Furtunately I've found the solution). if i use html-el:hidden property='selectedCode'/ The container reply with an error WARNING: Exception for /webappointments/secure/specialitylistview.jsp javax.servlet.jsp.JspException: No getter method for property

Re: Struts-el strange behav.

2002-11-26 Thread kiuma
Thank you guys, As usual we problems are so strange, one has to see in the xml file. Now I think xml is a very good innovation, but sometimes it is the hell ;-P thx, kiuma Beeson, Ashley wrote: No you don't because they are form elements then the form to which they are associated is inferred

Re: javax.servlet.ServletException: Missing message for key index.title

2002-11-25 Thread kiuma
I suppose you haven't defined the index.title value in your MessageResources.porperties. ravi shankar wrote: Hi friends, I've got the following error, which i got while opening a jsp file. javax.servlet.ServletException: Missing message for key index.title at

Re: URL encoding

2002-11-24 Thread kiuma
Your prblem intered me too, especially because java code inside the page makes the code and indentation messy: So I've found this link http://www.basebeans.com/standard-examples/import/index.html There is the solution you are looking for, and other funny tricks. regards, kiuma P.S

Re: java.sql.Date formatting problem

2002-11-10 Thread kiuma
is displayed. validityEnd is of type java.sql.Date (and not null) what shoud I do to format it ? thx, kiuma perhaps you forgot % taglib prefix=fmt uri=http://java.sun.com/jstl/fmt; % I usually use fmt:formatDate pattern=dd/MM/yy value=${scopedVar.data}/ to format java.sql.Date and works like

Something that doesn't work at the state of the art in Struts

2002-11-10 Thread kiuma
Maybe I'm wrong, but if I have a submit button labeled da Mynbsp;submit it isnt mapped in LookupDispatchAction, so I have to label my submit button as My submit. Is it a bug, or a known issue? regards -- To unsubscribe, e-mail: mailto:struts-user-unsubscribe;jakarta.apache.org For additional

java.sql.Date formatting problem

2002-11-09 Thread kiuma
Hi all I've the following problem: if I try to use fmt:formatDate value=${currentCalendar.validityEnd} type=date/ nothing is displayed. validityEnd is of type java.sql.Date (and not null) what shoud I do to format it ? thx, kiuma -- To unsubscribe, e-mail: mailto:struts-user-unsubscribe

Re: [ANNOUNCE] Struts In Action now in print

2002-11-07 Thread kiuma
Congratulations!!! You have been my first approach to struts, I'll shurely buy your book!! (maybe in e-form) -- To unsubscribe, e-mail: mailto:struts-user-unsubscribe;jakarta.apache.org For additional commands, e-mail: mailto:struts-user-help;jakarta.apache.org

Re: Conditional colour cell with logic:iterate

2002-10-24 Thread kiuma
=stylesheet href=/path_to_css/common.css TYPE=text/css/ the you can refer these styles with class tag attribute (ex.: td class='normal') ciao, kiuma ps.: stop to insert java conde in your jsp pages. Make a small effort and try to use only tags Heligon Sandra wrote: Thanks a lot for your example

Re: PDF generation with Struts

2002-10-24 Thread kiuma
A lot: Docbook 4 example on sf.net there are many projects One that is commercial, but a good product is elixir report Bruno Collet wrote: Hi all, Is there an easy way to generate PDF documents using Struts? Bruno __ Do you Yahoo!? Y! Web

Re: about images and db

2002-10-20 Thread kiuma
Thanks a lot! Antoni Reus wrote: A Diumenge 20 Octubre 2002 15:34, kiuma va escriure: thx , for your reply but I meant if was possible something like html ... hello!img src=''/ .. /html using only custom tags Then, the are 2 different requests, the one that returns the html

about images and db

2002-10-20 Thread kiuma
What could you suggest to me to display images stored in a database. When I get them in a bean what could I do to show them on a web d. page? -- To unsubscribe, e-mail: mailto:struts-user-unsubscribe;jakarta.apache.org For additional commands, e-mail: mailto:struts-user-help;jakarta.apache.org

Re: about images and db

2002-10-20 Thread kiuma
thx , for your reply but I meant if was possible something like html ... hello!img src=''/ .. /html using only custom tags Antoni Reus wrote: Hi, A Diumenge 20 Octubre 2002 11:47, kiuma va escriure: What could you suggest to me to display images stored in a database. When I get them

Re: about images and db

2002-10-20 Thread kiuma
Of course I din't know if it was related with struts Now I know that struts doesn't have any kind of facilitation for this task. (I mean jsp tags), and I know how to put dyna imgs in my pages. Anyway I prefer mailarchive, I think it was better old dejanews Tero P Paananen wrote: What could you

multibox, checkbox

2002-10-19 Thread kiuma
Hello agaaain, My checkboxes both multi and normal don't suppo all empty values. I.e. I can transmit a checked empty value, but I can't all empty values: I REALLY don't know what to do ... leease! --useredit_center.jsp-- %taglib uri=/WEB-INF/struts-bean.tld prefix=bean % %taglib

Re: multibox, checkbox PROBLEM FOUND, SOLUTION NOT!!!

2002-10-19 Thread kiuma
?? kiuma wrote: Hello agaaain, My checkboxes both multi and normal don't suppo all empty values. I.e. I can transmit a checked empty value, but I can't all empty values: I REALLY don't know what to do ... leease! --useredit_center.jsp-- %taglib uri=/WEB-INF/struts-bean.tld prefix=bean % %taglib

Re: multibox, checkbox PROBLEM FOUND, SOLUTION NOT!!!

2002-10-19 Thread kiuma
Thanks a lot , you have been very clarifying. I've found a tip placing code in validate method : public ActionErrors validate( ActionMapping mapping, HttpServletRequest req) { String str = req.getParameter( isOn ); if (str == null) isOn = false; return

multibox problem

2002-10-18 Thread kiuma
hello I can't change checkboxes values can u help me please in ActionForm I have : public void setPrincipalPermissions( String principalPermissions ) { this.principalPermissions.add( principalPermissions ); } public Collection getPrincipalPermissions() {

Re: multibox problem

2002-10-18 Thread kiuma
is not a collection. It's just a scalar. Look at the struts-exercise-taglib for simple examples of this. -Original Message- From: kiuma [mailto:kiuma;usa.net] Sent: Thursday, October 17, 2002 10:29 AM To: Struts Users Mailing List Subject: multibox problem hello I can't change

again multibox PLEASE HELP!!

2002-10-18 Thread kiuma
sorry all ,but I can't get out. The problem is that form doesnt take unchecked values: I have to take from my database a list of possible user roles. Then I have to check the ones that belong to that user. My solution, as pointed before doesn't work, please help! And now I'm complitely lost.

Re: Damn where is bug in my code????

2002-10-16 Thread kiuma
Thx a lot for delucidation, which kind of debugger should I use , how could I use it, any docs? David M. Karr wrote: kiuma == kiuma [EMAIL PROTECTED] writes: kiuma Ok, I've understood that if I have the tag kiuma html-el:checkbox property=principalPermissions value=Foo kiuma

Re: Damn where is bug in my code????

2002-10-16 Thread kiuma
suggest some debugging techniques to me? David Graham wrote: Every major IDE has a debugger in it. Some free ones are Eclipse and NetBeans. Of the two, I've only used eclipse and it works well. You can also debug jsps. David From: kiuma [EMAIL PROTECTED] Reply-To: Struts Users

Re: Am I the only one using java.util.Date?

2002-10-16 Thread kiuma
Since I'm connected to jboss I use java.sql.Date. Then I pass values in millis and use a GregorianCalendar to manage dates. Rick Reumann wrote: My business layer bean has a field as java.util.Date (example: birthDate). My form bean uses the String for this date (in this example.. String

Re: Damn where is bug in my code????

2002-10-15 Thread kiuma
Please tell me if there is an error in this code kiuma wrote: Hi, now I've the following problem: in my jsp page I have c:set var='allGroups' value='${sessionScope.userEditForm.allGroups}'/ ... c:forEach items=${allGroups} var=permission tr td align='left' html

Re: Damn where is bug in my code????

2002-10-15 Thread kiuma
, but my guess is Yes. btw: Do we get a prize if we guess correctly? -Original Message- From: kiuma [mailto:[EMAIL PROTECTED]] Sent: Wednesday, October 16, 2002 02:07 To: Struts Users Mailing List Subject: Re: Damn where is bug in my code Please tell me if there is an error

Re: Damn where is bug in my code????

2002-10-15 Thread kiuma
maybe I've missed name property ;-) kiuma wrote: Ok, I've understood that if I have the tag html-el:checkbox property=principalPermissions value=Foo and then I have a Collection getPrincipalPermissions() and setPrincipalPermissions(String value) and if I put the value Foo

Help with form variables

2002-10-15 Thread kiuma
td width='100%' html-el:text property=principalId size=35 maxlength=255/ /td /c:if the problem is that I want to take control over principalId form var, but mine seems not to be the right solution. How can I make ? Thx, kiuma -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED

Messages...

2002-10-15 Thread kiuma
hello, I'm using jboss3.2b with struts. When I access peages I get the following log messages. What are they? 12:19:02,165 INFO [PropertyMessageResources] Initializing, config='org.apache.struts.actions.LocalStrings', returnNull=true 12:19:07,023 INFO [PropertyMessageResources] Initializing,

Damn where is bug in my code????

2002-10-15 Thread kiuma
javax.servlet.http.*; import com.wingstech.webappointments.utils.*; import com.wingstech.webappointments.interfaces.*; import javax.naming.*; import java.util.*; import org.w3c.dom.*; import javax.ejb.CreateException; import javax.naming.NamingException; /** * * @author kiuma */ public class

help with link rel=....

2002-10-11 Thread kiuma
hello, Can s1 tell me how to convert the following tag link rel=stylesheet href=/webapointments/css/common.css TYPE=text/css/ in something like html:link rel=stylesheet page=/css/common.css TYPE=text/css/?? I know that this is not the correct form ;-)! -- To unsubscribe, e-mail:

help, I'm desperate!!!!

2002-10-10 Thread kiuma
http://192.168.100.3:8080/webappointments/main.do generates: html head base href=http://192.168.100.3:8080/webappointments/secure/userlist.jsp; titleLista utenti/title/headlink rel=stylesheet href=../css/common.css TYPE=text/css/ link rel=stylesheet

Re: help, I'm desperate!!!!

2002-10-10 Thread kiuma
/tbody /table p input type=submit name=action value=Aggiungi /p /form /body kiuma wrote: http://192.168.100.3:8080/webappointments/main.do generates: html head base href=http://192.168.100.3:8080/webappointments/secure/userlist.jsp; titleLista utenti/title/head

Re: help, I'm desperate!!!!

2002-10-10 Thread kiuma
plus a /html at the end. Sorry (broken cut paste) P.s. I'm using JBoss3.2b kiuma wrote: This is the page and it is perfectly blank under IE html head base href=http://192.168.100.3:8080/webappointments/secure/userlist.jsp; titleLista utenti/title/head link rel=stylesheet

javascript help

2002-10-10 Thread kiuma
The previous problem was on script tag. head html-el:base/ titlebean-el:message key=title.userfinder//title link rel=stylesheet href=../css/common.css TYPE=text/css/ link rel=stylesheet href=../css/anagr.css TYPE=text/css/ SCRIPT language='JavaScript'

Re: javascript help

2002-10-10 Thread kiuma
nope sigh!! The problem is that the script works under mozilla!! Please help!! James Mitchell wrote: Are you trying to call selectAllChk when the page loads? James Mitchell Software Engineer/Struts Evangelist http://www.open-tools.org -Original Message- From: kiuma [mailto:[EMAIL

Re: help, I'm desperate!!!!

2002-10-10 Thread kiuma
D'Antuono [mailto:[EMAIL PROTECTED]] Sent: Thursday, October 10, 2002 10:05 AM To: Struts Users Mailing List Subject: Re: help, I'm desperate check that your stylesheet and javascript file links are correct. --- kiuma [EMAIL PROTECTED] wrote: link rel=stylesheet href=../css/common.css

Re: [ANNOUNCE] struts-layout 1.0b1

2002-10-09 Thread kiuma
Seems very nice, but are the only possible layouts? Jean-Noel Ribette wrote: Hello everybody I'm pleased to announce that struts-layout 1.0 beta 1 - an open source tag library for struts that allows to speed up interface creation - is available for download. struts-layout includes the

Submit form

2002-10-09 Thread kiuma
Hi all, I was wondering how to submit to a form using an image instead of a abutton. Do you have the answer ? -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: Submit form

2002-10-09 Thread kiuma
And could you please give it to me LOL :-D !!! Andrew Hill wrote: Yes. -Original Message- From: kiuma [mailto:[EMAIL PROTECTED]] Sent: Wednesday, October 09, 2002 22:02 To: Struts Users Mailing List Subject: Submit form Hi all, I was wondering how to submit to a form using an image

Re: Submit form

2002-10-09 Thread kiuma
: Wednesday, October 09, 2002 22:27 To: Struts Users Mailing List Subject: RE: Submit form Put the image in a link, and use the onclik javascript function to do a real submit of the form. -Mensaje original- De: kiuma [mailto:[EMAIL PROTECTED]] Enviado el: miercoles, 09 de octubre de 2002 16:02

Help with forwarding needed

2002-10-08 Thread kiuma
Hi all, I have the following problem in struts-config.xml I defined: action path=/main parameter=/secure/webappointments.jsp type=org.apache.struts.actions.ForwardAction / in index.jsp I wrote: html-el:html head html-el:base/ titlebean:message key=title.index//title/head

[STRUTS] Detecting multiple users with the same login

2002-09-23 Thread kiuma
Hi, how can I detect multiple logged users in my system at the same time but from differen ip? I'm using jboss 3 and struts 1.2 -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: [STRUTS] Detecting multiple users with the same login

2002-09-23 Thread kiuma
expires. I'm not sure if Tomcat/JBoss has some kind of tracking mechanism that provides concurrent session info, but the documentation should tell you this. Mark -Original Message- From: kiuma [mailto:[EMAIL PROTECTED]] Sent: Monday, September 23, 2002 8:18 AM how can I detect multiple

Re: How to manage application properties?

2002-09-22 Thread kiuma
You should prefer to use struts-config.xml to get applets props. Take a look to the samples bundled with struts and also use struts console to configure struts, at least at the beginning! C F wrote: Hello, This is a very newbie question I'm sure, so this might not be the appropriate forum.

Re: A question about struts ?

2002-09-22 Thread kiuma
Wellcome! Zahid Rahman wrote: Hi, I was informed that the expert group can be found at Struts, as I am interested in building applications which support business critical processes. Is this the struts group ? I have no question on the implementations because the documents I have seen so far

Re: This guy from the bank raised a question ?

2002-09-22 Thread kiuma
WHAT ARROGANCE! Zahid Rahman wrote: Eddie Bush wrote that the designer of the architecture, Craig R. McClannahan is present on this line. I was on the websphere line and Don Carlos, from DB.COM was talking about it. So I mentioned it. I have also read at the www.jspinsider.com

[STRUTS] Please help with LookupDispatchAction

2002-09-21 Thread kiuma
Hello I' tryed with implementing public ActionForward unspecified(ActionMapping mapping, ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse

Re: Scope of form beans

2002-09-21 Thread kiuma
1) save the array list in the http session. 2) don't call jsp, but call the action related to it. 3) Pick your data from ArrayList 4) Cast the variable form in execute method ( or equvalent ) to the related form 5) Fill that form with the data jet picked. You'll display the data. Howard

Re: [STRUTS] Please help with LookupDispatchAction

2002-09-21 Thread kiuma
) ) return super.execute(mapping, form, request, response); else return my_default_method(mapping, form, request, response); } kiuma wrote: Hello I' tryed with implementing public ActionForward unspecified(ActionMapping mapping

Help please, 503 Servlet Not Initialized

2002-09-21 Thread kiuma
Hi, I know that it doesn't fit with this ml,this is the last time, but when I try to access a servlet that's not struts one the server replies: with 503 Servlet Not Initialized -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

[Fwd: Re: [jetty-support] JBoss 3.2.0b and Jetty authentication]

2002-09-20 Thread kiuma
Please, does someone have the reply to this problem ? ---BeginMessage--- Infact I'm using Struts! I have a security-constraint like this, but it doesn't seems to work. security-constraint web-resource-collection web-resource-nameSecure Web Appointments/web-resource-name

Re: LookupDispatchAction

2002-09-20 Thread kiuma
I hope this can help u, bye, kiuma /* * CustomerCustomerAction.java * * Created on 9 settembre 2002, 14.16 */ package com.wingstech.webappointments; import org.apache.struts.actions.*; import org.apache.struts.action.*; import org.apache.struts.util.MessageResources; import

Re: [Fwd: Re: [jetty-support] JBoss 3.2.0b and Jetty authentication]

2002-09-20 Thread kiuma
Nothing, thank you , already solved :-D Galbreath, Mark wrote: Where did you lose it? Perhaps we can help you find it. -Original Message- From: kiuma [mailto:[EMAIL PROTECTED]] Sent: Friday, September 20, 2002 7:42 AM Please, does someone have the reply to this problem

Re: [kiuma ] LookupDispatchAction ...

2002-09-20 Thread kiuma
you need with that ... I here for ya. D. Do you have an example struts-config.xml and jsp for that code below for me? -Original Message- From: kiuma [mailto:[EMAIL PROTECTED]] Sent: September 20, 2002 8:40 AM To: Struts Users Mailing List Subject: Re: LookupDispatchAction I hope

[Darren ] LookupDispatchAction ...

2002-09-20 Thread kiuma
I'm using. JBoss 3.0.2 w/Strits 1.1 with MS SQL 2000 as a back-end. The code I'm asking for would having nothing to do with this. Just a snippet from the sturts-config.xml and the jsp that utilizes LookupDispatchAction. -Original Message- From: kiuma [mailto:[EMAIL PROTECTED]] Sent

no action parameter defined

2002-09-20 Thread kiuma
Hello I have a jsp page connected to a LookupDispatchAction. when I press enter into a text box the server reports: HTTP ERROR: 500 Request[/listedCustomer] does not contain handler parameter named action What's the solution ? -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED]

Re: [STRUTS] struts-el success case history

2002-09-19 Thread kiuma
408.525.7080 When in doubt, follow your heart -Original Message- From: Eddie Bush [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 18, 2002 8:11 AM To: Struts Users Mailing List Subject: Re: [STRUTS] struts-el success case history Nice! Congratulations kuma! kiuma wrote: Hello wow

[STRUTS] Cleasing form fields fields

2002-09-19 Thread kiuma
Hello, how can I have a clean form field the second time I visit it? It seems it keeps data into session. How can I clean those fields, without cleaning other informations? Thanks, kiuma -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL

Re: [STRUTS] Cleasing form fields fields

2002-09-19 Thread kiuma
, HttpServletRequest request); This is called by struts before it populates the ActionForm from a request. -Original Message- From: kiuma [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 19, 2002 21:44 To: Struts Users Mailing List Subject: [STRUTS] Cleasing form fields fields Hello

Re: [STRUTS] Cleasing form fields fields (NOT WORKING)

2002-09-19 Thread kiuma
() method is: public final void reset(ActionMapping mapping, HttpServletRequest request); This is called by struts before it populates the ActionForm from a request. -Original Message- From: kiuma [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 19, 2002 21:44 To: Struts Users Mailing

[STRUTS] struts-el success case history

2002-09-18 Thread kiuma
Hello wow stuts-el roks!!! My web page is now clean and smart. Thax to Eddie for suggesion and to McClanahan Karr for coding struts-el. -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: IP Address

2002-09-18 Thread kiuma
It's not a porno method :-D try getRemoteAddress() For porno methods try in http://www.playboy.com LOL :-D :-D :-D Cohan, Sean wrote: Is that the correct method? I get a 'can;t resolve symbol' compiler error. Thanks. -Original Message- From: Emmanuel Boudrant To: Struts Users

Re: IP Address

2002-09-18 Thread kiuma
This is very samrt (the hacker's one ;-P ) Yan, Charlene wrote: Here is the correct one: request.getHeader(referer); Charlene -Original Message- From: Emmanuel Boudrant [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 18, 2002 9:33 AM To: Struts Users Mailing List Subject: RE: IP

[STRUTS] findForward problem

2002-09-18 Thread kiuma
problem is that my app doesn't proceed: (http://localhost:8080/webappointments/listedUser.do) Why? thanks, kiuma -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: [STRUTS] tag for...

2002-09-17 Thread kiuma
After a good time configuring and searching packages I have the libs, but not the docs. I'll test it later. Ps.: is it a good policy the use of so many external libs ? Eddie Bush wrote: Oh - one note: Once you unpack the archive -- either before or after you configure the

[STRUTS] Form error handling

2002-09-17 Thread kiuma
to input page. How can I parse errors in my jsp page, then? thanks, kiuma -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

[STRUTS] ..about struts-el

2002-09-17 Thread kiuma
logic:present name=user.selected scope=session bean:write name=user.selected property=state/ /logic:present /html:text thanks a lot, kiuma -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

[STRUTS] help with relative path!

2002-09-13 Thread kiuma
when submit and I can also access http://localhost:8080/web-client/listedUser.do directly. What's the problem? Thanks, kiuma -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: [STRUTS] help with relative path!

2002-09-13 Thread kiuma
THANKS A LOT !!! Miguel Angel Mulero Martinez wrote: You must define the action in the struts-config.xml, in this definition you put the ActionForm that is needed with this Action. Is all ok in this file? -Mensaje original- De: kiuma [mailto:[EMAIL PROTECTED]] Enviado

[STRUTS] question about forms and dynamically created components

2002-09-13 Thread kiuma
Hello,I have another question: I need do creante a variable number of check boxes in a jsp page. Is there a way to map them into a FormAction (for example an array) without directly using HttpServletRequest? Thanks, kiuma -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED

Re: [STRUTS] Please !

2002-09-12 Thread kiuma
Thx, but since I'm complitely new to struts I don't know what to do: *Here is my action class* public class ListedUserAction extends LookupDispatchAction { protected String keyfinder = ; protected Map getKeyMethodMap() { Map map = new HashMap();

Re: [STRUTS] Please !

2002-09-12 Thread kiuma
Maris Orbidans wrote: Try to comment this line. html:text property=userToFind size=35/ I think it's only plase which can cause NPE. Pls let us know if it works. Maris *Now my jsp page is:* %@page language=java contentType=text/html;charset=UTF-8 import=javax.naming.*,

Re: [STRUTS] Please !

2002-09-12 Thread kiuma
kiuma wrote: Maris Orbidans wrote: Try to comment this line. html:text property=userToFind size=35/ I think it's only plase which can cause NPE. Pls let us know if it works. Maris *Now my jsp page is:* %@page language=java contentType=text/html;charset=UTF-8 import

[Fwd: Re: [STRUTS] Please !]

2002-09-12 Thread kiuma
); if (_jspx_eval_html_form_0 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) { do { // end // HTML // begin [file="/secure/userlist.jsp";from=(19,30);to=(24,15)] out.write("\ntable cellpadding=\"0\" cellspacing=\"0\" border=\"0\"\ntbody\n tr\n td\n b"); kiuma wrote: kiuma

Re: [STRUTS] Please !

2002-09-12 Thread kiuma
*Here is the root cause* javax.servlet.jsp.JspException: Cannot retrieve definition for form bean null at org.apache.struts.taglib.html.FormTag.lookup(FormTag.java:897) at org.apache.struts.taglib.html.FormTag.doStartTag(FormTag.java:543) at