AW: [S2] trim textfield

2010-09-14 Thread Adrian Ost
()])); } } pActionInvocation.getInvocationContext().setParameters(params); return pActionInvocation.invoke(); } } -- --- Adrian Ost Applikations-Entwickler Tel.: +49 89 322986 591 Fax: +49 89 322986 570 Mobile: +49 172

Re: Clearing Action properties from ValueStack

2008-03-10 Thread Adrian Ost
oh..forgot...set its value to 'none' Adrian Ost schrieb: hi, not sure if this is really what you're problem is about, but adding the parameter "includeParams" to the struts url-tag solved my problem of having the old value + my new value send on resubmitting.

Re: Clearing Action properties from ValueStack

2008-03-10 Thread Adrian Ost
hi, not sure if this is really what you're problem is about, but adding the parameter "includeParams" to the struts url-tag solved my problem of having the old value + my new value send on resubmitting. greets, adrian Rushikesh Thakkar schrieb: Hi Group, Can anyone tell me how long is the va

[s2] Changing target-attribute-value in action class?

2007-11-30 Thread Adrian Ost
hi, is there a way to change the "target", set in struts 2 ajax tags, within the corresponding action class? thanks in advance. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

XWORK2/struts2 logs out Unable to find text for key

2007-09-18 Thread Adrian Ost
I use struts 2.0.9 and the s:i18n-Tag and s:text to get values from a resource bundle. My jsp-pages get rendered the correct way, but it happens more often that somehow my resource bundle gets lost during writing the response. The result is a page where my text, at the beginning, consists of the

[s2] s:text somtimes doesn't render the key porperties

2007-09-10 Thread Adrian Ost
Hi everybody, i have a property file and by using the s:text tag i am rendering out text from a property file. Some text . Works fine, but sometimes it doesn't render the value of the property, but the key name itself (Results in: Some text my.existing.property.) Cannot reproduce this. Any id

logic:present available in struts 2 ?

2007-07-20 Thread Adrian Ost
Hi all, can I still use the logic-taglib in struts 2? or is there any other way to ask for the correct role? ... some context thanks in advance - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

Re: freemarker @s.property within @s.text not working

2007-07-12 Thread Adrian Ost
Adrian Ost schrieb: hi all, Iterating over a List type arrayList works fine just like this: <@s.iterator value="%{myList}" > ... <@s.property /> ... BUT this is not working: <@s.iterator value="%{myList}" > ...

freemarker @s.property within @s.text not working

2007-07-12 Thread Adrian Ost
riable inside ???: (Note: %{myList[3]} works fine) <@s.iterator value="%{myList}" > ... / myCounter = 0;/ <@s.text name="%{myList[/myCounter/]}" /> /myCounter++;/ ... thanks for all replies! -- Adrian Ost

Re: Tab Persistance

2007-07-10 Thread Adrian Ost
nks, Brian- - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] if you use an ajax submit you can put your current tab id as target otherwise you have to set the tabbedpanel attribute 'selectedTab' to your active-tab-id. -- Adrian Ost

Re: How to make tabs in JSP

2007-06-26 Thread Adrian Ost
essage. or u just go for the struts 2 tag tabbedpanel ... pretty easy to customize with new template. http://struts.apache.org/2.x/docs/tabbedpanel.html greets adi -- Adrian Ost MindMatics AG Marcel-Breuer-Str. 18 D-80807 München E-Mail: [EMAIL PROTECTED] Web: www.MindMat

Re: [S2] Exporting to CSV and Excel

2007-06-19 Thread Adrian Ost
-- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] I am using display Tag as well but as soon as I sourrond it with the it returns me an empty excel file. -- Adrian Ost MindMatics AG Marcel-Breuer-Str. 18 D-80807 Münche

building struts 2.0.6 from source

2007-06-15 Thread Adrian Ost
Hi all, I downloaded struts 2.0.6-src, did an ANT build and replaced the resulting "struts2-core.jar" with my recent jar "struts2-core-2.0.6". Didn't make any changes in the source nor my webapp. But now, when deploying my webapp I get an Filterstart-errror.

tabbedpanel look changes

2007-06-13 Thread Adrian Ost
platePath" for "TabContainer.html". Both are originally set in the according file TabContainer.js. Of course I could change the settings within this file. But it would't make much sense as I want to change the look within the appliktion. Best Regards, adrian -- Adrian Ost Mi

tabbedpanel modification

2007-06-13 Thread Adrian Ost
ner.html". Both are originally set in the according file TabContainer.js. Of course I could change the settings within this file. But it would't make much sense as I want to change the look within the appliktion. Best Regards, adrian -- Adrian Ost MindMatics AG Marcel-Breuer-Str. 18 D

Re: S2 - parameter passing (newbie) question

2007-06-11 Thread Adrian Ost
gt; id="sub-- value="#parameters.param3"/>"> ... = - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTE