Rest plugin and 2.1.6 - controllers not mapped

2009-03-12 Thread Niels Boldt
o the application fails. Is there a fix to this problem or should I alter my configuration after updating. Best Regards Niels -- BinaryConstructors ApS Vestergade 10a, 4th 1456 Kbh K Denmark phone: +4528138757 web: http://www.binaryconstructors.dk mail: n...@binaryconstructors.dk skype: nielsboldt

Re: s2 : assigning a variable to jsp

2008-03-21 Thread niels
ing cacheKey = "pre_"+; Thanks Niels On Mar 21, 2008, at 12:59 PM, Nils-Helge Garli Hegvik wrote: Check out the set [1] and property [2] tags. It might also be useful to read about the tag syntax [3] [1] - http://struts.apache.org/2.x/docs/set.html [2] - http://struts.apache.org/2.x

Re: s2 : assigning a variable to jsp

2008-03-21 Thread niels
Hm, want the otherway around. something like: <%= technologyName %> On Mar 21, 2008, at 12:11 PM, Deepak Kumar wrote: Hi, In Struts 2 you can use http://www.roseindia.net/struts/struts2/struts2controltags/set-tag.shtml Thanks -Original Message- From: niels [mailto:

s2 : assigning a variable to jsp

2008-03-21 Thread niels
Hello, I want to assign a property to a value in jsp. in struts 1.3 i could do it like: Now I can access the variable via: <%=assign%> How can i accomplish this in struts2 for a property: thanks in advance. Niels

Re: Where did the target attribute go in the a-tag?

2008-01-29 Thread niels
Thanks, This works form me: ... niels On Jan 29, 2008, at 5:36 PM, Laurie Harper wrote: niels wrote: There is no target attribute in de a-tag: http://struts.apache.org/2.x/docs/a.html Correct, there isn't such an attribute. The Struts 2.0.9 documentation for that tag lists a &#x

Re: Where did the target attribute go in the a-tag?

2008-01-29 Thread niels
David, I don't understand what you mean by "anchor" imagine the next situation. edit Niels On Jan 29, 2008, at 1:33 PM, David Tercero wrote: target belongs to the anchor, not to the s:url tag. niels-15 wrote: Thanks David, but according to the TLD target

Re: Where did the target attribute go in the a-tag?

2008-01-29 Thread niels
Thanks David, but according to the TLD target is not a valid attribute for tag url Niels On Jan 29, 2008, at 12:44 PM, David Tercero wrote: Hi niels, you can generate a html anchor, using the s:url tag to generate the href url, "some text hope this helps. niels-15

Where did the target attribute go in the a-tag?

2008-01-29 Thread niels
There is no target attribute in de a-tag: http://struts.apache.org/2.x/docs/a.html I am a newbie, and want to open de link in another (specified) browser window.. How to overcome this? Niels

struts2: sent value to freemarker template

2008-01-09 Thread niels
I want to pass a value to my fielderror.ftl lik this: Does someone knows how to retrief the value in de template? ${parameters.foo} gives me the error: freemarker.core.InvalidReferenceException: Expression Expression parameters.foo is undefined Thanks in advance, NIELS

Re: problem with modules : Cannot retrieve mapping

2006-07-07 Thread niels
Actually I don't want to switch modules, I want to 'access' an action form another module On 7/6/06, Laurie Harper <[EMAIL PROTECTED]> wrote: niels wrote: > have 2 modules: moduleA and moduleB > in struts-config.xml from moduleA: > > > > where testA is

problem with modules : Cannot retrieve mapping

2006-07-06 Thread niels
splayed when I call /moduleA/moduleAtest.do--> error cannot retrieve mapping for action /searchUserSubmit So how to make module A aware of another module and its action mappings? For the html:link tag there is the attribute : module like: to test Is there someting simular for html:form Thanks, Niels

RE: Advice with Struts and Generate documents in PDF, XLS...

2006-02-02 Thread Voorhoeve, Niels {PBG}
For excel exports use this: http://jakarta.apache.org/poi/hssf/index.html -Original Message- From: Angel Navarro [mailto:[EMAIL PROTECTED] Sent: Thursday, February 02, 2006 11:43 AM To: Struts Users Mailing List Subject: Advice with Struts and Generate documents in PDF, XLS... Hi, I ne

Nested:text date picker

2006-02-01 Thread Voorhoeve, Niels {PBG}
Hi, I tried using a date picker that used the id attribute ala . Using the id attribute does not work with the nested:text tag. Does anyone know of a date picker that works with nested:text? Thanks, Niels - To unsubscribe

validwhen problem in combination with RadioButton

2005-12-27 Thread niels
Hi, I want to validate a form: company field may only be filled if the selected (by radiobutton) addresstype is equal to CN I try to do this via: test ((*this* != null) and (addressType=="CN"))

How to keep a request Attribute available (from first action) after second action is called

2005-12-18 Thread niels
sult" available in ActionTwo? Thanks in advance, Niels