struts 2 validation error

2010-01-03 Thread Rakesh K nair
Hi In my struts2 jsp page there is a "selection list".I am populating the "list" from action class before rendering the page.I have some validation in the page.After submitting it calls the same page.If validation is successful it enters the action class and initializes the "list" , but if it is

Locale SEO permanent link URLs in Struts2

2010-01-03 Thread Ignacio de Córdoba
Hi there, I have several working struts2 applications using i18n bu have an issue I need to solve. >From the user perspective, the struts2 request_locale parameter approach is perfect but as locale information is stored in session, urls visited by a user (or robot) are not locale specific. Is ther

migration to tiles2 - put attribute into request scope?

2010-01-03 Thread Michael Heinen
Hi, I migrated a webApp from tiles1 to tiles 2.0.5 and got one thing not working. I cannot put an attribute into request scope to make it accessible by other frameworks. Sample code is below: It is the attribute with name=activeTab tiles 1: main.jsp:

I18N

2010-01-03 Thread uuk007
Hi, We are developing a educational system for which we need to have the I18N...I have read the articles and tutorials related to that and found that the locale of the user will be retrieved from the HttpServletRequest. (Correct me if i am wrong)But in the education system, user will choose t

Re: TypeConversionException;

2010-01-03 Thread Frans Thamura
thx, work now ;) just a refactor. huhu F On Sun, Jan 3, 2010 at 2:58 PM, Lukasz Lenart wrote: > 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/sv

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

2010-01-03 Thread Brian Thompson
I'll echo the question of "why would you want to?", but it's easy to accomplish if you're not insistent on using the tag: " method="GET" action=""> ... -Brian P.S. Is it just me, or is the documentation on the struts form tag a bit lacking in examples? On Sun, Jan 3, 2010 at 1:28 AM, Paul