AW: [OS-webwork] specifying a sytle sheet in the text field?

2004-03-10 Thread Patrick Holzmann
Hi Eddie, basically there's no support for CSS in the current release (there is a JIRA though).. You have a few possibilities to add customized layouts to your controls: - create a theme and use the attribute theme (this takes your customized velocity templates from the directory specified).

AW: [OS-webwork] Realese date for WW2 version 2.0.1?

2004-02-26 Thread Patrick Holzmann
-webwork] Realese date for WW2 version 2.0.1? Not sure yet... Nobody's stepped up to take the CSS issue yet, so we can't really put a date on it... -Original Message- From: Patrick Holzmann [mailto:[EMAIL PROTECTED] Sent: Thursday, February 26, 2004 8:27 AM To: [EMAIL PROTECTED

AW: [OS-webwork] Dynamic View Mapping

2004-02-19 Thread Patrick Holzmann
What about adding the encoded value for the '' character? Using something like url?value=test%26best should give you testbest cheers p -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Auftrag von Frank Febbraro Gesendet: Donnerstag, 19. Februar 2004 17:50

[OS-webwork] [OS-xwork] Xwork, Validation and Pageflow problem

2004-01-08 Thread Patrick Holzmann
Title: [OS-xwork] Xwork, Validation and Pageflow problem Hi, I hope someone can help me with this odd problem: Following scenario: User calls action letter_createLetter which fills some arrays for selectionand then diplays an input page letter_generate_id.jsp). This page contains a

AW: [OS-webwork] Obtaining Xwork action name in JSP

2003-12-16 Thread Patrick Holzmann
Hi, is there a way to obtain the action name used in xwork.xml in the corresponding JSP? I am trying to implement some action-based menu structure/handling. Thanks + cheers Patrick --- This SF.net email is sponsored by: SF.net Giveback

AW: [OS-webwork] action chaining fun

2003-12-04 Thread Patrick Holzmann
Hi Anoop, all you have to do is have a getter/setter for the parameter in both actions (+ same name for variable). Then you include the chaining interceptor (interceptor-ref name=chain/) to your interceptor stack in xwork.xml: interceptor-stack name=myStack interceptor-ref

AW: [OS-webwork] How to access session data from ActionClass

2003-12-04 Thread Patrick Holzmann
include your source to see what you've done... -Ursprüngliche Nachricht- Von: remigijus [mailto:[EMAIL PROTECTED] Gesendet: Donnerstag, 4. Dezember 2003 15:09 An: [EMAIL PROTECTED] Betreff: Re: [OS-webwork] How to access session data from ActionClass - Original Message - From:

AW: [OS-webwork] How to access session data from ActionClass

2003-12-04 Thread Patrick Holzmann
The session you get from ActionContext is no HttpSession object. You actually only get a java.util.Map containing all session parameters. If you really need the HttpSession you should use the ServletConfigInterceptor. Cheers p -Ursprüngliche Nachricht- Von: remigijus [mailto:[EMAIL

[OS-webwork] Howto Put / Read Values in valueStack

2003-11-28 Thread Patrick Holzmann
Hi, can somebody give me a short hint on how I can set (add) a value in the value stack from an action and how I could read it from anonther action? regards Patrick --- This SF.net email is sponsored by: SF.net Giveback Program. Does

AW: [OS-webwork] Howto Put / Read Values in valueStack

2003-11-28 Thread Patrick Holzmann
Patrick Holzmann Envoyé : vendredi 28 novembre 2003 09:52 À : [EMAIL PROTECTED] Objet : [OS-webwork] Howto Put / Read Values in valueStack Hi, can somebody give me a short hint on how I can set (add) a value in the value stack from an action and how I could read it from anonther action? regards

AW: [OS-webwork] Passing model from one action to another

2003-11-27 Thread Patrick Holzmann
, then you need to make sure the properties have the same name... -Original Message- From: Patrick Holzmann [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 26, 2003 1:23 PM To: [EMAIL PROTECTED] Subject: AW: [OS-webwork] Passing model from one action to another I tried. now

[OS-webwork] Problem with ActionChaining (WW2-beta2, Webwork1-beta2)

2003-11-26 Thread Patrick Holzmann
hi, can someone tell me what's wrong in my xwork config? i'm trying to redirect to another action upon success: action name=search_doSearchLetter class=com.loyaltypartner.lm.ecm.core.actions.SearchLetterAction method=doSearchLetter interceptor-ref

AW: RE: [OS-webwork] Problem with getting session from ActionContext in Action (WW2-Beta2)

2003-11-26 Thread Patrick Holzmann
Anyway, I found a JIRA for accesing ActionContext stuff in the cunstructor (WW-310). Using it after execute and ther methods resolves the problem though.. Thanks to Jason! Cheers p -Ursprüngliche Nachricht- Von: Wayland Chan [mailto:[EMAIL PROTECTED] Gesendet: Dienstag, 25. November 2003

[OS-webwork] Passing model from one action to another

2003-11-26 Thread Patrick Holzmann
hi all, first of thanks to jason again who helped me with my problem before (simply using ServletDispatcher). now i have a new one: is it possible (and if so how) to pass a model used in action1 to action2? both actions are chained together but i just don't know if i can use the model from the

AW: [OS-webwork] Passing model from one action to another

2003-11-26 Thread Patrick Holzmann
have a getModel/setModel it will be copied... -Original Message- From: Patrick Holzmann [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 26, 2003 12:01 PM To: [EMAIL PROTECTED] Subject: [OS-webwork] Passing model from one action to another hi all, first of thanks to jason

[OS-webwork] Problem with getting session from ActionContext in Action (WW2-Beta2)

2003-11-25 Thread Patrick Holzmann
Title: Problem with getting session from ActionContext in Action (WW2-Beta2) Hi all, I am having problems using the ActionContext.getContext().getSession(). This call always returns null though the ActionContext itself is not null. Using SessionAware also gave me null on the session.

AW: [OS-webwork] Problem with getting session from ActionContext in Action (WW2-Beta2)

2003-11-25 Thread Patrick Holzmann
- *From:* Patrick Holzmann [mailto:[EMAIL PROTECTED] *Sent:* Tuesday, November 25, 2003 11:12 AM *To:* [EMAIL PROTECTED] *Subject:* [OS-webwork] Problem with getting session from ActionContext in Action (WW2-Beta2) Hi all, I am having problems using

[OS-webwork] Webwork2: Select Tag (Newbie)

2003-11-20 Thread Patrick Holzmann
Title: Webwork2: Select Tag (Newbie) hi, i'm trying tofigure out how to use the select tag: i have an action with a searchmodel class contaiing another model (partnermodel) class. now in jsp i use following statement: ww:select label='Partnername' name='partnerNameList'