[OT] where i can find List of all JBI implementation?

2006-04-10 Thread Legolas Woodland
Hi Thank you for reading my post where i can find a list of all JBI implementation ? projects like service mix mule celtix ... Thanks - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: I get exception : Path http://www.mywebsite.com/ does not start with a / character

2006-04-05 Thread Legolas Woodland
Antonio Petrelli wrote: Legolas Woodland ha scritto: The server return an exception like : java.lang.IllegalArgumentException: Path http://www.mysite.com/ does not start with a / character ... forward=forwarder; return mapping.findForward( forward ); } } Please

I get exception : Path http://www.mywebsite.com/ does not start with a / character

2006-04-04 Thread Legolas Woodland
Hi Thank you for reading my post when i click on some of my links in the web application The server return an exception like : java.lang.IllegalArgumentException: Path http://www.mysite.com/ does not start with a / character

problem on url rewriting and cookies , what is differences

2006-03-31 Thread Legolas Woodland
Hi Thank you for reading my post I have a problem with my hosted application , when i click on some of my links in the web application the server return an exception like : java.lang.IllegalArgumentException: Path http://www.mysite.com/ does not start with a / character

problem on url rewriting and cookies ,

2006-03-30 Thread Legolas Woodland
Hi Thank you for reading my post I have a problem with my hosted application , when i click on some of my links in the web application the server return an exception like : java.lang.IllegalArgumentException: Path http://www.mysite.com/ does not start with a / character

How i can check an string to be a correct web site format?

2006-03-28 Thread Legolas Woodland
Hi Thank you for reading my post. i want to check an string to see whether it is a correct web site name or not. I know that i should use regular expression , but i do not know how i should do this , can some one help me with this ? Thanks

Re: How i can check an string to be a correct web site format?

