internationalization

2003-03-21 Thread modena
Hi i've a simple question: is possible obtain the languages supported from application? With the MessageResources class i could obtain the message in a particular language, if it is supported from application. For example if i've the properties file for the french languages i could obtain a message

license

2003-03-19 Thread modena
Hi i've a simple question about StrutsMenu and Display tag library... It's possible to use StrutsMenu and Display tag for realize commercial products? Thank in advance Alessio - To unsubscribe, e-mail: [EMAIL PROTECTED] For addit

Struts Menu

2003-03-14 Thread modena
Hi i've a simple question: there is a possibility to add parameter at link created with Struts Menu? for example i've an Action that add an attribute to request, i would like that this attribute is added to link generated from Struts Menu..it's possible? example of code: and in menu-conf

Re: simple question

2003-03-14 Thread modena
Thank you, you have been very kind. Ale - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: simple question

2003-03-14 Thread modena
Thank, but with this i must crete an ActionForm...it's possible avoid to create an ActionForm for an form? Thank for help Ale - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

simple question

2003-03-14 Thread modena
Hi, there is a possibility to send an object in the request if i don't pass it with parameter of the link? for example: <% request.setAttribute("in","index"); %> ... home this obviously don't work...but there is a system to obtain this whit a Struts component? I should pass a Stri

Re: html:link and parameters to session

2003-03-12 Thread modena
Try to see the jakarta taglibs..there are a tag for manage the session. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Errors in html corrected..

2003-03-12 Thread modena
you're code appear rigth..try to use explicit parameter: - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Errors in html corrected..

2003-03-12 Thread modena
I'm read only your preavious mail..Which error do you obtain? i don't understand your problem..explain its - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Errors in html corrected..

2003-03-12 Thread modena
I think that the attribute action in tag form should be /find.do if in struts config you use path="/find"..try it - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

urgent:projecting with tiles

2003-03-12 Thread modena
Hi, i've an question about tiles.. i would use tiles for my application, but i have an problem. If i use tiles instead of frame but i face this problem: how obtain the "definition" of page? Example, i have in my application the login page and if an page call the login page i would that the module o

Re: GET/POST in Actions & Form Validation

2003-03-07 Thread modena
You can set validate="false" and call the validation method from action if you would.. try it. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

error in action

2003-03-07 Thread modena
Hi, if i've an a page that call an action if in this action i've an error how i return to page that invoked the action? i try to use mapping.getInputForward(), but this return me the path of my action...i try to save the url but have a problem (see my preavious mail Problem mapping/url)...there is

Problem mapping/url

2003-03-07 Thread modena
(with request.getRequestURI() )i obtain /index.jsp and not homeA.do that i would.. It's possible in a jsp retrieve the url that i see in my browser (in this case homeA.do) instead of the real url??? i'm new to Struts..sorry for my stupid q

Urgent, TilesRequestProcessor

2003-03-05 Thread modena
Hi, i've a problem with TilesRequestProcessor; i insert in my struts-config.xml the definition of my classes: and requestP extends TilesRequestProcessor (i don't understand whi if i use tiles plug-in i don't exstend RequestProcessor..) in this class i overload the processPreprocess and processFor

url-rewrite

2003-01-31 Thread modena
Hi i've a problem: i use the struts's tag in my jsp and mapping.findForward("..."); in my Action but the url-rewrite doesn't work... In an Action i set an session variable and my code in all project is(for example): in jsp Didattica in struts-config.xml in facoltaA (in public Actio

Parameters

2003-01-30 Thread modena
Good day, my problem is the following: I use the Eric Fesler's taglib for realize dynamic link in this way: <%=CorsoStudioId%> <%=CorsoStudioName%> <%=CorsoStudioFacolta%> <%=CorsoStudioCrediti%> Vis. Corsi Ins

Parameter and html:link

2003-01-30 Thread modena
Good day, my problem is the following: I use the Eric Fesler's taglib for realize dynamic link in this way: <%=CorsoStudioId%> <%=CorsoStudioName%> <%=CorsoStudioFacolta%> <%=CorsoStudioCrediti%> Vis. Corsi Ins

Parameters

2003-01-30 Thread modena
Good day..how i can pass other parameter from jsp and its controller if i don't put this parameter on the link?(see my previous mail for more details) Example i have: Vis. Corsi Insegn. It' possible send in the request another parameter that not contained i

struts-user@jakarta.apache.org

2003-01-30 Thread modena
Good day, my problem is the following: I use the Eric Fesler's taglib for realize dynamic link in this way: <%=CorsoStudioId%> <%=CorsoStudioName%> <%=CorsoStudioFacolta%> <%=CorsoStudioCrediti%> Vis. Corsi Insegn.

another

2003-01-29 Thread modena
Good day, my problem is the following: I use the Eric Fesler's taglib for realize dynamic link in this way: <%=CorsoStudioId%> <%=CorsoStudioName%> <%=CorsoStudioFacolta%> <%=CorsoStudioCrediti%> Vis. Corsi Insegn.

Urgent

2003-01-29 Thread modena
Good day! I'm new to struts and i need to help..: <%=CorsoSId%> <%=CorsoSName%> <%=CorsoSFacolta%> <%=CorsoSCrediti%> <% String url = "corsiIA.do?IDFacolta="+request.getParameter("IDFacolta") +"&CorsoSId="+CorsoSId; %> Vis. Corsi Insegn.

RE: with Parameter

2003-01-29 Thread modena
Scrive [EMAIL PROTECTED]: > a bit out of context but after looking at u r jsp it seems that u are packing > > too much logic in u r jsp..cant u prepare the link parameers in u r action > and > set them on the form... > > and then in the jsp just acces that property of form... Thanks,but i don'

with Parameter

2003-01-29 Thread modena
Good day! I'm new to struts and i need to help..my problem is: <%=CorsoSId%> <%=CorsoSName%> <%=CorsoSFacolta%> <%=CorsoSCrediti%> <% String url = "corsiIA.do?IDFacolta="+request.getParameter("IDFacolta") +"&CorsoSId="+CorsoSId; %> Vis. Corsi Insegn.

Urgent..Problem wirh tag

2003-01-28 Thread modena
Good day! I'm new to struts and i need to help..my problem is: <%=CorsoSId%> <%=CorsoSName%> <%=CorsoSFacolta%> <%=CorsoSCrediti%> <% String url = "corsiIA.do?IDFacolta="+request.getParameter("IDFacolta") +"&CorsoSId="+CorsoSId; %> Vis. Corsi Insegn.