Struts 2 parametrized messages

2006-12-07 Thread Sakari.Isoniemi
Hello What is the Struts 2.0.1 syntax in JSP-page to render message like Missing.message3 = This feature is STILL ({0}) under construction. Please try ({1}) again in the next interation. 1) The following JSP: s:text name=Missing.message3 s:param s:property value=cat/ /s:param

Struts2, DisplayTags OGNL-error

2006-12-12 Thread Sakari.Isoniemi
Hi, DisplayTags (SourceForge) sends a HTTP / GET-method to retrive next page data. It uses a parameter like 'd-49653-o' to control request (for application). OGNL don't accept this syntax and throws an exception. Solution is to make an interpreter before Action to convert this to

RE: Hot deploying struts application

2006-12-12 Thread Sakari.Isoniemi
Hi I just strugled with this problem with MyEclipse, Tomcat 5.5 environment: 1. Install Tomcat as desired. 2. Configure your project to MyEclipse as Exploded project. 3. Start tomcat inside MyEclipse. (Started outside don't work) 4. Changes to implementation should reflect immedeatly to

VS: Struts2, DisplayTags OGNL-error

2006-12-17 Thread Sakari.Isoniemi
Hai, Mark Shifman wrote: Are you using jsp, freemarker or velocity? Where is displaytags getting its table from? Here are a couple of pages that may help. http://struts.apache.org/2.x/docs/application-session-request-objects-in-jsp.html

RE: Struts2, DisplayTags OGNL-error

2006-12-17 Thread Sakari.Isoniemi
OK, I'll try that (quite complicated solution). Or would be better for whole community that DisplayTag-organisation gives opportunity for programmer to define what the parameters syntax is ? Or OpenSymphony / OGNL fix OGNL ? /Sakari -Original Message- From: Martin Gainty

RE: where to download struts2.0 examples files?

2006-12-19 Thread Sakari.Isoniemi
Weren't they in Struts2 distribution ...\apps ? /S -Original Message- From: red phoenix [mailto:[EMAIL PROTECTED] Sent: 19. joulukuuta 2006 9:49 To: Struts Users Mailing List Subject: where to download struts2.0 examples files? In struts doc,I often see

RE: [OT] ajaxArea embedded with displayTag

2006-12-19 Thread Sakari.Isoniemi
Hai A trivial question ? I have a problem with DisplayTags (DT) in Struts2 where OGNL throws exception from DT- parameter like 'o-434343-p'. (See discussion Struts2, DisplayTags OGNL-error Sakari.Isoniemi ) So the solution is to use Ajax to bybass Struts2-frame and OGNL ? /S -Original

RE: Struts2, DisplayTags OGNL-error

2006-12-19 Thread Sakari.Isoniemi
Hai The OGNL-StackTrace disappeared without changing the implementation to Ajax when I set in Struts.properties dev mode=false ( struts.devMode = false ) So, there seems to be a problem with S2 / OGNL that appears in DevMode but don't prevent correct functionality in application to user.

RE: S2 / Mailreader IBatis implementaiton ?

2006-12-20 Thread Sakari.Isoniemi
Hai Is S2 / Mailreader / IBatis version downloadable somewhere ? /S