Rest plugin and 2.1.6 - controllers not mapped

2009-03-12 Thread Niels Boldt
to 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

s2 : assigning a variable to jsp

2008-03-21 Thread niels
/ thanks in advance. Niels

Re: s2 : assigning a variable to jsp

2008-03-21 Thread niels
-tag.shtml Thanks -Original Message- From: niels [mailto:[EMAIL PROTECTED] Sent: Friday, March 21, 2008 4:35 PM To: user@struts.apache.org Subject: s2 : assigning a variable to jsp Hello, I want to assign a property to a value in jsp. in struts 1.3 i could do it like: bean:define id=assign

Re: s2 : assigning a variable to jsp

2008-03-21 Thread niels
): String cacheKey = pre_+s:property value=pageAlias /; 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

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

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, s:url ... target=...some text hope this helps

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. s:url id=url action=getCRUD s:param name=id value=%{user.id} / /s:url s:a href=%{url}edit/s:a Niels On Jan 29, 2008, at 1:33 PM, David Tercero wrote: target belongs to the anchor, not to the s:url tag

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

2008-01-29 Thread niels
Thanks, This works form me: s:url id=url action=getCRUD / a href=s:property value='#url'/ target=_blank.../a 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

struts2: sent value to freemarker template

2008-01-09 Thread niels
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: action path=/moduleATest forward=/testA.jsp / where testA

problem with modules : Cannot retrieve mapping

2006-07-06 Thread niels
? For the html:link tag there is the attribute : module like: html:link module=/moduleA action=/moduleATest.doto test/html:link 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

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: form-validation formset form name=addressForm field property=company depends=validwhen arg0 key=error.company/

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

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