Hi,
You can get any resource path wich is under context path using
ServeletContext.getRealPath().
The usage of this method is here,
String iniFilePath =
request.getSession().getServletContext().getRealPath("test.ini");
you can use the 'iniFilePath' to instatiate FileOutStream, and
Hi mallik,
just try by adding commons-dbcp.jar to build path.
- Original Message -
From: "Mallik" <[EMAIL PROTECTED]>
To:
Sent: Monday, December 04, 2006 3:22 PM
Subject: datasource creation problem?
>
> Hi friends
> i started my application in Struts using IDE Eclipse.
> when i create
Hi youssef,
You can override RequestProcessor instead.
The required steps are
1) in struts-config.xml
2) Create a Class wich extends RequestProcessor
If you are using Tile Framework you have extend from TilesRequestProcessor
3) Then override method processPreprocess()
Hi,
I have created a datasource which will bind to a jndi name. Now i want to
use the same datasource in my struts application. For this i need to mention
the same jndi name in my struts-config.xml.
can any body help me out how to mention the jndi name in struts-config.xml
Thanks & Regards
hi mallik,
you can save some messages in action so that they can be accessed from jsp
ActionMessages errorMsgs = new ActionMessages();
errorMsgs.add("messageId", new
ActionMessage("message.Inserted_successfully"));
saveErrors(request, errorMsgs);
in jsp,
- Original Message -
From: "Mal
Hi,
First of all you need to create a class which implements
org.apache.struts.action.PlugIn.
Then you need to override method init(ActionServlet servlet, ModuleConfig
modConfig) and do your own initializations.
Finally you have to configure this class under struts-config.xml using
tag as
-
Hi,
I need some help regarding dojo with struts.
I have one form which contains some check boxes and 'delete' button.
i have corresponding Action and ActionForm classes to implement delete.
I am trying to implement Dojo here to avoid total page refresh.
the code in jsp is :
function onclick_
Hi Ramos,
You can check errors present using validator tld as
You can get property specific errors using
- Original Message -
From: "Yariel Ramos Moreno" <[EMAIL PROTECTED]>
To:
Sent: Friday, September 29, 2006 12:59 AM
Subject: How do i know if exits errors in any scope?
How do i
- Original Message -
From: "Andy.de" <[EMAIL PROTECTED]>
To:
Sent: Thursday, September 28, 2006 6:25 PM
Subject: Forward to action without jsp
>
> Hi all,
> how can i forward to an action without input (jsp) ?
> The path attribute of action tag in struts-config must point to jsp's. To
check commons-beanutils.jar is present or not
- Original Message -
From: "Mallik" <[EMAIL PROTECTED]>
To:
Sent: Monday, September 25, 2006 4:08 PM
Subject: extending from DynaValidator problem?
>
> HI friends
> i want to do some validations, that why i want to extends from
> DynaValida
Hi savino,
you can get message resources instance using
MessageResources messageResources = getResources(request) ;
if you have multiple message resources you can get specific message resource
as
MessageResources messageResources = getResources(request, "bundleName")
;
Now to get correspon
Hi,
I have a Vector. Each HashMap holds two elements as key 'field1' and
'filed2'.
Now in jsp page i have to iterate over above vector and have to construt one
combo box as below
field2
could any body help how to display as above using
Regards
Venkata Phanikumar. G
Hi Brainne,
do you have any idea about these ready made library for pagination.
beacuase i also require the same.
thnx,
Venkata phanikumar.g
- Original Message -
From: "Kim Brianne Go" <[EMAIL PROTECTED]>
To: "Struts Users Mailing List"
Sent: Thursday, September 21, 2006 6:35 AM
Subject
hi,
I am trying to display some hyper links which links to same action called
'edituser.do'.
adding to that i have pass the user email id as parameters.
To achieve that i am using following code.
every thing is fine but the link is looking like this
/edituser.do?email=mail%40mail.com
Infact
Last]
Thanks.
--- Abdullah Jibaly <[EMAIL PROTECTED]>
wrote:
> Yes, I noticed. I find it works better when you set
> it to blank. I don't know whether it will resolve
> your problem but you may want to try it.
>
> -Original Message-
> From: Phani [mailto:[EMAIL P
See my code.. I have requestURI set to my Action
class..
--- Abdullah Jibaly <[EMAIL PROTECTED]>
wrote:
> What happens when you set requestURI="" ?
>
>
> -Original Message-
> From: Phani [mailto:[EMAIL PROTECTED]
> Sent: Friday, July 08, 2005 10:59
Here is my code:
It displays fine without pagesize attribute..all the
results in a single page..
But with pagsize attribute, it gives me null pointer
exception when I hit next..
Thanks,
Phani.
--- Abdullah Jibaly <[EMAIL PROTECTED]>
Hi,
Shud my Action form be in session scope if I want to
specify pagesize in display tag for paging..
Because I get the following error:
Error 500: Cannot find bean storeForm in any scope
Thanks,
Phani.
__
Do you Yahoo!?
Yahoo
>
> > Sadly you cannot unless you make the scope of the
> form session.
> >
> > I find it limiting to say the least!
> >
> >
> >
> > -Original Message-
> > From: Phani [mailto:[EMAIL PROTECTED]
> > Sent: 30 June 2005 16:14
>
Tell me which is performance efficient & desired way:
Putting the form in session or making a trip to the
database..
assuming we have collection of 50 - 60 records..
Phani..
--- Mark Benussi <[EMAIL PROTECTED]> wrote:
> Sadly you cannot unless you make the scope of the
> form
class I can just say,
String name = myForm.getName();
How can I achieve the same thing for a collection
object.
Thanks,
Phani.
__
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
ch collects the values of the selected checkboxes.
See the documentation of at
http://struts.apache.org/userGuide/struts-html.html#multibox.
My Action works on the intarray to do the proper thing
with the values.
Remember to set intarray to zero length in the reset
method of the ActionForm.
If it is so..
why is my expression not getting evaluated...
${partItem.intproperty}
--- Rahul Akolkar <[EMAIL PROTECTED]> wrote:
> On 6/29/05, Karr, David <[EMAIL PROTECTED]> wrote:
> > I don't know whether WSAD 5.1.2 is a JSP 2.0
> container. If it is not, then you'll need to use
> the Struts
evaluated..
I see the following in the view source of the page for
each checkBox:
value = ${partItem.intproperty}, instead of a literal.
Shud I have to use EL version of the struts tags?? If
so how ?? as I haven't used them..
Thanks,
Phani.
_
untNo=<%=item.account%>
Thanks in advance..
Phani.
__
Discover Yahoo!
Find restaurants, movies, travel and more fun for the weekend. Check it out!
http://disc
Here is my code in the JSP page:
<%
java.util.HashMap params = new java.util.HashMap();
params.put("storeNo",param1);
params.put("storeName",param2);
pageContext.setAttribute("storeInfo", params);
%>
Click Here
In the Action class:
String storeNumber =
(String)request
Sorry this is not a struts question..more anlytical..
I have this simple program where I want to check
whether the division operation returns a whole number
or not...For this purpose I am actually checking
whether the remainder is zero..which fails for a
particular case..
Here is my program below
Roy,
You can use something like this:
--- Sudipto Roy <[EMAIL PROTECTED]> wrote:
>
>
> Hi
>
> I am working in a J2EE Project in which we are using
> Struts. Can anyone tell me whether I can track a
> Browser Button Hit as I want to synchronise Browser
> Back Button with our Application Bac
That works,
Thanks Jeff.
--- Jeff Beal <[EMAIL PROTECTED]> wrote:
> Oops! Forgot the paramId attribute on html:link;
> include
> paramId="filename".
>
> paramId="filename"
>paramName="map"
>paramProperty="key">View
>
>
> Jeff Beal wrote:
>
> > paramName="map"
> > paramProper
I need to display all the elements in the map, the key
& value pairs. Till here it's fine.
Evrything works fine except the tag.
When I click on "view", the "key" of the map has to be
passed as parameter.
I am not able to get the syntax right for passing the
parameter.
Thanks.
Here is my code
Can I use nested taglib or the indexed property
of html:text with struts version 1.0
As I am working on a project which is using Struts 1.0
version.
Thanks.
--- Jeff Beal <[EMAIL PROTECTED]> wrote:
> Try using the nested taglib or the indexed property
> of html:text
>
>
I came across this problem of displaying the string
elements in an Arraylist into Textfields.
How can I display them into the textfileds & capture
them back into the ArrayList. (Using Struts 1.0)
Thanks.
_
Ok, My Code snippet looks like this.
<%=item%>
view
I have a map, & for each key in the map I hav
arameter.
I am not able to get the syntax right for passing the
parameter.
Thanks.
--- Erez Efrati <[EMAIL PROTECTED]> wrote:
> What are you trying to accomplish with the "+key"?
>
> Erez
>
> -Original Message-
> From: Phani [mailto:[EMAIL PROTECTED]
I am getting the jsp.error.unterminated.tag exception
because of the following line.
view
Can I get any help.
Thanks.
__
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
--
Hi,
I got an exception like this. I am running JBoss
server.
org.apache.jasper.JasperException:
/analytics/varAssumptionsFiles.jsp(95,59)
jsp.error.unterminated.tag
It seems one of the tag has not been terminated.
My Question is how do we debug JSP pages: I mean how
can I track in which line of
Hi,
I got a TreeMap structure in my FormBean. Each key in
the TreeMap has got an ArrayList as its value.
Please let me know how to display the keys as well as
the list of values for each key in the JSP page.
TreeMap map;
ArrayList items = (ArrayList)map.get(key);
The ArrayList "items" now cont
Anyone has any idea about this tag:
Please let me know.
Thanks.
__
Do you Yahoo!?
New and Improved Yahoo! Mail - 100MB free storage!
http://promotions.yahoo.com/new_mail
---
38 matches
Mail list logo