Checkbox values

2003-11-14 Thread Geert Van Landeghem
property=authorLastName/nbsp;/td tdbean:write name=book property=authorFirstName/nbsp;/td tdbean:write name=book property=title/nbsp;/td /tr /logic:iterate tia, met vriendelijke groeten, salutations sincères, kind regards, Geert Van Landeghem Reynders Etiketten NV tel: +32

RE: Checkbox values: how to substitute the value attribute by the book id?

2003-11-14 Thread Geert Van Landeghem
: vrijdag 14 november 2003 12:51 To: Struts Users Mailing List Subject: RE: Checkbox values Geert, this would create BookListKey[i].selectedBook = 1 for Checked Books When you have to render this info try logic:present name=BookListKey logic:iterate id=book name=BookListKey

RE: Checkbox values: how to substitute the value attribute by the book id?

2003-11-14 Thread Geert Van Landeghem
But how to substitute the value=?? by the book id? Geert -Original Message- From: Geert Van Landeghem Sent: vrijdag 14 november 2003 14:48 To: Struts Users Mailing List Subject: RE: Checkbox values: how to substitute the value attribute by the book id? Sumit, I found a solution

RE: Accessing application scope in Action.execute()

2003-11-12 Thread Geert Van Landeghem
The Action class contains the protected ActionServlet servlet variable through which each subclass can access the servlet context. A good approach to accessing session and application objects is by extending the Action class (I've got this from O'Reilly's Programming Jakarta Struts) By

RE: data-source connection keeps closing

2003-11-06 Thread Geert Van Landeghem
, Geert Van Landeghem Reynders Etiketten NV tel: +32 3 460.32.81 gsm: +32 477.75.95.33 mailto:[EMAIL PROTECTED] Give me the power to accept the things i cannot change, the strength to change the things i can change, and the insight to tell the difference -Original Message- From: David

Newbie question: how to reload the struts config file without rebooting tomcat?

2003-10-29 Thread Geert Van Landeghem
Hello all, how do I reload changes to the struts config file without rebooting tomcat? kind regards, Geert -Original Message- From: Frers Michael [mailto:[EMAIL PROTECTED] Sent: woensdag 29 oktober 2003 9:49 To: Struts Users Mailing List Subject: Re: a query regarding message-resources

Fill a list of textboxes ...

2002-02-18 Thread geert
is this possible and how do I need to handle this problem . Thanks ! Geert -- Get your firstname@lastname email at http://Nameplanet.com/?su -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: logic:iterate

2002-02-18 Thread geert
Is the questionset on the request ? Then specify you logic:iterate like this logic:iterate id=idata name=questionset property=list scope=request (idem for session) On 18 Feb 2002 04:51:33 -0800 Adam Hardy [EMAIL PROTECTED] wrote: A question about the logic:iterate tag. I'm having

Re: Quick question about iterators beans on a page

2002-02-15 Thread geert
In the action that will be forwarded to your jsp you put a list(e.g. an ArrayList) on the request. This list contains bean of some kind. Then in your jsp you can write : logic:iterate id=item name=NameOfMyListOnTheRequest scope=request bean:write name=item

Re: Quick question about iterators beans on a page

2002-02-15 Thread geert
in your actions ! greet, Geert. On 15 Feb 2002 07:55:15 -0800 Adam Hardy [EMAIL PROTECTED] wrote: Yowsa! Someone is listening. I've just got a bit of P, which doesn't make it easier. I did actually get that far in the thought process, but several Actions can forward to this page, so

Re: Why no indexed attribute defined in struts-html.tld?

2002-02-14 Thread geert
I'm having the same problem ... No one to help ??? On Wed, 13 Feb 2002 16:13:31 -0800 Liu, Xin [EMAIL PROTECTED] wrote: Hi, I downloaded Struts 1.01 binary file last month. From Struts on-line doc, I saw the new attribute indexed is added to some html tags. So I tried to use it with

Re: Mapping in Struts-config.xml for a servlet

2002-02-14 Thread geert
To be able to call a com.somecompany.servlet.MySimpleServlet through the name SimpleServlet add the following to your web.xml servlet servlet-nameSimpleServlet/servlet-name servlet-classcom.somecompany.servlet.MySimpleServlet/servlet-class /servlet On Thu, 14 Feb 2002 08:54:38 +0530

Re: Mapping in Struts-config.xml for a servlet

2002-02-14 Thread geert
Why would you want to avoid the web.xml ? On Thu, 14 Feb 2002 14:57:32 +0530 [EMAIL PROTECTED] wrote: Hello, I have to make use of struts-config.xml. I should avoid using web.xml. Regards Arun [EMAIL PROTECTED] on 2002.02.14 14:53:29 Please respond to Struts Users

Re: Form bean - null

2002-02-14 Thread geert
you declare an action 'editStream' which you tell to use a form called 'MyForm' but afterwards you call an action called 'details'. Is the 'name=MyForm ' line in the declaration of 'details'action ?? On Thu, 14 Feb 2002 11:36:14 +0200 Konstantina Stamopoulou [EMAIL PROTECTED] wrote:

Re: logic:iterate question

2002-02-14 Thread geert
This should work ... ( use bean:write to set the value of the parameter ... ) logic:iterate id=headline name=headlines scope=session a href=ViewHeadLineAction.do?headLineId=bean:write name=headline property=headlineID/ View Headline /a /logic:iterate On 14 Feb 2002 11:58:39 +0100

RE: logic:iterate question

2002-02-14 Thread geert
can't you create a form around each button ?? On Thu, 14 Feb 2002 12:29:34 +0100 Ronald Haring [EMAIL PROTECTED] wrote: I have a similiar question, but this time with a button Every row will have a show action. With a link there is no problem (using the method described) but with a button

Why no indexed attribute defined in struts-html.tld?

2002-02-14 Thread geert
I think I need the indexed attribute but it is'nt there ... So that's a problem ... On Thu, 14 Feb 2002 07:07:22 -0500 Galbreath, Mark [EMAIL PROTECTED] wrote: How could it be a problem if it never worked? Sounds like a documentation error. Cheers! Mark -- Try before you cry:

Re: Help forwarding from one site to another.

2002-02-14 Thread geert
This works : use forward name=success path=/Go.jsp / Go.jsp contains nothing but a redirect. %response.sendRedirect(http://www.slashdot.org/;);% On Thu, 14 Feb 2002 13:32:31 - [EMAIL PROTECTED] wrote: Hello all, Upon a successful response from an action class I would

RE: HTML / Struts Help

2002-02-13 Thread geert
)) viewByProduct(); Greetings, Geert. -- Get your firstname@lastname email at http://Nameplanet.com/?su -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]