2006-03-28 Thread Legolas Woodland
tell me how i can do this in java code ? for example by creating a regular expression object and ? Thanks -Original Message- From: Legolas Woodland [mailto:[EMAIL PROTECTED] Sent: 29 March, 2006 2:09 AM To: Struts Users Mailing List Subject: How i can check an string

Cannot find message resources under key org.apache.struts.action.MESSAGE , what could cause this ?

2006-03-14 Thread Legolas Woodland
Hi Thank you for reading my post. I upload a web application to its host , it works OK until a few hours ago , and now it shows the following exception is there any comment about this ? javax.servlet.jsp.JspException: Cannot find message resources under key

Should we add MIME type in hosting package to make it execute .do files?

2006-02-22 Thread Legolas Woodland
Thank you for reading my post. My struts application works in my own PC but it does not works on Host that i purchased. it return 404 error. should i add a new MIME type for .do ? if so , What kind of MIME it should be ? Thank you

Hosting problem , the Host provider tomcat does not understand .do

2006-02-20 Thread Legolas Woodland
Hi Thank you for reading my post. I get a hosting package from a provider , Now all jsp files works but when i press some buttons or links that lead to a .do (Action) it return *error 404 *file not found is there any other configuration that i should do in my hosting package ? it is on linux

Re: Hosting problem , the Host provider tomcat does not understand .do

2006-02-20 Thread Legolas Woodland
-patternhttp://www.javaranch.com/newsletter/Mar2002/l isting1.htmlBryan LaPlante- Original Message - From: Legolas Woodland [EMAIL PROTECTED] To: Struts Users Mailing List user@struts.apache.org Sent: Monday, February 20, 2006 4:20 PM Subject: Hosting problem , the Host provider tomcat does

[other] Borland want to sell its IDE products.....

2006-02-08 Thread Legolas Woodland
Hi just look at http://blogs.borland.com/davidi/archive/2006/02/08/23013.aspx it say that borland is going to sell its IDEs , what will happen next ? who will buy jdeveloper ? - To unsubscribe, e-mail: [EMAIL PROTECTED] For

How to access string resources (.properties entries) from inside a servlet ?

2006-01-28 Thread Legolas Woodland
Hi Thank you for reading my post. how i can retrieve some string resources from my bundle.properties file? the file is located in : *servlet/bundle.properties* I want to retrieve some of its key and use them inside the servlet java file.

Re: How to access string resources (.properties entries) from inside a servlet ?

2006-01-28 Thread Legolas Woodland
[EMAIL PROTECTED] wrote: Legolas Woodland ?? Just what type of elf are you? not from a knowledge full kind :( But for more information , i can tell you that im a Sindarin Elven prince . to read more please go to : http://en.wikipedia.org/wiki/Legolas --- On Sat 01/28, Legolas

How i can make a servlet that return an image ? (image will produce by jfree)

2006-01-24 Thread Legolas Woodland
Hi Thank you for reading my post. How i can make a servlet that return an image ? Indeed i want to make a servlet and inside the servlet I want to use JfreeChart to produce a chart . and in final stage i want to return that chart (image) to output. Thank you

Re: How i can make a servlet that return an image ? (image will produce by jfree)

2006-01-24 Thread Legolas Woodland
Rafael Nami wrote: You can use Cewolf, that is a Servlet and a Taglib that uses JFreeChart to produce graphics. http://cewolf.sourceforge.net/ Best Regards Rafael Mauricio Nami I tried to use CeWolf to generate chart , but i faced some big problems. indeed i am developing a jsf portlet ,

Re: [JSF] Sun's feedback programs site

2006-01-20 Thread Legolas Woodland
Bahadır Yağan wrote: I may be wrong but I think *feedbackprograms.sun.com *uses ASPX on a windows 2003 server. Isn't something wrong with this situation? I mean, I use this site to submit my feedbacks about Sun Java Studio Creator 2 Early Access, which is promoted with its JSF features. And a

Re: [JSF] Sun's feedback programs site

2006-01-20 Thread Legolas Woodland
Bahadır Yağan wrote: Legolas Woodland wrote: Who told you this ? The server is running on solaris and in SUN hardware. there is not .net crap in sun site. There is aspx extention on some pages and netcraft says it is Windows 2003. I am not talking about sun.com. I am talking about *https

Re: [FRIDAY] You might be a geek if ...

2006-01-01 Thread Legolas Woodland
Rafael Nami wrote: If you try to seek something about Apache Cherokee(Oracle Donated JSF Components) in the new year's eve. BTW , i heared that Oracle donate its ADF faces to Apache , is it true ? will Oracle ADF faces merge with Myfaces ? Thank you Best All to everyone, and Happy New Year

what is diffrent between Struts Datasource and Tomcat datasource

2005-12-26 Thread Legolas Woodland
Hi thank you for reading my post. we can define data-source inside Struts-config.xml also it is possible to define a data-source in tomcat admin page. no my question is : what is differences between them , are they the same ? Which requirement each of this data-source has ? Thank you

Re: what is diffrent between Struts Datasource and Tomcat datasource

2005-12-26 Thread Legolas Woodland
Craig McClanahan wrote: On 12/26/05, Legolas Woodland [EMAIL PROTECTED] wrote: Hi thank you for reading my post. we can define data-source inside Struts-config.xml also it is possible to define a data-source in tomcat admin page. no my question is : what is differences between them

Problem with using Logic:equla tag.

2005-12-15 Thread Legolas Woodland
Hi I have a un-natural problem here Im trying to use : [code] logic:equal name=sysvar value=loop td .. /td /logic:equal [/code] it never enter the above block. even i tried and showed sysvar by using the following code line in the browser [code] %=sysvar% [/code] I can see that

Re: Problem with using Logic:equla tag.

2005-12-15 Thread Legolas Woodland
are encouraged to switch to the jstl tags in place og the struts tags. In so doing, use the struts-el tag librarys Hermod -Original Message- From: Legolas Woodland [mailto:[EMAIL PROTECTED] Sent: Thursday, December 15, 2005 1:44 PM To: Struts Users Mailing List Subject: Problem with using

Re: Problem with using Logic:equla tag.

2005-12-15 Thread Legolas Woodland
%=sysvar% Thank you for answering my question. Anyone else? Martin- - Original Message - From: Legolas Woodland [EMAIL PROTECTED] To: Struts Users Mailing List user@struts.apache.org Sent: Thursday, December 15, 2005 7:43 AM Subject: Problem with using Logic:equla tag. Hi I have a un

Re: Problem with using Logic:equla tag.

2005-12-15 Thread Legolas Woodland
at 00:30 +0330, Legolas Woodland wrote: [EMAIL PROTECTED] wrote: Hi Don't use this. Use the jstl tags instead. In this case c:if test=${sysvar=='loop'}/c:if Thank you very much. I think my problem is wired , I used c:if test=${sysvar=='loop'} Do this Tags when sysvar

Re: Problem with using Logic:equla tag.

2005-12-15 Thread Legolas Woodland
- From: Legolas Woodland [mailto:[EMAIL PROTECTED] Sent: Thursday, December 15, 2005 1:44 PM To: Struts Users Mailing List Subject: Problem with using Logic:equla tag. Hi I have a un-natural problem here Im trying to use : [code] logic:equal name=sysvar value=loop td .. /td

What is best practice for securing an struts based web application?

2005-10-09 Thread Legolas Woodland
Hi Thank you for reading my mail. I used a simple login page + add a session variable after loged in to check the security of my system . the login page test and if the session variable be present it shows some other links like : edit profile , orders ,.. and if the session variable is not present

Struts 1.3 - what is new there ?is it based on shale ?

2005-10-09 Thread Legolas Woodland
Hi Thank you for reading my mail. What is new in struts 1.3 ? will already made application based on struts 1.1 works with new Struts ? is it based on shale ? does tag library grown ? Thank you

[OT]which web log hoster (provider ) to use ?

2005-10-02 Thread Legolas Woodland
Hi Thank you for reading my post Where does usually Java developer make thier Blog ? I want to make a web log for myself and i want it to let me post blog entry which may contain images I checked te jroller and it has not possibility to add images to blog entry Which of blog hoster provide this

How i can write cookie from a jsp file

2005-09-12 Thread Legolas Woodland
Hi Thank you in advance How i can write a cookie to client system from a jsp page , i mean when im proccessing a form submit in a jsp file i write its content as a cookie (for example). Thank you

File upload in a form which has some other fields too - I have probelm to do it

2005-09-11 Thread Legolas Woodland
Hi Thank you for reading my post. here is my problem : 1-is it possible to upload a file from a jsp file which has some more other fields too ? I mean for example a registration form which must have a file item to be uploaded ? 2-which method should be used to send the jsp fields to action ?

how to write cookie from a Struts jsp file

2005-09-09 Thread Legolas Woodland
Hi Thank you for reading my post. How i can write a cookie from a Struts jsp file into client system ? I mean when user pressed sub,it button i write the cookie in a way that i can use it within logic:present and logic:notPresents tags .

Re: Shocking about Netbeans 4.2

2005-09-05 Thread Legolas Woodland
hi thank you very much. rooomity is a very nice idea and i hope i could bring all of my question there for some day Another question ? are you Victor Cen. who post in TSS ? On 9/5/05, netsql [EMAIL PROTECTED] wrote: http://www.javalobby.org/java/forums/t44901.html .V

Problem in including an action response into a jsp page. - return java.io.IOException: Stream closed . what is the solution?

2005-08-11 Thread Legolas Woodland
Hi I have a problem with including an action response into my jsp page here is the problem : I want to include an action output which is a jsp page (data fetched from database) into a cell of a table in my jsp page. jsp page is an struts page so i used the following to include the action respose :

how i can redirect (without loosing session) to a full url from jsp page in struts.

2005-08-11 Thread Legolas Woodland
Hi Thank you for reading my post I have a problem. problem is : I should go back to last visited page after my user login or changed locale or .. i can retrive las visited page : by using request.getheader(Referer) and i store it into a session variable. No after my user loged in i should