Re: TypeConversionException;

2010-01-02 Thread Lukasz Lenart
2010/1/3 Frans Thamura : > i just got there is no > com.opensymphony.xwork2.util.TypeConversionException; for XWork 2.1.6 > > anyone can help me out It's here http://svn.opensymphony.com/svn/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/conversion/TypeConversionException.java Regards --

Re: how do I use absolute url actions in html:form tag with struts 1.3.8

2010-01-02 Thread Paul Benedict
I don't think you can. Why would you want to? On Tue, Dec 22, 2009 at 8:01 PM, Jason Novotny wrote: > Hi, > >    I'm a Struts newbie and am tasked with trying to change relative URLs on > our site to be absolute. I have a form that looks like: > > > > and once it renders it displays: > > onsubm

TypeConversionException;

2010-01-02 Thread Frans Thamura
hi all i just got there is no com.opensymphony.xwork2.util.TypeConversionException; for XWork 2.1.6 anyone can help me out Frans - To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional commands, e-mail: use

Re: CRUD operations for 100 tables

2010-01-02 Thread Paul Benedict
I believe AppFuse 2.x can help you. Go google it. It is a code generator that will create model objects and Struts actions out of your database schema. Paul On Sat, Jan 2, 2010 at 3:48 PM, nani2ratna wrote: > > Hi, > > I need to do CRUD operations for almost 100 tables in 9 schemas but in one >

CRUD operations for 100 tables

2010-01-02 Thread nani2ratna
Hi, I need to do CRUD operations for almost 100 tables in 9 schemas but in one web application. I am using struts 2, spring and ibatis. I can do this by writting 100 jsp's, 100 actions and so on. There is no common column in those tables. Can any body have any idea to do this. Is there better w

Nexus for S 2.1.8

2010-01-02 Thread Frans Thamura
hi there i helping an university to have nexus server for the students http://ugforge.gunadarma.ac.id/nexus i try to create a simple struts2 using their repository but, i just got struts 2.0.11 can help me so i can get the 2.1.8.1 anyone? -- Frans Thamura Meruvian. Experiential Tempation o

Re: Struts 2.0 to 2.1 Migration problem

2010-01-02 Thread Dale Newfield
OP wrote: 2.0.6 ... 2.1.6 Any reason you'd upgrade to an old version, and not the most recently released 2.1.8.1? -Dale - To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional commands, e-mail: user-h...

Re: Is there any way in Struts2 to handle session sharing accross browsers

2010-01-02 Thread ManiKanta G
Hi, May be Spring Security will do the stuff :) Regards, ManiKanta G twitter.com/ManiKantaG On Wed, Dec 30, 2009 at 6:43 PM, Gabriel Belingueres wrote: > Session data handling is the same for all frameworks based on the > Servlet and JSP specification, and AFAIK S2 doesn't provide any helper >