Re: action tag

2009-12-16 Thread Nguyen Xuan Son
I had that already, without that tag the system wont understand any tag which starts with 's:' do you have any other suggestion? thank you very much Vào 14:00 Ngày 17 tháng 12 năm 2009, Thắng Hoàng đã viết: > maybe you forgot to include the taglib header > > <%...@taglib uri="/struts-tags" prefi

Re: action tag

2009-12-16 Thread Thắng Hoàng
maybe you forgot to include the taglib header <%...@taglib uri="/struts-tags" prefix="s" %> 2009/12/17 Nguyen Xuan Son > dear all > In the JSP page I have > > > > class="newsimg"> > > > > class="gray_d" title="詳しく" >read more > > src="g/images/spacer.gif"> > > > > though the data is

action tag

2009-12-16 Thread Nguyen Xuan Son
dear all In the JSP page I have read more though the data is available but nothing is displayed on the JSP page do you have any suggestion thank you very much -- === Ritsumeikan University, Asia JinZai Project Master

@Service(value = "filesManager")

2009-12-16 Thread Frans Thamura
hi all i have a code like this @Service(value = "filesManager") from import org.springframework.stereotype.Service; any idea to implement without spring but have this feature? thx -- Frans Thamura Meruvian. Experiential Tempation of Java and Enterprise OpenSource Meruvian jTechnopreneur P

Struts2 Apps as REST/SOA Producer

2009-12-16 Thread Frans Thamura
hi there i am working to turn my S2 apps become like facebook, we can provide web API, so every developer can access to the system develop by S2, anyone have experience with this, may be wanna to share your experience F

Struts2 + Spring + ibatis configuration set in applicationContext-ibatis.xml

2009-12-16 Thread Emi Lu
Hello list, Struts2 + Spring + ibatis, database connection configuration question: = (1) In applicationContext-ibatis.xml destroy-method="close"> class="org.springframework.orm.ibatis.SqlMapClientFact

RE: [Struts 2.1.8] Dojo tags and attributes (listenTopics, notifyTopics ...) with Tiles

2009-12-16 Thread Fernandes Celinio
Sorry I got the message completely wrong (end of the day ...) : I meant Tiles, not Facelets ! Any idea ? Thanks. -Message d'origine- De : Fernandes Celinio [mailto:cfernan...@sopragroup.com] Envoyé : mercredi 16 décembre 2009 18:29 À : Struts Users Mailing List Objet : RE: [Struts 2.1

RE: [Struts 2.18] Dojo tags and attributes (listenTopics, notifyTopics ...) with Facelets

2009-12-16 Thread Fernandes Celinio
By the way, I am using Struts 2.1.8, not 2.18 of course. -Message d'origine- De : Fernandes Celinio [mailto:cfernan...@sopragroup.com] Envoyé : mercredi 16 décembre 2009 18:26 À : Struts Users Mailing List Objet : [Struts 2.18] Dojo tags and attributes (listenTopics, notifyTopics ...) wi

[Struts 2.18] Dojo tags and attributes (listenTopics, notifyTopics ...) with Facelets

2009-12-16 Thread Fernandes Celinio
Hi, I am using the Dojo example that is described here : http://struts.apache.org/2.0.14/docs/struts-2-spring-2-jpa-ajax.html It works fine. But if I integrate the 2 JSPs (index.jsp and list.jsp) in a Tiles template then it fails : The JSP index.jsp becomes involved in some sort of infinite loop,

Re: xwork-conversion.properties

2009-12-16 Thread Donato Pirozzi
Hi and thanks for answer, I have tried to use annotation, but don't work, error message is the same: Error setting expression 'model.dataMandato' with value '[Ljava.lang.String;@2d2da4' ognl.MethodFailedException: Method "setDataMandato" failed for object org.storage.mandati.mand...@18bff68 [j

Re: Essential Dependencies Only

2009-12-16 Thread stanlick
I am swimming around in Maven this morning and I am bouncing around like a steel ball in a pinball machine! We use a homegrown tool with all the warts and bumps. I am trying to run mvn dependency:tree over struts2-core-2.1.8.pom to see if the analysis might help me with the forest/tree problem.

Re: xwork-conversion.properties

2009-12-16 Thread Lukasz Lenart
2009/12/16 Donato Pirozzi : > obviously is a typos, name of my file into my project is > xwork-conversion.propertis Did you try to use annotations? @TypeConversion(converter = "org.demo.DateConverter") public void setDateNow(Date now) { this.now = now; } Regards -- Lukasz http://www.lenart.org

Re: xwork-conversion.properties

2009-12-16 Thread Donato Pirozzi
Thanks for the answer Lukasz, obviously is a typos, name of my file into my project is xwork-conversion.propertis Sorry for the mistake. 2009/12/16 Lukasz Lenart > 2009/12/16 Donato Pirozzi : > > and I have added src/main/resources/xwrork-conversation.properties > (maven2 > > Should be >>xwor

Re: xwork-conversion.properties

2009-12-16 Thread Lukasz Lenart
2009/12/16 Donato Pirozzi : > and I have added src/main/resources/xwrork-conversation.properties (maven2 Should be >>xwork-conversion.properties<< Regards -- Lukasz http://www.lenart.org.pl/ - To unsubscribe, e-mail: user-unsu

xwork-conversion.properties

2009-12-16 Thread Donato Pirozzi
Hi, I have problem with my custom converter... I have a bean that provided get/set methods for date. public class Person { ... private Date bornDate; ... public void setBornDate(Date bornDate) { ... } public Date getBorn() { ... } } On my jsp I have dojo input dijit.form.DateText

custom properties file not loading in Glassfish V2

2009-12-16 Thread Bhaarat Sharma
Hello, I have a Struts2 app in which my struts.properties resides in WEB-INF/classes. It contains the following line struts.custom.i18n.resources=mypropertyfile mypropertyfile also resides in WEB-INF/classes. and inside the properties file, for example I have the following: pdf.test.title=PDF

Re: How to forward....

2009-12-16 Thread Paweł Wielgus
Hi Rafael, instead forward name="success" path="/MainMenu.class" write forward name="success" path="/MainMenu.do". Best greetingsgus. , Paweł Wiel 2009/12/16 Rafael Muneton : > > Hello: > > > > I am trying to develop a small application that contains a Login.jsp, in case > of failure the contro